200-550 Test: Zend Certified PHP Engineer — Flashcards | PHP & Programming | FatSkills

200-550 Test: Zend Certified PHP Engineer — Flashcards

Fast review mode: answers are shown by default so you can skim quickly. Hide them if you want to self-test.

1 of 149 Ready
What is the output of the following code? class Base { protected static function whoami() { echo Base "; } public static function whoareyou() { static::whoami(); } } class A extends Base { public static function test() { Base::whoareyou(); self::whoareyou(); parent::whoareyou(); A::whoareyou(); static::whoareyou(); } public static function whoami() { echo "A "; } } class B extends A { public static function whoami() { echo "B "; } } B::test();"
Base BBAB
Shortcuts
Prev Space Show / hide Next
Turn this into a study set.
Sign in with Google to save tricky questions to your reminder list and resume on any device.
Sign in with Google Free • no extra password