200-530 Zend PHP 5.3 Certification

Loading demo links...

Showing 1–3 of 15 questions

Question 1

Which of the following statements about Reflection are correct? (Choose 2)

Select all that apply, then click Submit answer.

  • Since 5.1 reflection is an extension that can be disabled

  • Reflection is present in any installation of PHP 5 or later

  • Reflection only allows to reflect on built-in classes

  • Built-in classes can be reflected on command line using php –rc


Question 2

Which of the following statements about database connections are commonly true?

(Choose 2)

Select all that apply, then click Submit answer.

  • Database connections are closed after each SQL statement is executed

  • Database connections are closed at the end of each request

  • Database connections are only closed when the Web server shuts down

  • A single database connection may serve more than one PHP application at the same time


Question 3

Which of the following configuration directives increase the risk of remote code injection when enabled? (Choose 2)

Select all that apply, then click Submit answer.

  • allow_url_fopen

  • register_globals

  • magic_quotes_gpc

  • safe_mode