Home
last modified time | relevance | path

Searched refs:OutOfBoundsException (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/spl/tests/
H A Diterator_032.phpt18 catch(OutOfBoundsException $e)
30 catch(OutOfBoundsException $e)
/PHP-5.5/ext/spl/internal/
H A Dseekableiterator.inc30 * OutOfBoundsException.
40 throw new OutOfBoundsException('Invalid seek position');
/PHP-5.5/ext/spl/
H A Dspl.php410 * @see OutOfBoundsException
432 class OutOfBoundsException extends RuntimeException class
824 * @throw OutOfBoundsException if $position is invalid
H A Dspl_exceptions.c64 REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
H A Dphp_spl.c209 SPL_ADD_CLASS(OutOfBoundsException, z_list, sub, allow, ce_flags); \

Completed in 11 milliseconds