Searched refs:getTrace (Results 1 – 14 of 14) sorted by relevance
/PHP-7.3/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-7.3/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();
|
H A D | exception_010.phpt | 22 Warning: Exception::getTrace() expects exactly 0 parameters, 1 given in %s on line %d
|
/PHP-7.3/tests/lang/ |
H A D | 038.phpt | 30 $trace = $e->getTrace();
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | mysqli_driver.phpt | 63 $tmp = $e->getTrace(); 65 printf("[012] getTrace() has returned an empty array.\n");
|
/PHP-7.3/sapi/cli/tests/ |
H A D | 005.phpt | 89 Method [ <internal:Core, prototype Throwable> final public method getTrace ] {
|
/PHP-7.3/ext/spl/ |
H A D | spl.php | 325 final public function getTrace() function in Exception
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_walk_closure.phpt | 90 var_dump($e->getTrace());
|
/PHP-7.3/Zend/ |
H A D | zend_exceptions.c | 463 ZEND_METHOD(exception, getTrace) in ZEND_METHOD() argument 768 ZEND_ABSTRACT_ME(throwable, getTrace, NULL) 800 ZEND_ME(exception, getTrace, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
|
/PHP-7.3/ext/reflection/ |
H A D | php_reflection.c | 2120 ZEND_METHOD(reflection_generator, getTrace) in ZEND_METHOD() argument 6223 ZEND_ME(reflection_generator, getTrace, arginfo_reflection_generator_trace, 0)
|
Completed in 53 milliseconds