svn: /phpdoc/tr/trunk/reference/apd/ book.xml constants.xml examples.xml ini.xml

[email protected] (Nilgün Belma Bugüner)
Newsgroups php.doc.tr
Message-ID <[email protected]>
nilgun                                   Wed, 26 Sep 2018 10:20:23 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=345693

Log:
update for sync with English docs.

Changed paths:
    U   phpdoc/tr/trunk/reference/apd/book.xml
    U   phpdoc/tr/trunk/reference/apd/constants.xml
    U   phpdoc/tr/trunk/reference/apd/examples.xml
    U   phpdoc/tr/trunk/reference/apd/ini.xml

Modified: phpdoc/tr/trunk/reference/apd/book.xml
===================================================================
--- phpdoc/tr/trunk/reference/apd/book.xml	2018-09-26 10:03:20 UTC (rev 345692)
+++ phpdoc/tr/trunk/reference/apd/book.xml	2018-09-26 10:20:23 UTC (rev 345693)
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sinan Status: ready -->
-<!-- Purpose: basic.php -->
-<!-- Membership: pecl -->
+<!-- EN-Revision: 330340 Maintainer: sinan Status: ready -->
 <book xml:id="book.apd" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Gelişmiş PHP Hata Ayıklayıcısı (Advanced PHP debugger)</title>
  <titleabbrev>APD</titleabbrev>

Modified: phpdoc/tr/trunk/reference/apd/constants.xml
===================================================================
--- phpdoc/tr/trunk/reference/apd/constants.xml	2018-09-26 10:03:20 UTC (rev 345692)
+++ phpdoc/tr/trunk/reference/apd/constants.xml	2018-09-26 10:20:23 UTC (rev 345693)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sinan Status: ready -->
+<!-- EN-Revision: 323628 Maintainer: sinan Status: ready -->
 <appendix xml:id="apd.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.constants;
  &extension.constants;
@@ -15,7 +15,7 @@
      </row>
     </thead>
     <tbody>
-     <row>
+     <row xml:id="constant.function-trace">
       <entry>
        <constant>FUNCTION_TRACE</constant>
        (<type>integer</type>)
@@ -23,7 +23,7 @@
       <entry>1</entry>
       <entry></entry>
      </row>
-     <row>
+     <row xml:id="constant.args-trace">
       <entry>
        <constant>ARGS_TRACE</constant>
        (<type>integer</type>)
@@ -31,7 +31,7 @@
       <entry>2</entry>
       <entry></entry>
      </row>
-     <row>
+     <row xml:id="constant.assignment-trace">
       <entry>
        <constant>ASSIGNMENT_TRACE</constant>
        (<type>integer</type>)
@@ -39,7 +39,7 @@
       <entry>4</entry>
       <entry></entry>
      </row>
-     <row>
+     <row xml:id="constant.statement-trace">
       <entry>
        <constant>STATEMENT_TRACE</constant>
        (<type>integer</type>)
@@ -48,7 +48,7 @@
       <entry></entry>
      </row>
      <row>
-      <entry>
+      <entry xml:id="constant.memory-trace">
        <constant>MEMORY_TRACE</constant>
        (<type>integer</type>)
       </entry>
@@ -55,7 +55,7 @@
       <entry>16</entry>
       <entry></entry>
      </row>
-     <row>
+     <row xml:id="constant.timing-trace">
       <entry>
        <constant>TIMING_TRACE</constant>
        (<type>integer</type>)
@@ -63,7 +63,7 @@
       <entry>32</entry>
       <entry></entry>
      </row>
-     <row>
+     <row xml:id="constant.summary-trace">
       <entry>
        <constant>SUMMARY_TRACE</constant>
        (<type>integer</type>)
@@ -71,7 +71,7 @@
       <entry>64</entry>
       <entry></entry>
      </row>
-     <row>
+     <row xml:id="constant.error-trace">
       <entry>
        <constant>ERROR_TRACE</constant>
        (<type>integer</type>)
@@ -79,7 +79,7 @@
       <entry>128</entry>
       <entry></entry>
      </row>
-     <row>
+     <row xml:id="constant.prof-trace">
       <entry>
        <constant>PROF_TRACE</constant>
        (<type>integer</type>)
@@ -87,7 +87,7 @@
       <entry>256</entry>
       <entry></entry>
      </row>
-     <row>
+     <row xml:id="constant.apd-version">
       <entry>
        <constant>APD_VERSION</constant>
        (<type>string</type>)

Modified: phpdoc/tr/trunk/reference/apd/examples.xml
===================================================================
--- phpdoc/tr/trunk/reference/apd/examples.xml	2018-09-26 10:03:20 UTC (rev 345692)
+++ phpdoc/tr/trunk/reference/apd/examples.xml	2018-09-26 10:20:23 UTC (rev 345693)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sinan Status: ready -->
+<!-- EN-Revision: 301112 Maintainer: sinan Status: ready -->
 <appendix xml:id="apd.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.examples;
  <section xml:id="apd.examples.usage">
@@ -12,9 +12,11 @@
     </para>
     <informalexample>
      <programlisting role="php">
- <![CDATA[
- apd_set_pprof_trace();
- ]]>
+<![CDATA[
+<?php
+apd_set_pprof_trace();
+?>
+]]>
      </programlisting>
     </informalexample>
     <para>

Modified: phpdoc/tr/trunk/reference/apd/ini.xml
===================================================================
--- phpdoc/tr/trunk/reference/apd/ini.xml	2018-09-26 10:03:20 UTC (rev 345692)
+++ phpdoc/tr/trunk/reference/apd/ini.xml	2018-09-26 10:20:23 UTC (rev 345693)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sinan Status: ready -->
+<!-- EN-Revision: 323877 Maintainer: sinan Status: ready -->
 <section xml:id="apd.configuration" xmlns="http://docbook.org/ns/docbook">
  &reftitle.runtime;
  &extension.runtime;
@@ -10,10 +10,10 @@
    <tgroup cols="4">
     <thead>
      <row>
-      <entry>İsim</entry>
-      <entry>Öntanımlı</entry>
-      <entry>Değişiklik Yeri</entry>
-      <entry>Sürüm Bilgisi</entry>
+      <entry>&Name;</entry>
+      <entry>&Default;</entry>
+      <entry>&Changeable;</entry>
+      <entry>&Changelog;</entry>
      </row>
     </thead>
     <tbody>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.