Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/tests/
H A Dbug70561.phpt2 Bug #70561 (DirectoryIterator::seek should throw OutOfBoundsException)
16 } catch (OutOfBoundsException $ex) {
H A Diterator_032.phpt18 catch(OutOfBoundsException $e)
30 catch(OutOfBoundsException $e)
H A Ddit_006.phpt37 } catch (\OutOfBoundsException $ex) {
/PHP-5.6/ext/spl/internal/
H A Dseekableiterator.inc30 * OutOfBoundsException.
40 throw new OutOfBoundsException('Invalid seek position');
/PHP-5.6/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 18 milliseconds