Searched refs:OutOfBoundsException (Results 1 – 5 of 5) sorted by relevance
18 catch(OutOfBoundsException $e)30 catch(OutOfBoundsException $e)
30 * OutOfBoundsException.40 throw new OutOfBoundsException('Invalid seek position');
410 * @see OutOfBoundsException432 class OutOfBoundsException extends RuntimeException class824 * @throw OutOfBoundsException if $position is invalid
64 REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
209 SPL_ADD_CLASS(OutOfBoundsException, z_list, sub, allow, ce_flags); \
Completed in 10 milliseconds