⏰ Hurry! Limited-Time 20% Savings on Premium Certification Materials - Coupon code: Club20
Certs Club
See all results for ""
Home Exams
CRISC ISACA CISSP ISC2 200-301 Cisco SY0-701 CompTIA AZ-104 Microsoft AI-900 Microsoft AIGP IAPP 1Z0-1067-26 Oracle View All Exams →
Sign in Get Started

Zend Certified Engineer 200-710 Exam Questions

Download Exam View Entire Exam
Page: 2 / 2
Question #6 (Topic: Demo Questions)

What is "instanceof" an example of? 

A.
a boolean
B.
an operator 
C.
a function 
D.
a language construct
E.
a class magic 
Correct Answer: B
Question #7 (Topic: Demo Questions)

What is the output of the following code?
$a = 3;
switch ($a) {
case 1: echo 'one'; break;
case 2: echo 'two'; break;
default: echo 'four'; break;
case 3: echo 'three'; break;
}


A.
one
B.
two
C.
three
D.
four
Correct Answer: C
Download Exam
« Prev Page: 2 / 2
Next Page