--TEST-- Can define die and exit as class methods, constants and property --FILE-- exit); var_dump($o->die); var_dump($o->exit()); var_dump($o->die()); ?> --EXPECT-- int(5) int(10) NULL NULL int(20) int(15)