C Certs Club
Home
Oracle SAP Microsoft Cisco CompTIA Fortinet Salesforce Nutanix Linux Foundation Amazon View All Vendors →
Login Register

Zend 200-710 - Zend Certified Engineer Certification Exam

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
Explanation not available for this question.
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
Explanation not available for this question.
Download Exam
« Prev Page: 2 / 2
Next Page