Searched refs:OutOfBoundsException (Results 1 – 7 of 7) sorted by relevance
2 Bug #70561 (DirectoryIterator::seek should throw OutOfBoundsException)16 } catch (OutOfBoundsException $ex) {
18 catch(OutOfBoundsException $e)30 catch(OutOfBoundsException $e)
37 } catch (\OutOfBoundsException $ex) {
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()
202 SPL_ADD_CLASS(OutOfBoundsException, z_list, sub, allow, ce_flags); \
Completed in 18 milliseconds