Searched refs:OutOfRangeException (Results 1 – 15 of 15) sorted by relevance
24 } catch (OutOfRangeException $e) {25 echo "OutOfRangeException thrown\n";29 } catch (OutOfRangeException $e) {30 echo "OutOfRangeException thrown\n";39 OutOfRangeException thrown40 OutOfRangeException thrown
26 } catch (OutOfRangeException $e) {32 } catch (OutOfRangeException $e) {38 } catch (OutOfRangeException $e) {44 } catch (OutOfRangeException $e) {
13 } catch (OutOfRangeException $e){20 } catch (OutOfRangeException $e){26 } catch (OutOfRangeException $e){
14 } catch (OutOfRangeException $e){23 } catch (OutOfRangeException $e){
8 } catch(OutOfRangeException $e) {
8 } catch (OutOfRangeException $e) {
14 Fatal error: Uncaught OutOfRangeException: Offset invalid or out of range in %s
9 } catch (OutOfRangeException $e) {
196 * @throw OutOfRangeException If the offset is either invalid or out of202 throw new OutOfRangeException("Offset invalid or out of range");211 * @throw OutOfRangeException If the offset is either invalid or out of223 throw new OutOfRangeException("Offset invalid or out of range");233 * @throw OutOfRangeException If the offset is either invalid or out of249 throw new OutOfRangeException("Offset invalid or out of range");258 * @throw OutOfRangeException If the offset is either invalid or out of270 throw new OutOfRangeException("Offset invalid or out of range");
58 * @throws OutOfRangeException if 0 > $part or $part > 5.63 throw new OutOfRangeException();
59 REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
412 class OutOfRangeException extends LogicException class430 * @see OutOfRangeException
203 SPL_ADD_CLASS(OutOfRangeException, z_list, sub, allow, ce_flags); \
Completed in 25 milliseconds