spl_ce_OutOfRangeException  793 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0);
spl_ce_OutOfRangeException  805 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0);
spl_ce_OutOfRangeException  834 ext/spl/spl_dllist.c 			zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0);
spl_ce_OutOfRangeException  857 ext/spl/spl_dllist.c 			zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0);
spl_ce_OutOfRangeException  882 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset out of range", 0);
spl_ce_OutOfRangeException  923 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid", 0);
spl_ce_OutOfRangeException 1249 ext/spl/spl_dllist.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Offset invalid or out of range", 0);
spl_ce_OutOfRangeException   42 ext/spl/spl_exceptions.c PHPAPI zend_class_entry *spl_ce_OutOfRangeException;
spl_ce_OutOfRangeException   33 ext/spl/spl_exceptions.h extern PHPAPI zend_class_entry *spl_ce_OutOfRangeException;
spl_ce_OutOfRangeException  857 ext/spl/spl_iterators.c 		zend_throw_exception(spl_ce_OutOfRangeException, "Parameter max_depth must be >= -1", 0);
spl_ce_OutOfRangeException 1113 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_OutOfRangeException, 0, "Use RecursiveTreeIterator::PREFIX_* constant");
spl_ce_OutOfRangeException 1474 ext/spl/spl_iterators.c 				zend_throw_exception(spl_ce_OutOfRangeException, "Parameter offset must be >= 0", 0);
spl_ce_OutOfRangeException 1478 ext/spl/spl_iterators.c 				zend_throw_exception(spl_ce_OutOfRangeException, "Parameter count must either be -1 or a value greater than or equal 0", 0);