Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_exceptions.c36 PHPAPI zend_class_entry *spl_ce_OutOfBoundsException; variable
56 spl_ce_OutOfBoundsException = register_class_OutOfBoundsException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
H A Dspl_exceptions.h31 extern PHPAPI zend_class_entry *spl_ce_OutOfBoundsException;
H A Dspl_fixedarray.c372 zend_throw_exception(spl_ce_OutOfBoundsException, "Index invalid or out of range", 0); in spl_fixedarray_object_read_dimension_helper()
420 zend_throw_exception(spl_ce_OutOfBoundsException, "Index invalid or out of range", 0); in spl_fixedarray_object_write_dimension_helper()
459 zend_throw_exception(spl_ce_OutOfBoundsException, "Index invalid or out of range", 0); in spl_fixedarray_object_unset_dimension_helper()
H A Dspl_observer.c770 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
H A Dspl_iterators.c2136 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to " ZEND_LONG_FMT " which is… in spl_limit_it_seek()
2140 …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.c1719 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
H A Dspl_directory.c823 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()

Completed in 38 milliseconds