Home
last modified time | relevance | path

Searched refs:OutOfRangeException (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/spl/tests/
H A Drecursive_tree_iterator_008.phpt24 } catch (OutOfRangeException $e) {
25 echo "OutOfRangeException thrown\n";
29 } catch (OutOfRangeException $e) {
30 echo "OutOfRangeException thrown\n";
39 OutOfRangeException thrown
40 OutOfRangeException thrown
H A Ddllist_006.phpt26 } catch (OutOfRangeException $e) {
32 } catch (OutOfRangeException $e) {
38 } catch (OutOfRangeException $e) {
44 } catch (OutOfRangeException $e) {
H A Dspl_limit_iterator_check_limits.phpt13 } catch (OutOfRangeException $e){
20 } catch (OutOfRangeException $e){
26 } catch (OutOfRangeException $e){
H A Dbug51119.phpt14 } catch (OutOfRangeException $e){
23 } catch (OutOfRangeException $e){
H A DSplDoublyLinkedList_add_null_offset.phpt8 } catch (OutOfRangeException $e) {
H A DSplDoublyLinkedList_add_invalid_offset.phpt8 } catch (OutOfRangeException $e) {
H A DSplDoublyLinkedList_offsetGet_param_array.phpt14 Fatal error: Uncaught exception 'OutOfRangeException' with message 'Offset invalid or out of range'…
H A DSplDoublyLinkedList_offsetGet_param_string.phpt14 Fatal error: Uncaught exception 'OutOfRangeException' with message 'Offset invalid or out of range'…
H A Ddllist_013.phpt9 } catch (OutOfRangeException $e) {
/PHP-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc196 * @throw OutOfRangeException If the offset is either invalid or out of
202 throw new OutOfRangeException("Offset invalid or out of range");
211 * @throw OutOfRangeException If the offset is either invalid or out of
223 throw new OutOfRangeException("Offset invalid or out of range");
233 * @throw OutOfRangeException If the offset is either invalid or out of
249 throw new OutOfRangeException("Offset invalid or out of range");
258 * @throw OutOfRangeException If the offset is either invalid or out of
270 throw new OutOfRangeException("Offset invalid or out of range");
H A Drecursivetreeiterator.inc58 * @throws OutOfRangeException if 0 > $part or $part > 5.
63 throw new OutOfRangeException();
/PHP-5.5/ext/spl/
H A Dspl_exceptions.c61 REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
H A Dspl.php412 class OutOfRangeException extends LogicException class
430 * @see OutOfRangeException
H A Dphp_spl.c210 SPL_ADD_CLASS(OutOfRangeException, z_list, sub, allow, ce_flags); \

Completed in 24 milliseconds