Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 1 – 25 of 38) sorted by relevance

12

/PHP-5.5/ext/spl/
H A Dspl_exceptions.c63 REGISTER_SPL_SUB_CLASS_EX(RuntimeException, Exception, NULL, NULL); in PHP_MINIT_FUNCTION()
64 REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
65 REGISTER_SPL_SUB_CLASS_EX(OverflowException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
66 REGISTER_SPL_SUB_CLASS_EX(RangeException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
67 REGISTER_SPL_SUB_CLASS_EX(UnderflowException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
68 REGISTER_SPL_SUB_CLASS_EX(UnexpectedValueException, RuntimeException, NULL, NULL); in PHP_MINIT_FUNCTION()
H A Dspl.php420 class RuntimeException extends Exception class
432 class OutOfBoundsException extends RuntimeException
440 class OverflowException extends RuntimeException
453 class RangeException extends RuntimeException
461 class UnderflowException extends RuntimeException
475 class UnexpectedValueException extends RuntimeException
962 * @throw RuntimeException if file cannot be opened (e.g. insufficient
/PHP-5.5/Zend/tests/generators/
H A Dthrow_rethrow.phpt10 } catch (RuntimeException $e) {
18 var_dump($gen->throw(new RuntimeException('throw')));
23 Caught: exception 'RuntimeException' with message 'throw' in %s:%d
31 #1 %s(%d): Generator->throw(Object(RuntimeException))
H A Dthrow_caught.phpt10 } catch (RuntimeException $e) {
18 var_dump($gen->throw(new RuntimeException('Test')));
23 exception 'RuntimeException' with message 'Test' in %s:%d
H A Dthrow_uncaught.phpt12 var_dump($gen->throw(new RuntimeException('test')));
16 Fatal error: Uncaught exception 'RuntimeException' with message 'test' in %s:%d
/PHP-5.5/ext/spl/tests/
H A Dfixedarray_001.phpt9 } catch (RuntimeException $e) {
14 } catch (RuntimeException $e) {
19 } catch (RuntimeException $e) {
H A Dmultiple_iterator_001.phpt31 } catch(RuntimeException $e) {
32 echo "RuntimeException thrown: " . $e->getMessage() . "\n";
36 } catch(RuntimeException $e) {
37 echo "RuntimeException thrown: " . $e->getMessage() . "\n";
144 RuntimeException thrown: Called current() with non valid sub iterator
145 RuntimeException thrown: Called key() with non valid sub iterator
H A Dfixedarray_002.phpt33 } catch (RuntimeException $e) {
38 } catch (RuntimeException $e) {
43 } catch (RuntimeException $e) {
H A Ddllist_004.phpt9 } catch (RuntimeException $e) {
14 } catch (RuntimeException $e) {
H A Ddllist_005.phpt9 } catch (RuntimeException $e) {
14 } catch (RuntimeException $e) {
H A Ddllist_001.phpt9 } catch (RuntimeException $e) {
14 } catch (RuntimeException $e) {
H A Dspl_pq_top_error_empty.phpt13 } catch (RuntimeException $e) {
H A DSplTempFileObject_constructor_error.phpt8 Fatal error: Uncaught exception 'RuntimeException' with message 'SplTempFileObject::__construct() e…
H A DDirectoryIterator_empty_constructor.phpt11 Fatal error: Uncaught exception 'RuntimeException' with message 'Directory name must not be empty.'…
H A Dspl_pq_top_error_corrupt.phpt32 } catch (RuntimeException $e) {
H A Dheap_002.phpt10 } catch (RuntimeException $e) {
H A Dheap_001.phpt10 } catch (RuntimeException $e) {
H A DDirectoryIterator_getInode_error.phpt24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getInode(): stat fail…
/PHP-5.5/scripts/dev/generate-phpt/src/setup/exceptions/
H A DgtMissingArgumentException.php3 class gtMissingArgumentException extends RuntimeException
H A DgtMissingOptionsException.php3 class gtMissingOptionsException extends RuntimeException
H A DgtUnknownOptionException.php3 class gtUnknownOptionException extends RuntimeException
H A DgtUnknownSectionException.php3 class gtUnknownSectionException extends RuntimeException
/PHP-5.5/Zend/tests/
H A Dbug45805.phpt11 throw new RuntimeException;
41 Fatal error: Uncaught exception 'RuntimeException' in %sbug45805.php:%d
/PHP-5.5/ext/spl/internal/
H A Dsplstack.inc36 * @throw RuntimeException If the new mode affects the iteration's direction.
41 … throw new RuntimeException("Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen");
H A Dsplqueue.inc40 * @throw RuntimeException If the new mode affects the iteration's direction.
45 … throw new RuntimeException("Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen");

Completed in 33 milliseconds

12