Home
last modified time | relevance | path

Searched refs:spl_ce_OutOfRangeException (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/spl/
H A Dspl_exceptions.c34 PHPAPI zend_class_entry *spl_ce_OutOfRangeException; variable
53 spl_ce_OutOfRangeException = register_class_OutOfRangeException(spl_ce_LogicException); in PHP_MINIT_FUNCTION()
H A Dspl_exceptions.h28 extern PHPAPI zend_class_entry *spl_ce_OutOfRangeException;
H A Dspl_dllist.c688 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()
694 zend_argument_error(spl_ce_OutOfRangeException, 1, "is an invalid offset"); in PHP_METHOD()
723 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()
736 zend_argument_error(spl_ce_OutOfRangeException, 1, "is an invalid offset"); in PHP_METHOD()
758 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()
796 zend_argument_error(spl_ce_OutOfRangeException, 1, "is an invalid offset"); in PHP_METHOD()
1166 zend_argument_error(spl_ce_OutOfRangeException, 1, "is out of range"); in PHP_METHOD()

Completed in 11 milliseconds