LMPX.COM |
Home | Linux | Mysql | PHP | XML | ||
|
|
|||
From: Fernando Correa da Conceição Date: Wed Jul 16 10:02:15 2008 Subject: cvs: phpdoc-pt_BR /reference/errorfunc/functions debug-backtrace.xml
fernandoc Wed Jul 16 16:02:15 2008 UTC
Modified files:
/phpdoc-pt_BR/reference/errorfunc/functions debug-backtrace.xml
Log:
Update
http://cvs.php.net/viewvc.cgi/phpdoc-pt_BR/reference/errorfunc/functions/debug-backtrace.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc-pt_BR/reference/errorfunc/functions/debug-backtrace.xml
diff -u phpdoc-pt_BR/reference/errorfunc/functions/debug-backtrace.xml:1.6 phpdoc-pt_BR/reference/errorfunc/functions/debug-backtrace.xml:1.7
--- phpdoc-pt_BR/reference/errorfunc/functions/debug-backtrace.xml:1.6 Sat Jun 23 13:30:17 2007
+++ phpdoc-pt_BR/reference/errorfunc/functions/debug-backtrace.xml Wed Jul 16 16:02:14 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.18 Maintainer: fernandoc Status: ready -->
+<!-- EN-Revision: 1.20 Maintainer: fernandoc Status: ready -->
<refentry xml:id="function.debug-backtrace" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>debug_backtrace</refname>
@@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>array</type><methodname>debug_backtrace</methodname>
- <void/>
+ <methodparam choice="opt"><type>bool</type><parameter>provide_object</parameter></methodparam>
</methodsynopsis>
<para>
<function>debug_backtrace</function> gera um backtrace.
@@ -29,9 +29,9 @@
<tgroup cols="3">
<thead>
<row>
- <entry>Nome</entry>
- <entry>Tipo</entry>
- <entry>Descrição</entry>
+ <entry>&Name;</entry>
+ <entry>&Type;</entry>
+ <entry>&Description;</entry>
</row>
</thead>
<tbody>
@@ -109,6 +109,12 @@
</thead>
<tbody>
<row>
+ <entry>5.2.5</entry>
+ <entry>
+ Adicionado o parâmetro opcional <parameter>provide_object</parameter>.
+ </entry>
+ </row>
+ <row>
<entry>5.1.1</entry>
<entry>
Adicionado o <type>object</type> atual como possível elemento no retorno.
@@ -128,7 +134,7 @@
<programlisting role="php">
<![CDATA[
<?php
-// nome do arquivo: a.php
+// nome do arquivo: /tmp/a.php
function a_test($str)
{
@@ -142,7 +148,7 @@
<?php
-// nome do arquivo: b.php
+// nome do arquivo: /tmp/b.php
include_once '/tmp/a.php';
?>
]]>
| Navigate in group php.doc.pt-br at sever news.php.net | |
| Previous | Next |
| © No Copyright You are free to use Anything |
Site Maintained by PHP Developer
Powered By PHP Consultants |