I passed my zend certification exam this morning, whooo hooooo.
Had the standard 70 questions, and I can definatley say if you don't study for this test its unlikely you'll pass. You have to get down to the low level stuff, how does php do type conversions IE if(0 == "test") echo 'yes!'; would echo yes because it converts the string down to 0, learn all the array functions and how to manipulate arrays, file system functions.. flock, fopen, fpassthru, etc all of em. Also there were quite a few OOP questions on there. I had to mark about 12 for review, I really had to work through those ones at the end when I hoped to have time. I finished with about 25 minutes to spare, reviewed my answers a couple times over and found a couple mistakes I made.
Couple Tips...

