mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
618190127e
Create new sub directories for tests related to backtraces and for tests related to `$this` being reserved in different places and not being usable or reassignable. Work towards GH-15631
9 lines
113 B
PHP
9 lines
113 B
PHP
--TEST--
|
|
Calling debug_print_backtrace() from main script
|
|
--FILE--
|
|
<?php
|
|
debug_print_backtrace();
|
|
?>
|
|
--EXPECT--
|
|
|