Weekend Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: Board70

200-500 Exam Dumps - Zend Certification Questions and Answers

Question # 24

Can calls to Web Services be queued natively in PHP?

Options:

A.

Yes

B.

No

C.

Only if PHP is compiled with --enable-soap-queue

Buy Now
Question # 25

What is the return value of the following code?

strpos("me myself and I", "m", 2)

Options:

A.

2

B.

3

C.

4

D.

0

E.

1

Buy Now
Question # 26

Given the following code, what is correct?

function f(stdClass &$x = NULL) { $x = 42;

}

$z = new stdClass;

f($z);

var_dump($z);

Options:

A.

Error: Typehints cannot be NULL

B.

Error: Typehints cannot be references

C.

Result is NULL

D.

Result is object of type stdClass

E.

Result is 42

Buy Now
Question # 27

When a class is defined as final it:

Options:

A.

Can no longer be extended by other classes.

B.

Means methods in the class are not over-loadable.

C.

Cannot be defined as such, final is only applicable to object methods.

D.

Is no longer iteratable.

Buy Now
Question # 28

What function allows resizing of PHP's file write buffer?

Options:

A.

ob_start()

B.

set_write_buffer()

C.

stream_set_write_buffer()

D.

Change the output_buffering INI setting via ini_set() function

Buy Now
Question # 29

How can you determine if magic_quotes_gpc is enabled? (Choose 2)

Options:

A.

Use the get_magic_quotes() function.

B.

Using the get_magic_quotes_runtime() function.

C.

Use the get_magic_quotes_gpc() function.

D.

Using ini_get('magic_quotes_gpc').

E.

Using ini_get('magic_quotes').

Buy Now
Question # 30

What is the name of the PHP function used to automatically load non-yet defined classes?

Options:

A.

autoload()

B.

__autoload()

C.

__catch()

D.

load()

E.

loadClass()

Buy Now
Question # 31

What will be the output of the following code?

$a = array(0, 1, 2 => array(3, 4));

$a[3] = array(4, 5);

echo count($a, 1);

Options:

A.

4

B.

5

C.

8

D.

None of the above

Buy Now
Question # 32

What is the result of the following code?

define('PI', 3.14);

class T

{

const PI = PI;

} class Math

{ const PI =

T::PI;

} echo Math::PI;

Options:

A.

Parse error

B.

3.14

Buy Now
Question # 33

What is the result of the following code:

class T

{ const A

=

42 + 1;

}

echo T::A;

Options:

A.

42

B.

43

C.

Parse error

Buy Now
Exam Code: 200-500
Exam Name: Zend PHP 5 Certification
Last Update: Feb 23, 2025
Questions: 219
200-500 pdf

200-500 PDF

$25.5  $84.99
200-500 Engine

200-500 Testing Engine

$28.5  $94.99
200-500 PDF + Engine

200-500 PDF + Testing Engine

$40.5  $134.99