Zend Related Exams
200-500 Exam
You want to run the following PHP 4 code with PHP 5. In the following example, which access modifier in PHP 5 is equivalent to "var"?
class Test {
var $tester;
}
Which of the following statements is correct?