Well I finally got around to getting Zend certified. So I thought I'd pass on my impressions of the exam.
Having done around 5 practice exams without much preparation and getting a high grade in each I was expecting to sail through, but the actual exam seemed a bit harder. That's a good thing I guess, no point in it being easy. However the Zend "practice server" claims to be harder than the real thing, so there's a word of warning.
The questions themselves had me scratching my head alot. I thought I knew PHP backwards (palindromic recursive acronym?) but I do not. The questions ranged from syntax and core functions to the newer extensions, design patterns and database design. The exam stretched my knowledge of PHP to the point where I thought I might fail. Enough to make me triple check my answers.
So, without running the code, what is the value of $a?
$a = false + "0xA";
Answers on a postcard...
p.s. question not in exam :p