User Tools

Site Tools


debug_print_backtrace

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
debug_print_backtrace [2021/02/16 06:04] chifekdebug_print_backtrace [2023/09/14 06:06] (current) – external edit 127.0.0.1
Line 46: Line 46:
 ?> ?>
 </code> </code>
 +<code>
 <?php <?php
 // test.php файл // test.php файл
Line 51: Line 52:
 include 'include.php'; include 'include.php';
 ?> ?>
 +</code>
 Результатом выполнения данного примера будет что-то подобное: Результатом выполнения данного примера будет что-то подобное:
 +<code>
 #0  c() called at [/tmp/include.php:10] #0  c() called at [/tmp/include.php:10]
 #1  b() called at [/tmp/include.php:6] #1  b() called at [/tmp/include.php:6]
 #2  a() called at [/tmp/include.php:17] #2  a() called at [/tmp/include.php:17]
 #3  include(/tmp/include.php) called at [/tmp/test.php:3] #3  include(/tmp/include.php) called at [/tmp/test.php:3]
 +</code>
debug_print_backtrace.1613455494.txt.gz · Last modified: 2023/09/14 06:06 (external edit)