Searched refs:getTrace (Results 1 – 19 of 19) sorted by relevance
/PHP-8.0/ext/reflection/tests/ |
H A D | 027.phpt | 2 ReflectionGenerator::getTrace() 16 $r->getTrace();
|
H A D | ReflectionGenerator_getTrace.phpt | 2 ReflectionGenerator::getTrace() over multiple Generators 24 var_dump((new ReflectionGenerator($gen))->getTrace());
|
H A D | ReflectionGenerator_in_Generator.phpt | 15 call($ref, "getTrace");
|
H A D | ReflectionGenerator_basic.phpt | 28 var_dump($ref->getTrace());
|
/PHP-8.0/Zend/ |
H A D | zend_exceptions.stub.php | 16 public function getTrace(): array; function 41 final public function getTrace(): array {} function in Exception 87 final public function getTrace(): array {} function in Error
|
H A D | zend_exceptions_arginfo.h | 91 ZEND_METHOD(Exception, getTrace); 104 …ZEND_ABSTRACT_ME_WITH_FLAGS(Throwable, getTrace, arginfo_class_Throwable_getTrace, ZEND_ACC_PUBLIC… 119 ZEND_ME(Exception, getTrace, arginfo_class_Exception_getTrace, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) 142 …ZEND_MALIAS(Exception, getTrace, getTrace, arginfo_class_Error_getTrace, ZEND_ACC_PUBLIC|ZEND_ACC_…
|
H A D | zend_exceptions.c | 447 ZEND_METHOD(Exception, getTrace) in ZEND_METHOD() argument
|
/PHP-8.0/Zend/tests/ |
H A D | bug50383.phpt | 27 print_r($e->getTrace()); 34 print_r($e->getTrace());
|
H A D | bug76047.phpt | 10 $backtrace = (new Exception)->getTrace();
|
/PHP-8.0/tests/lang/ |
H A D | 038.phpt | 30 $trace = $e->getTrace();
|
/PHP-8.0/Zend/tests/named_params/ |
H A D | backtrace.phpt | 15 var_dump($e->getTrace());
|
/PHP-8.0/Zend/tests/attributes/ |
H A D | 031_backtrace.phpt | 11 var_dump((new Exception)->getTrace());
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_driver.phpt | 62 $tmp = $e->getTrace(); 64 printf("[012] getTrace() has returned an empty array.\n");
|
/PHP-8.0/sapi/cli/tests/ |
H A D | 005.phpt | 111 Method [ <internal:Core, prototype Throwable> final public method getTrace ] {
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_walk_closure.phpt | 82 var_dump($e->getTrace());
|
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.stub.php | 139 public function getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT) {} function in ReflectionGenerator
|
H A D | php_reflection_arginfo.h | 533 ZEND_METHOD(ReflectionGenerator, getTrace); 762 ZEND_ME(ReflectionGenerator, getTrace, arginfo_class_ReflectionGenerator_getTrace, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 2131 ZEND_METHOD(ReflectionGenerator, getTrace) in ZEND_METHOD() argument
|
/PHP-8.0/ |
H A D | UPGRADING | 219 . debug_backtrace() and Exception::getTrace() will no longer provide
|
Completed in 54 milliseconds