Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dcdisc65

Page: 1 / 7
Total 66 questions
Exam Code: 200-550                Update: Oct 15, 2025
Exam Name: Zend Certified PHP Engineer

Zend Zend Certified PHP Engineer 200-550 Exam Dumps: Updated Questions & Answers (October 2025)

Question # 1

Which of the following can be registered as entry points with a SoapServer instance (choose 2):

A.

A single function

B.

A single method from a class

C.

All methods from a class

D.

All classes defined in a script

Question # 2

Which of the following can NOT be used to send a cookie from within a PHP application?

A.

header()

B.

$_COOKIE

C.

setcookie()

D.

setrawcookie()

Question # 3

What function can be used to retrieve an array of current options for a stream context?

A.

stream_context_get_params

B.

stream_context_get_default

C.

stream_context_get_options

D.

The 'options' element of the stream_get_meta_data return value

Question # 4

Which PHP function is used to validate whether the contents of $_FILES['name']['tmp_name'] have really been uploaded via HTTP, and also save the contents into another folder?

Question # 5

What purpose do namespaces fulfill?

A.

Encapsulation

B.

Alternative to classes

C.

Improved performance

D.

All of the above

Question # 6

What is the output of the following code?

function ratio ($x1 = 10, $x2)

{

if (isset ($x2)) {

return $x2 / $x1;

}

}

echo ratio (0);

A.

0

B.

An integer overflow error

C.

A warning, because $x1 is not set

D.

A warning, because $x2 is not set

E.

A floating-point overflow error

F.

Nothing

Question # 7

Consider the following XML code:

PHP 5.5 in 42 Hours

Learning PHP 5.5 The Hard Way

Which of the following SimpleXML calls prints the name of the second book?

(Let $xml = simplexml_load_file("books.xml"); .) (Choose 2)

A.

echo $xml->books->book[2];

B.

echo $xml->books->book[1];

C.

echo $xml->book[1];

D.

echo $xml->xpath("/books/book[@id=2]");

E.

$c = $xml->children(); echo $c[1];

Question # 8

You want to parse a URL into its single parts. Which function do you choose?

A.

parse_url()

B.

url_parse()

C.

get_url_parts()

D.

geturlparts()

Question # 9

How many elements does the $matches array contain after the following function call is performed?

preg_match('/^(\d{1,2}([a-z]+))(?:\s*)\S+ (?=201[0-9])/', '21st March 2014', $matches);

A.

1

B.

2

C.

3

D.

4

Question # 10

Which sentence describes the following regular expression match?

preg_match('/^\d+(?:\.[0-9]+)?$/', $test);

A.

It matches float numbers with thousand seperators.

B.

It matches float numbers without thousand seperators.

C.

It matches binary integer numbers.

D.

It matches any string.

E.

It does not match anything

Page: 1 / 7
Total 66 questions

Most Popular Certification Exams

Payment

       

Contact us

dumpscollection live chat

Site Secure

mcafee secure

TESTED 16 Oct 2025