Searched refs:spl_ce_OutOfBoundsException (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/spl/ |
H A D | spl_exceptions.c | 36 PHPAPI zend_class_entry *spl_ce_OutOfBoundsException; variable 56 spl_ce_OutOfBoundsException = register_class_OutOfBoundsException(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
|
H A D | spl_exceptions.h | 31 extern PHPAPI zend_class_entry *spl_ce_OutOfBoundsException;
|
H A D | spl_fixedarray.c | 372 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 D | spl_observer.c | 772 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
|
H A D | spl_iterators.c | 2134 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to " ZEND_LONG_FMT " which is… in spl_limit_it_seek() 2138 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to " ZEND_LONG_FMT " which is… in spl_limit_it_seek()
|
H A D | spl_array.c | 1727 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
|
H A D | spl_directory.c | 827 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position " ZEND_LONG_FMT " is out of… in PHP_METHOD()
|
Completed in 40 milliseconds