--TEST-- ZE2 The new constructor/destructor is called --FILE-- __construct(); unset($t); $t = new late(); //unset($t); delay to end of script echo "Done\n"; ?> --EXPECT-- early::__construct early::__construct early::__destruct late::__construct Done late::__destruct