Searched refs:RuntimeException (Results 1 – 25 of 35) sorted by relevance
12
/PHP-5.4/ext/spl/ |
H A D | spl_exceptions.c | 63 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 D | spl.php | 420 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.4/ext/spl/tests/ |
H A D | fixedarray_001.phpt | 9 } catch (RuntimeException $e) { 14 } catch (RuntimeException $e) { 19 } catch (RuntimeException $e) {
|
H A D | multiple_iterator_001.phpt | 31 } 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 D | fixedarray_002.phpt | 33 } catch (RuntimeException $e) { 38 } catch (RuntimeException $e) { 43 } catch (RuntimeException $e) {
|
H A D | dllist_004.phpt | 9 } catch (RuntimeException $e) { 14 } catch (RuntimeException $e) {
|
H A D | dllist_005.phpt | 9 } catch (RuntimeException $e) { 14 } catch (RuntimeException $e) {
|
H A D | dllist_001.phpt | 9 } catch (RuntimeException $e) { 14 } catch (RuntimeException $e) {
|
H A D | spl_pq_top_error_empty.phpt | 13 } catch (RuntimeException $e) {
|
H A D | SplTempFileObject_constructor_error.phpt | 8 Fatal error: Uncaught exception 'RuntimeException' with message 'SplTempFileObject::__construct() e…
|
H A D | DirectoryIterator_empty_constructor.phpt | 11 Fatal error: Uncaught exception 'RuntimeException' with message 'Directory name must not be empty.'…
|
H A D | spl_pq_top_error_corrupt.phpt | 32 } catch (RuntimeException $e) {
|
H A D | heap_002.phpt | 10 } catch (RuntimeException $e) {
|
H A D | heap_001.phpt | 10 } catch (RuntimeException $e) {
|
H A D | DirectoryIterator_getInode_error.phpt | 24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getInode(): stat fail…
|
H A D | SplFileInfo_getGroup_error.phpt | 24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getGroup(): stat fail…
|
H A D | SplFileInfo_getInode_error.phpt | 24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getInode(): stat fail…
|
H A D | SplFileInfo_getOwner_error.phpt | 24 Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getOwner(): stat fail…
|
/PHP-5.4/scripts/dev/generate-phpt/src/setup/exceptions/ |
H A D | gtMissingArgumentException.php | 3 class gtMissingArgumentException extends RuntimeException
|
H A D | gtMissingOptionsException.php | 3 class gtMissingOptionsException extends RuntimeException
|
H A D | gtUnknownOptionException.php | 3 class gtUnknownOptionException extends RuntimeException
|
H A D | gtUnknownSectionException.php | 3 class gtUnknownSectionException extends RuntimeException
|
/PHP-5.4/Zend/tests/ |
H A D | bug45805.phpt | 11 throw new RuntimeException; 41 Fatal error: Uncaught exception 'RuntimeException' in %sbug45805.php:%d
|
/PHP-5.4/ext/spl/internal/ |
H A D | splstack.inc | 36 * @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 D | splqueue.inc | 40 * @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 32 milliseconds
12