Home
last modified time | relevance | path

Searched refs:spl_ce_OutOfBoundsException (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/spl/
H A Dspl_exceptions.c41 PHPAPI zend_class_entry *spl_ce_OutOfBoundsException; variable
61 spl_ce_OutOfBoundsException = register_class_OutOfBoundsException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
H A Dspl_exceptions.h32 extern PHPAPI zend_class_entry *spl_ce_OutOfBoundsException;
H A Dspl_iterators.c2237 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to " ZEND_LONG_FMT " which is… in spl_limit_it_seek()
2241 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to " ZEND_LONG_FMT " which is… in spl_limit_it_seek()
H A Dspl_array.c1318 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
H A Dspl_directory.c871 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()

Completed in 35 milliseconds