Home
last modified time | relevance | path

Searched refs:spl_ce_OutOfRangeException (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/spl/
H A Dspl_exceptions.h33 extern PHPAPI zend_class_entry *spl_ce_OutOfRangeException;
H A Dspl_exceptions.c42 PHPAPI zend_class_entry *spl_ce_OutOfRangeException; variable
H A Dspl_dllist.c793 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0 TSRMLS_CC); in SPL_METHOD()
803 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0 TSRMLS_CC); in SPL_METHOD()
834 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0 TSRMLS_CC); in SPL_METHOD()
857 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0 TSRMLS_CC); in SPL_METHOD()
882 zend_throw_exception(spl_ce_OutOfRangeException, "Offset out of range", 0 TSRMLS_CC); in SPL_METHOD()
919 zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0 TSRMLS_CC); in SPL_METHOD()
H A Dspl_iterators.c819 …zend_throw_exception(spl_ce_OutOfRangeException, "Parameter max_depth must be >= -1", 0 TSRMLS_CC); in SPL_METHOD()
1065 …zend_throw_exception_ex(spl_ce_OutOfRangeException, 0 TSRMLS_CC, "Use RecursiveTreeIterator::PREFI… in SPL_METHOD()
1401 zend_throw_exception(spl_ce_OutOfRangeException, "Parameter offset must be >= 0", 0 TSRMLS_CC); in spl_dual_it_construct()
1406 …zend_throw_exception(spl_ce_OutOfRangeException, "Parameter count must either be -1 or a value gre… in spl_dual_it_construct()

Completed in 22 milliseconds