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;
}
What will the following code print?
echo addslashes('I am a small "HTML" string, which is
\'invalid\'.');