RuntimeException  224 ext/spl/php_spl.c 	SPL_ADD_CLASS(RuntimeException, z_list, sub, allow, ce_flags); \
RuntimeException  435 ext/spl/spl.php class OutOfBoundsException extends RuntimeException
RuntimeException  443 ext/spl/spl.php class OverflowException extends RuntimeException
RuntimeException  456 ext/spl/spl.php class RangeException extends RuntimeException
RuntimeException  464 ext/spl/spl.php class UnderflowException extends RuntimeException
RuntimeException  478 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);
RuntimeException    3 scripts/dev/generate-phpt/src/setup/exceptions/gtMissingArgumentException.php   class gtMissingArgumentException extends RuntimeException
RuntimeException    3 scripts/dev/generate-phpt/src/setup/exceptions/gtMissingOptionsException.php  class gtMissingOptionsException extends RuntimeException
RuntimeException    3 scripts/dev/generate-phpt/src/setup/exceptions/gtUnknownOptionException.php   class gtUnknownOptionException extends RuntimeException
RuntimeException    3 scripts/dev/generate-phpt/src/setup/exceptions/gtUnknownSectionException.php class gtUnknownSectionException extends RuntimeException