Lines Matching refs:NULL
55 REGISTER_SPL_SUB_CLASS_EX(LogicException, Exception, NULL, NULL); in PHP_MINIT_FUNCTION()
56 REGISTER_SPL_SUB_CLASS_EX(BadFunctionCallException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
57 REGISTER_SPL_SUB_CLASS_EX(BadMethodCallException, BadFunctionCallException, NULL, NULL); in PHP_MINIT_FUNCTION()
58 REGISTER_SPL_SUB_CLASS_EX(DomainException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
59 REGISTER_SPL_SUB_CLASS_EX(InvalidArgumentException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
60 REGISTER_SPL_SUB_CLASS_EX(LengthException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
61 REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
63 REGISTER_SPL_SUB_CLASS_EX(RuntimeException, Exception, NULL, NULL); in PHP_MINIT_FUNCTION()
64 REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
65 REGISTER_SPL_SUB_CLASS_EX(OverflowException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
66 REGISTER_SPL_SUB_CLASS_EX(RangeException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
67 REGISTER_SPL_SUB_CLASS_EX(UnderflowException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
68 REGISTER_SPL_SUB_CLASS_EX(UnexpectedValueException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()