Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/spl/
H A Dspl_exceptions.stub.php33 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 Dobserver_generator_05.phpt14 throw new RuntimeException('Oops!');
41 <!-- Exception: RuntimeException -->
43 <!-- Exception: RuntimeException -->
45 <!-- Exception: RuntimeException -->
48 Fatal error: Uncaught RuntimeException: Oops! in %s%eobserver_generator_%d.php:%d
H A Dobserver_exception_01.phpt15 throw new RuntimeException('Third time is a charm');
37 <!-- Exception: RuntimeException -->
39 <!-- Exception: RuntimeException -->
42 Fatal error: Uncaught RuntimeException: Third time is a charm in %s%eobserver_exception_%d.php:%d
/PHP-8.1/Zend/tests/generators/
H A Dthrow_rethrow.phpt10 } 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 Dthrow_caught.phpt10 } catch (RuntimeException $e) {
18 var_dump($gen->throw(new RuntimeException('Test')));
23 RuntimeException: Test in %s:%d
H A Dthrow_uncaught.phpt12 var_dump($gen->throw(new RuntimeException('test')));
16 Fatal error: Uncaught RuntimeException: test in %s:%d
/PHP-8.1/ext/spl/tests/
H A Dfixedarray_001.phpt9 } 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 Dfixedarray_002.phpt36 } 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 Dmultiple_iterator_001.phpt18 } 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 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 DSplDoublyLinkedList_bottom_empty.phpt9 } catch (RuntimeException $e) {
H A DSplDoublyLinkedList_top_empty.phpt9 } catch (RuntimeException $e) {
H A Dspl_pq_top_error_empty.phpt13 } catch (RuntimeException $e) {
H A DSplObjectStorage_current_empty_storage.phpt13 } catch (RuntimeException $e) {
H A DSplPriorityQueue_setExtractFlags_zero.phpt11 Fatal error: Uncaught RuntimeException: Must specify at least one extract flag in %s:%d
/PHP-8.1/Zend/tests/try/
H A Dcatch_novar_2.phpt8 throw new RuntimeException(__METHOD__);
22 Fatal error: Uncaught RuntimeException: ThrowsOnDestruct::__destruct in %s:%d
H A Dbug74444.phpt67 throw new \RuntimeException();
68 } catch (\FooEx | \RuntimeException $e) {
/PHP-8.1/ext/opcache/tests/match/
H A D002.phpt15 1, 2, 3, 4, 5 => throw new RuntimeException(),
24 '1', '2', '3', '4', '5' => throw new RuntimeException(),
/PHP-8.1/Zend/tests/
H A Dbug45805.phpt9 throw new RuntimeException;
39 Fatal error: Uncaught RuntimeException in %sbug45805.php:%d
H A Dbug71275.phpt8 throw new RuntimeException('Should not be called');
/PHP-8.1/ext/pdo/
H A Dpdo.stub.php5 class PDOException extends RuntimeException
/PHP-8.1/ext/ffi/tests/
H A Dbug79177.phpt25 throw new \RuntimeException('Not allowed');
33 Warning: Uncaught RuntimeException: Not allowed in %s:%d
/PHP-8.1/ext/opcache/tests/jit/
H A Dcount_001.phpt15 throw new RuntimeException("In destructor");
50 } catch (RuntimeException $e) {

Completed in 24 milliseconds

12