Searched refs:RuntimeException (Results 1 – 25 of 44) sorted by relevance
12
/PHP-8.1/ext/spl/ |
H A D | spl_exceptions.stub.php | 33 class RuntimeException extends Exception class 37 class OutOfBoundsException extends RuntimeException 41 class OverflowException extends RuntimeException 45 class RangeException extends RuntimeException 49 class UnderflowException extends RuntimeException 53 class UnexpectedValueException extends RuntimeException
|
/PHP-8.1/ext/zend_test/tests/ |
H A D | observer_generator_05.phpt | 15 throw new RuntimeException('Oops!'); 42 <!-- Exception: RuntimeException --> 44 <!-- Exception: RuntimeException --> 46 <!-- Exception: RuntimeException --> 49 Fatal error: Uncaught RuntimeException: Oops! in %s%eobserver_generator_%d.php:%d
|
H A D | observer_exception_01.phpt | 16 throw new RuntimeException('Third time is a charm'); 38 <!-- Exception: RuntimeException --> 40 <!-- Exception: RuntimeException --> 43 Fatal error: Uncaught RuntimeException: Third time is a charm in %s%eobserver_exception_%d.php:%d
|
/PHP-8.1/Zend/tests/generators/ |
H A D | throw_rethrow.phpt | 10 } catch (RuntimeException $e) { 18 var_dump($gen->throw(new RuntimeException('throw'))); 23 Caught: RuntimeException: throw in %s:%d 31 #1 %s(%d): Generator->throw(Object(RuntimeException))
|
H A D | throw_caught.phpt | 10 } catch (RuntimeException $e) { 18 var_dump($gen->throw(new RuntimeException('Test'))); 23 RuntimeException: Test in %s:%d
|
H A D | throw_uncaught.phpt | 12 var_dump($gen->throw(new RuntimeException('test'))); 16 Fatal error: Uncaught RuntimeException: test in %s:%d
|
/PHP-8.1/ext/spl/tests/ |
H A D | fixedarray_001.phpt | 9 } catch (RuntimeException $e) { 19 } catch (RuntimeException $e) { 48 RuntimeException: Index invalid or out of range 50 RuntimeException: Index invalid or out of range
|
H A D | fixedarray_002.phpt | 36 } catch (RuntimeException $e) { 46 } catch (RuntimeException $e) { 72 RuntimeException: Index invalid or out of range 76 RuntimeException: Index invalid or out of range
|
H A D | multiple_iterator_001.phpt | 18 } catch (RuntimeException $e) { 23 } catch (RuntimeException $e) { 40 } catch(RuntimeException $e) { 41 echo "RuntimeException thrown: " . $e->getMessage() . "\n"; 45 } catch(RuntimeException $e) { 46 echo "RuntimeException thrown: " . $e->getMessage() . "\n"; 154 RuntimeException thrown: Called current() with non valid sub iterator 155 RuntimeException thrown: Called key() with non valid sub iterator
|
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 | SplDoublyLinkedList_bottom_empty.phpt | 9 } catch (RuntimeException $e) {
|
H A D | SplDoublyLinkedList_top_empty.phpt | 9 } catch (RuntimeException $e) {
|
H A D | spl_pq_top_error_empty.phpt | 13 } catch (RuntimeException $e) {
|
H A D | SplObjectStorage_current_empty_storage.phpt | 13 } catch (RuntimeException $e) {
|
H A D | SplPriorityQueue_setExtractFlags_zero.phpt | 11 Fatal error: Uncaught RuntimeException: Must specify at least one extract flag in %s:%d
|
/PHP-8.1/Zend/tests/try/ |
H A D | catch_novar_2.phpt | 8 throw new RuntimeException(__METHOD__); 22 Fatal error: Uncaught RuntimeException: ThrowsOnDestruct::__destruct in %s:%d
|
H A D | bug74444.phpt | 67 throw new \RuntimeException(); 68 } catch (\FooEx | \RuntimeException $e) {
|
/PHP-8.1/ext/opcache/tests/match/ |
H A D | 002.phpt | 15 1, 2, 3, 4, 5 => throw new RuntimeException(), 24 '1', '2', '3', '4', '5' => throw new RuntimeException(),
|
/PHP-8.1/Zend/tests/ |
H A D | bug45805.phpt | 9 throw new RuntimeException; 39 Fatal error: Uncaught RuntimeException in %sbug45805.php:%d
|
H A D | bug71275.phpt | 8 throw new RuntimeException('Should not be called');
|
/PHP-8.1/ext/pdo/ |
H A D | pdo.stub.php | 5 class PDOException extends RuntimeException
|
/PHP-8.1/ext/ffi/tests/ |
H A D | bug79177.phpt | 25 throw new \RuntimeException('Not allowed'); 33 Warning: Uncaught RuntimeException: Not allowed in %s:%d
|
/PHP-8.1/ext/opcache/tests/jit/ |
H A D | count_001.phpt | 15 throw new RuntimeException("In destructor"); 50 } catch (RuntimeException $e) {
|
Completed in 63 milliseconds
12