spl_ce_OutOfBoundsException 1386 ext/spl/spl_array.c 	zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Seek position %ld is out of range", opos);
spl_ce_OutOfBoundsException  848 ext/spl/spl_directory.c 			zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Seek position %ld is out of range", pos);
spl_ce_OutOfBoundsException   44 ext/spl/spl_exceptions.c PHPAPI zend_class_entry *spl_ce_OutOfBoundsException;
spl_ce_OutOfBoundsException   36 ext/spl/spl_exceptions.h extern PHPAPI zend_class_entry *spl_ce_OutOfBoundsException;
spl_ce_OutOfBoundsException 2543 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Cannot seek to %ld which is below the offset %ld", pos, intern->u.limit.offset);
spl_ce_OutOfBoundsException 2547 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Cannot seek to %ld which is behind offset %ld plus count %ld", pos, intern->u.limit.offset, intern->u.limit.count);