RuntimeException  191 ext/spl/php_spl.c 	SPL_ADD_CLASS(RuntimeException, z_list, sub, allow, ce_flags); \
RuntimeException  421 ext/spl/spl.php class OutOfBoundsException extends RuntimeException
RuntimeException  429 ext/spl/spl.php class OverflowException extends RuntimeException
RuntimeException  442 ext/spl/spl.php class RangeException extends RuntimeException
RuntimeException  450 ext/spl/spl.php class UnderflowException extends RuntimeException
RuntimeException  464 ext/spl/spl.php class UnexpectedValueException extends RuntimeException
RuntimeException   63 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(RuntimeException,         Exception,        NULL, NULL);
RuntimeException   64 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException,     RuntimeException, NULL, NULL);
RuntimeException   65 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(OverflowException,        RuntimeException, NULL, NULL);
RuntimeException   66 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(RangeException,           RuntimeException, NULL, NULL);
RuntimeException   67 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(UnderflowException,       RuntimeException, NULL, NULL);
RuntimeException   68 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(UnexpectedValueException, RuntimeException, NULL, NULL);