Zend Related Exams
200-500 Exam
What will the following code print?
echo addslashes('I am a small "HTML" string, which is
\'invalid\'.');
What is the output of the following code?
echo 0x33, ' monkeys sit on ', 011, ' trees.';
Which of the following did not result in an output error in PHP 4 but does in PHP 5?