Searched refs:spl_ce_OutOfRangeException (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/spl/ |
H A D | spl_exceptions.h | 33 extern PHPAPI zend_class_entry *spl_ce_OutOfRangeException;
|
H A D | spl_exceptions.c | 42 PHPAPI zend_class_entry *spl_ce_OutOfRangeException; variable
|
H A D | spl_dllist.c | 793 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0); in SPL_METHOD() 805 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0); in SPL_METHOD() 833 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0); in SPL_METHOD() 856 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0); in SPL_METHOD() 881 zend_throw_exception(spl_ce_OutOfRangeException, "Offset out of range", 0); in SPL_METHOD() 922 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 | 863 zend_throw_exception(spl_ce_OutOfRangeException, "Parameter max_depth must be >= -1", 0); in SPL_METHOD() 1120 …zend_throw_exception_ex(spl_ce_OutOfRangeException, 0, "Use RecursiveTreeIterator::PREFIX_* consta… in SPL_METHOD() 1481 zend_throw_exception(spl_ce_OutOfRangeException, "Parameter offset must be >= 0", 0); in spl_dual_it_construct() 1485 …zend_throw_exception(spl_ce_OutOfRangeException, "Parameter count must either be -1 or a value gre… in spl_dual_it_construct()
|
Completed in 41 milliseconds