Home
last modified time | relevance | path

Searched refs:getPrevious (Results 1 – 18 of 18) sorted by relevance

/PHP-8.2/Zend/tests/
H A DErrorException_getSeverity.phpt22 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 Dbug76502.phpt15 $processedPrev = $processed->getPrevious();
18 get_class($example->getPrevious()), "\n";
H A Dbug65784.phpt22 } while ($e = $e->getPrevious());
/PHP-8.2/Zend/
H A Dzend_exceptions.stub.php20 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 Dzend_exceptions_arginfo.h93 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 Dzend_exceptions.c637 ZEND_METHOD(Exception, getPrevious) in ZEND_METHOD() argument
/PHP-8.2/ext/simplexml/tests/
H A Dgh12929.phpt13 echo $e->getPrevious()->getMessage(), "\n";
22 echo $e->getPrevious()->getMessage(), "\n";
/PHP-8.2/ext/spl/tests/
H A Dspl_autoload_012.phpt26 } while($e = $e->getPrevious());
34 } while($e = $e->getPrevious());
/PHP-8.2/Zend/tests/try/
H A Dbug72213.phpt20 var_dump($e->getPrevious()->getMessage());
H A Dtry_finally_002.phpt18 } while ($e = $e->getPrevious());
H A Dbug70228_3.phpt25 $e = $e->getPrevious();
H A Dbug70228_4.phpt27 $e = $e->getPrevious();
H A Dcatch_finally_004.phpt36 } while ($ex = $ex->getPrevious());
/PHP-8.2/ext/json/tests/
H A Dbug68992.phpt21 } while ($e = $e->getPrevious());
/PHP-8.2/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt57 echo $e->getPrevious()->getMessage() . "\n";
68 echo $e->getPrevious()->getMessage() . "\n";
/PHP-8.2/Zend/tests/stack_limit/
H A Dstack_limit_011.phpt36 echo 'Previous: ', $e->getPrevious()->getMessage(), "\n";
/PHP-8.2/ext/xsl/tests/
H A Dthrow_in_autoload.phpt33 echo $e->getPrevious()->getMessage(), "\n";
/PHP-8.2/sapi/cli/tests/
H A D005.phpt119 Method [ <internal:Core, prototype Throwable> final public method getPrevious ] {

Completed in 36 milliseconds