Zend PHP 5.3 Certification 200-530 Question # 7 Topic 1 Discussion

Zend PHP 5.3 Certification 200-530 Question # 7 Topic 1 Discussion

200-530 Exam Topic 1 Question 7 Discussion:
Question #: 7
Topic #: 1

What will the following code print?

echo addslashes('I am a small "HTML" string, which is

\'invalid\'.');


A.

I am a small "HTML" string, which is 'invalid'.


B.

I am a small \"HTML\" string, which is \'invalid\'.


C.

I am a small \"HTML\" string, which is \\'invalid\\'.


D.

I am a small \"HTML\" string, which is \\\'invalid\\\'.


E.

I am a \small\<\/b\> "HTML" string, which is 'invalid'\<\/u\>.


Get Premium 200-530 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.