© Andrew Beak 2017
Andrew BeakPHP 7 Zend Certification Study Guidehttps://doi.org/10.1007/978-1-4842-3246-0_12

12. Exercises

Andrew Beak1 
(1)
Grafham, Cambridgeshire, UK
 
This chapter is just about questions. The aim of all these questions is to help you to identify areas that you need to review. The exam includes questions that are very detail oriented and you need to make sure that you're familiar with the functions in common use.
I have not grouped the questions by chapter. The real exam has questions that focus on knowledge from multiple areas of the syllabus.
Q1: What will happen when you run this code?
<?php
class CustomException { }
throw new CustomException('Error!');
A fatal error will occur because the exception is not being caught

Get PHP 7 Zend Certification Study Guide: Ace the ZCE 2017-PHP Exam now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.