mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
moving comments
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154164 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d193b0cccb
commit
0d302eb0ce
1 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry id="function.debug-backtrace">
|
||||
<refnamediv>
|
||||
<refname>debug_backtrace</refname>
|
||||
|
@ -92,22 +92,20 @@
|
|||
</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
// filename: a.php
|
||||
<?php
|
||||
// filename: a.php
|
||||
|
||||
function a_test($str)
|
||||
{
|
||||
|
||||
echo "\nHi: $str";
|
||||
|
||||
var_dump(debug_backtrace());
|
||||
}
|
||||
|
||||
a_test('friend');
|
||||
?>
|
||||
|
||||
// filename: b.php
|
||||
<?php
|
||||
// filename: b.php
|
||||
include_once '/tmp/a.php';
|
||||
?>
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue