Searched refs:spl_ce_OutOfBoundsException (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/spl/ |
H A D | spl_exceptions.h | 36 extern PHPAPI zend_class_entry *spl_ce_OutOfBoundsException;
|
H A D | spl_exceptions.c | 44 PHPAPI zend_class_entry *spl_ce_OutOfBoundsException; variable
|
H A D | spl_iterators.c | 2505 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to %pd which is below the off… in spl_limit_it_seek() 2509 …zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to %pd which is behind offset… in spl_limit_it_seek()
|
H A D | spl_array.c | 1370 zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position %pd is out of range", opos); in SPL_METHOD()
|
H A D | spl_directory.c | 837 … zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position %ld is out of range", pos); in SPL_METHOD()
|
Completed in 32 milliseconds