mirror of
https://github.com/php/php-src.git
synced 2026-04-14 19:41:05 +02:00
8 lines
112 B
PHP
8 lines
112 B
PHP
--TEST--
|
|
Calling debug_print_backtrace() from main script
|
|
--FILE--
|
|
<?php
|
|
debug_print_backtrace();
|
|
?>
|
|
--EXPECT--
|