Summer Certification Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = getmirror

Pass the Zend PHP and Zend Framework Certifications 200-550 Questions and answers with ExamsMirror

Practice at least 50% of the questions to maximize your chances of passing.
Exam 200-550 Premium Access

View all detail and faqs for the 200-550 exam


766 Students Passed

84% Average Score

98% Same Questions
Viewing page 7 out of 7 pages
Viewing questions 61-70 out of questions
Questions # 61:

Which PHP function sets a cookie whose value does not get URL encoded when sending it to the browser?

Options:

Questions # 62:

What is the output of the following code?

$a = 'a'; $b = 'b';

echo isset($c) ? $a.$b.$c : ($c = 'c').'d';

Options:

A.

abc

B.

cd

C.

0d

Questions # 63:

Which of the following rules must every correct XML document adhere to? (Choose 2)

Options:

A.

It has to be well-formed.

B.

It has to be valid.

C.

It has to be associated to a DTD.

D.

It may only contain UTF-8 encoded characters.

Questions # 64:

What is cached by an opcode cache?

Options:

A.

Compiled PHP code

B.

Native PHP extensions

C.

Data sent to the client

D.

Data received from the database

Questions # 65:

What is the output of the following code?

function z($x) {

return function ($y) use ($x) {

return str_repeat($y, $x);

};

}

$a = z(2);

$b = z(3);

echo $a(3) . $b(2);

Options:

A.

22333

B.

33222

C.

33322

D.

222333

Questions # 66:

What is the output of the following code?

class Number {

private $v = 0;

public function __construct($v) { $this->v = $v; }

public function mul() {

return function ($x) { return $this->v * $x; };

}

}

$one = new Number(1);

$two = new Number(2);

$double = $two->mul()->bindTo($one);

echo $double(5);

Options:

Viewing page 7 out of 7 pages
Viewing questions 61-70 out of questions
TOP CODES

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.