Searched refs:spl_ce_OutOfRangeException (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/spl/ |
H A D | spl_exceptions.h | 31 extern PHPAPI zend_class_entry *spl_ce_OutOfRangeException;
|
H A D | spl_exceptions.c | 40 PHPAPI zend_class_entry *spl_ce_OutOfRangeException; variable
|
H A D | spl_dllist.c | 790 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0); in SPL_METHOD() 801 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0); in SPL_METHOD() 829 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0); in SPL_METHOD() 852 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0); in SPL_METHOD() 877 zend_throw_exception(spl_ce_OutOfRangeException, "Offset out of range", 0); in SPL_METHOD() 918 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0); in SPL_METHOD() 1248 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0); in SPL_METHOD()
|
H A D | spl_iterators.c | 859 zend_throw_exception(spl_ce_OutOfRangeException, "Parameter max_depth must be >= -1", 0); in SPL_METHOD() 1116 …zend_throw_exception_ex(spl_ce_OutOfRangeException, 0, "Use RecursiveTreeIterator::PREFIX_* consta… in SPL_METHOD() 1473 zend_throw_exception(spl_ce_OutOfRangeException, "Parameter offset must be >= 0", 0); in spl_dual_it_construct() 1477 …zend_throw_exception(spl_ce_OutOfRangeException, "Parameter count must either be -1 or a value gre… in spl_dual_it_construct()
|
Completed in 18 milliseconds