--TEST-- ZE2 type hinting --FILE-- f(new P); $o->f(); $o->f(NULL); ?> --EXPECT-- object(P)#2 (0) { } - NULL - NULL -