spl_ce_OutOfBoundsException 1354 ext/spl/spl_array.c 	zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Seek position %pd is out of range", opos);
spl_ce_OutOfBoundsException  837 ext/spl/spl_directory.c 			zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "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 2495 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to %pd which is below the offset %pd", pos, intern->u.limit.offset);
spl_ce_OutOfBoundsException 2499 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0, "Cannot seek to %pd which is behind offset %pd plus count %pd", pos, intern->u.limit.offset, intern->u.limit.count);