Question 1: __________________ function is used for register custom wrappers
Question 2:Multiple catch blocks can be used to catch different classes of exceptions in PHP.
Options
A. True
B. False
Question 3: Can you set user agent setting inside php.ini file?
Options
A. True
B. False
Question 4:What will be the output of following code
Options
<?php
$a = 3 * 3 % 5;
?>
Question 5: what will be the output of following code
Options
<?php
echo 1 . 2;
?>
Advertisement
Tags: php 5.3 exam question, php questions, Zend PHP 5.3 Preparation Questions