Searched refs:getPrevious (Results 1 – 16 of 16) sorted by relevance
/PHP-8.2/Zend/tests/ |
H A D | ErrorException_getSeverity.phpt | 22 var_dump($e->getPrevious() === NULL); 34 var_dump($e->getPrevious() === NULL); 46 var_dump($e->getPrevious() === NULL); 58 var_dump($e->getPrevious() === NULL); 70 var_dump($e->getPrevious() === NULL); 82 var_dump($e->getPrevious() === NULL); 94 var_dump($e->getPrevious() === NULL); 106 var_dump($e->getPrevious() === NULL); 118 var_dump($e->getPrevious() === NULL); 130 var_dump($e->getPrevious() === NULL); [all …]
|
H A D | gh16188.phpt | 13 printf("getPrevious:\n%s\n\n", get_class($re->getPrevious())); 22 getPrevious:
|
H A D | bug76502.phpt | 15 $processedPrev = $processed->getPrevious(); 18 get_class($example->getPrevious()), "\n";
|
H A D | bug65784.phpt | 22 } while ($e = $e->getPrevious());
|
/PHP-8.2/Zend/ |
H A D | zend_exceptions.stub.php | 20 public function getPrevious(): ?Throwable; function 61 final public function getPrevious(): ?Throwable {} function in Exception 133 final public function getPrevious(): ?Throwable {} function in Error
|
H A D | zend_exceptions_arginfo.h | 93 ZEND_METHOD(Exception, getPrevious); 106 …ZEND_ABSTRACT_ME_WITH_FLAGS(Throwable, getPrevious, arginfo_class_Throwable_getPrevious, ZEND_ACC_… 121 …ZEND_ME(Exception, getPrevious, arginfo_class_Exception_getPrevious, ZEND_ACC_PUBLIC|ZEND_ACC_FINA… 144 …ZEND_MALIAS(Exception, getPrevious, getPrevious, arginfo_class_Error_getPrevious, ZEND_ACC_PUBLIC|…
|
H A D | zend_exceptions.c | 644 ZEND_METHOD(Exception, getPrevious) in ZEND_METHOD() argument
|
/PHP-8.2/ext/spl/tests/ |
H A D | spl_autoload_012.phpt | 26 } while($e = $e->getPrevious()); 34 } while($e = $e->getPrevious());
|
/PHP-8.2/Zend/tests/try/ |
H A D | bug72213.phpt | 20 var_dump($e->getPrevious()->getMessage());
|
H A D | try_finally_002.phpt | 18 } while ($e = $e->getPrevious());
|
H A D | bug70228_3.phpt | 25 $e = $e->getPrevious();
|
H A D | bug70228_4.phpt | 27 $e = $e->getPrevious();
|
H A D | catch_finally_004.phpt | 36 } while ($ex = $ex->getPrevious());
|
/PHP-8.2/ext/json/tests/ |
H A D | bug68992.phpt | 21 } while ($e = $e->getPrevious());
|
/PHP-8.2/ext/sqlite3/tests/ |
H A D | sqlite3_40_setauthorizer.phpt | 57 echo $e->getPrevious()->getMessage() . "\n"; 68 echo $e->getPrevious()->getMessage() . "\n";
|
/PHP-8.2/sapi/cli/tests/ |
H A D | 005.phpt | 119 Method [ <internal:Core, prototype Throwable> final public method getPrevious ] {
|
Completed in 25 milliseconds