mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
- Fix macro usage
This commit is contained in:
parent
cae8eeba8d
commit
623f564abc
@ -56,7 +56,7 @@ PHP_MINIT_FUNCTION(spl_exceptions)
|
||||
REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException, LogicException, NULL, NULL);
|
||||
|
||||
REGISTER_SPL_SUB_CLASS_EX(RuntimeException, Exception, NULL, NULL);
|
||||
REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException RuntimeException, NULL, NULL);
|
||||
REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException, RuntimeException, NULL, NULL);
|
||||
REGISTER_SPL_SUB_CLASS_EX(OverflowException, RuntimeException, NULL, NULL);
|
||||
REGISTER_SPL_SUB_CLASS_EX(RangeException, RuntimeException, NULL, NULL);
|
||||
REGISTER_SPL_SUB_CLASS_EX(UnderflowException, RuntimeException, NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user