svn: /phpdoc/pt_BR/trunk/ appendices/about.xml language/basic-syntax.xml language/constants.xml language/control-structures/break.xml language/control-structures/continue.xml language/control-structures/declare.xml language/control-structures/elseif.xml language/control-structures/foreach.xml language/control-structures/include-once.xml language/control-structures/return.xml language/control-structures/switch.xml language/exceptions.xml language/expressions.xml language/functions.xml language/ty

[email protected] (Daniel Rodrigues Lima)
Newsgroups php.doc.pt-br
Message-ID <[email protected]>
geekcom                                  Tue, 07 Jan 2020 14:55:00 +0000

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

Log:
update Credits

Changed paths:
    U   phpdoc/pt_BR/trunk/appendices/about.xml
    U   phpdoc/pt_BR/trunk/language/basic-syntax.xml
    U   phpdoc/pt_BR/trunk/language/constants.xml
    U   phpdoc/pt_BR/trunk/language/control-structures/break.xml
    U   phpdoc/pt_BR/trunk/language/control-structures/continue.xml
    U   phpdoc/pt_BR/trunk/language/control-structures/declare.xml
    U   phpdoc/pt_BR/trunk/language/control-structures/elseif.xml
    U   phpdoc/pt_BR/trunk/language/control-structures/foreach.xml
    U   phpdoc/pt_BR/trunk/language/control-structures/include-once.xml
    U   phpdoc/pt_BR/trunk/language/control-structures/return.xml
    U   phpdoc/pt_BR/trunk/language/control-structures/switch.xml
    U   phpdoc/pt_BR/trunk/language/exceptions.xml
    U   phpdoc/pt_BR/trunk/language/expressions.xml
    U   phpdoc/pt_BR/trunk/language/functions.xml
    U   phpdoc/pt_BR/trunk/language/types/array.xml
    U   phpdoc/pt_BR/trunk/language/types/boolean.xml
    U   phpdoc/pt_BR/trunk/language/types/callable.xml
    U   phpdoc/pt_BR/trunk/language/types/float.xml
    U   phpdoc/pt_BR/trunk/language/types/integer.xml
    U   phpdoc/pt_BR/trunk/language/types/null.xml
    U   phpdoc/pt_BR/trunk/language/types/object.xml
    U   phpdoc/pt_BR/trunk/language/types/pseudo-types.xml
    U   phpdoc/pt_BR/trunk/language/types/resource.xml
    U   phpdoc/pt_BR/trunk/language/types/string.xml
    U   phpdoc/pt_BR/trunk/language/types/type-juggling.xml
    U   phpdoc/pt_BR/trunk/reference/array/constants.xml
    U   phpdoc/pt_BR/trunk/reference/array/functions/array-chunk.xml
    U   phpdoc/pt_BR/trunk/reference/array/functions/array-combine.xml
svn-diffs-348834.txt (text/x-diff, 19.8 KB)
Modified: phpdoc/pt_BR/trunk/appendices/about.xml
===================================================================
--- phpdoc/pt_BR/trunk/appendices/about.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/appendices/about.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 347032 Maintainer: ae Status: ready --><!-- CREDITS: felipe, ae, fibbarth, adiel, @geekcom -->
+<!-- EN-Revision: 347032 Maintainer: ae Status: ready --><!-- CREDITS: felipe, ae, fibbarth, adiel, geekcom -->

 <appendix xml:id="about" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>Sobre o manual</title>

Modified: phpdoc/pt_BR/trunk/language/basic-syntax.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/basic-syntax.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/basic-syntax.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 348031 Maintainer: ae Status: ready --><!-- CREDITS: fabioluciano, @geekcom -->
+<!-- EN-Revision: 348031 Maintainer: ae Status: ready --><!-- CREDITS: fabioluciano, geekcom -->
  <chapter xml:id="language.basic-syntax" xmlns="http://docbook.org/ns/docbook">
   <title>Sintaxe Básica</title>
   <sect1 xml:id="language.basic-syntax.phptags">

Modified: phpdoc/pt_BR/trunk/language/constants.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/constants.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/constants.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 347270 Maintainer: fabioluciano Status: ready --><!-- CREDITS: ae, thiago, lcobucci, fabioluciano, lisaldo, @geekcom -->
+<!-- EN-Revision: 347270 Maintainer: fabioluciano Status: ready --><!-- CREDITS: ae, thiago, lcobucci, fabioluciano, lisaldo, geekcom -->
  <chapter xml:id="language.constants" xmlns="http://docbook.org/ns/docbook">
   <title>Constantes</title>


Modified: phpdoc/pt_BR/trunk/language/control-structures/break.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/control-structures/break.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/control-structures/break.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 345956 Maintainer: fabioluciano Status: ready --><!-- CREDITS: diegopires, ae, fabioluciano, @geekcom -->
+<!-- EN-Revision: 345956 Maintainer: fabioluciano Status: ready --><!-- CREDITS: diegopires, ae, fabioluciano, geekcom -->

 <sect1 xml:id="control-structures.break" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title><literal>break</literal></title>

Modified: phpdoc/pt_BR/trunk/language/control-structures/continue.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/control-structures/continue.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/control-structures/continue.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 348403 Maintainer: fabioluciano Status: ready --><!-- CREDITS: diegopires, ae, diegopires, fabioluciano, @geekcom -->
+<!-- EN-Revision: 348403 Maintainer: fabioluciano Status: ready --><!-- CREDITS: diegopires, ae, diegopires, fabioluciano, geekcom -->

 <sect1 xml:id="control-structures.continue" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title><literal>continue</literal></title>

Modified: phpdoc/pt_BR/trunk/language/control-structures/declare.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/control-structures/declare.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/control-structures/declare.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 347260 Maintainer: ae Status: ready --><!-- CREDITS: diegopires, ae, fabioluciano, @geekcom -->
+<!-- EN-Revision: 347260 Maintainer: ae Status: ready --><!-- CREDITS: diegopires, ae, fabioluciano, geekcom -->

 <sect1 xml:id="control-structures.declare" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title><literal>declare</literal></title>

Modified: phpdoc/pt_BR/trunk/language/control-structures/elseif.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/control-structures/elseif.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/control-structures/elseif.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 341918 Maintainer: fabioluciano Status: ready --><!-- CREDITS: diegopires, fabioluciano, @geekcom -->
+<!-- EN-Revision: 341918 Maintainer: fabioluciano Status: ready --><!-- CREDITS: diegopires, fabioluciano, geekcom -->

 <sect1 xml:id="control-structures.elseif" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title><literal>elseif</literal>/<literal>else if</literal></title>

Modified: phpdoc/pt_BR/trunk/language/control-structures/foreach.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/control-structures/foreach.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/control-structures/foreach.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 345048 Maintainer: fabioluciano Status: ready --><!-- CREDITS: fabioluciano, @geekcom -->
+<!-- EN-Revision: 345048 Maintainer: fabioluciano Status: ready --><!-- CREDITS: fabioluciano, geekcom -->

 <sect1 xml:id="control-structures.foreach" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title><literal>foreach</literal></title>

Modified: phpdoc/pt_BR/trunk/language/control-structures/include-once.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/control-structures/include-once.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/control-structures/include-once.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 347043 Maintainer: fabioluciano Status: ready --><!-- CREDITS: fabioluciano, @geekcom -->
+<!-- EN-Revision: 347043 Maintainer: fabioluciano Status: ready --><!-- CREDITS: fabioluciano, geekcom -->

 <sect1 xml:id="function.include-once" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>include_once</title>

Modified: phpdoc/pt_BR/trunk/language/control-structures/return.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/control-structures/return.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/control-structures/return.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 344782 Maintainer: fabioluciano Status: ready --><!-- CREDITS: fabioluciano, @geekcom -->
+<!-- EN-Revision: 344782 Maintainer: fabioluciano Status: ready --><!-- CREDITS: fabioluciano, geekcom -->

 <sect1 xml:id="function.return" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>return</title>

Modified: phpdoc/pt_BR/trunk/language/control-structures/switch.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/control-structures/switch.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/control-structures/switch.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 345106 Maintainer: fabioluciano Status: ready --><!-- CREDITS: fabioluciano, @geekcom -->
+<!-- EN-Revision: 345106 Maintainer: fabioluciano Status: ready --><!-- CREDITS: fabioluciano, geekcom -->

 <sect1 xml:id="control-structures.switch" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title><literal>switch</literal></title>

Modified: phpdoc/pt_BR/trunk/language/exceptions.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/exceptions.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/exceptions.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 346158 Maintainer: ae Status: ready --><!-- CREDITS: narigone,felipe,ae, @geekcom -->
+<!-- EN-Revision: 346158 Maintainer: ae Status: ready --><!-- CREDITS: narigone,felipe,ae, geekcom -->
  <chapter xml:id="language.exceptions" xmlns="http://docbook.org/ns/docbook">
   <title>Exceções</title>


Modified: phpdoc/pt_BR/trunk/language/expressions.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/expressions.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/expressions.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 342074 Maintainer: ae Status: ready --><!-- CREDITS: mauricio, @geekcom -->
+<!-- EN-Revision: 342074 Maintainer: ae Status: ready --><!-- CREDITS: mauricio, geekcom -->
  <chapter xml:id="language.expressions" xmlns="http://docbook.org/ns/docbook">
    <title>Expressões</title>
    <simpara>

Modified: phpdoc/pt_BR/trunk/language/functions.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/functions.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/functions.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 347269 Maintainer: ae Status: ready --><!-- CREDITS: fabioluciano, ae, @geekcom -->
+<!-- EN-Revision: 347269 Maintainer: ae Status: ready --><!-- CREDITS: fabioluciano, ae, geekcom -->
 <chapter xml:id="language.functions" xmlns="http://docbook.org/ns/docbook">
   <title>Funções</title>


Modified: phpdoc/pt_BR/trunk/language/types/array.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/types/array.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/types/array.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 346012 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, rogeriopradoj, @geekcom -->
+<!-- EN-Revision: 346012 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, rogeriopradoj, geekcom -->
 <sect1 xml:id="language.types.array">
  <title>Arrays</title>


Modified: phpdoc/pt_BR/trunk/language/types/boolean.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/types/boolean.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/types/boolean.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 347033 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, @geekcom -->
+<!-- EN-Revision: 347033 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, geekcom -->
 <sect1 xml:id="language.types.boolean">
  <title>Booleanos</title>


Modified: phpdoc/pt_BR/trunk/language/types/callable.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/types/callable.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/types/callable.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 341282 Maintainer: fabioluciano Status: ready --><!-- CREDITS: lcobucci, fabioluciano, @geekcom -->
+<!-- EN-Revision: 341282 Maintainer: fabioluciano Status: ready --><!-- CREDITS: lcobucci, fabioluciano, geekcom -->
 <sect1 xml:id="language.types.callable">
  <title>Callbacks / Callables</title>


Modified: phpdoc/pt_BR/trunk/language/types/float.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/types/float.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/types/float.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 348072 Maintainer: ae Status: ready --><!-- CREDITS: felipe, ae, fabioluciano, @geekcom -->
+<!-- EN-Revision: 348072 Maintainer: ae Status: ready --><!-- CREDITS: felipe, ae, fabioluciano, geekcom -->
 <sect1 xml:id="language.types.float" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>Números de ponto flutuante</title>


Modified: phpdoc/pt_BR/trunk/language/types/integer.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/types/integer.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/types/integer.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 347812 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, @geekcom -->
+<!-- EN-Revision: 347812 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, geekcom -->
 <sect1 xml:id="language.types.integer">
  <title>Inteiros</title>


Modified: phpdoc/pt_BR/trunk/language/types/null.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/types/null.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/types/null.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 342126 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, @geekcom -->
+<!-- EN-Revision: 342126 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, geekcom -->
 <sect1 xml:id="language.types.null">
  <title>NULL</title>


Modified: phpdoc/pt_BR/trunk/language/types/object.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/types/object.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/types/object.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 344924 Maintainer: fabioluciano Status: ready --><!-- CREDITS: royopa, diegopires, fabioluciano, @geekcom -->
+<!-- EN-Revision: 344924 Maintainer: fabioluciano Status: ready --><!-- CREDITS: royopa, diegopires, fabioluciano, geekcom -->
 <sect1 xml:id="language.types.object">
  <title>Objetos</title>


Modified: phpdoc/pt_BR/trunk/language/types/pseudo-types.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/types/pseudo-types.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/types/pseudo-types.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 345238 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, @geekcom -->
+<!-- EN-Revision: 345238 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, geekcom -->
 <sect1 xml:id="language.pseudo-types">
  <title>Pseudo-tipos e variáveis utilizadas nesta documentação</title>
  <para>

Modified: phpdoc/pt_BR/trunk/language/types/resource.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/types/resource.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/types/resource.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 341282 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, @geekcom -->
+<!-- EN-Revision: 341282 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, geekcom -->
 <sect1 xml:id="language.types.resource">
  <title>Recursos</title>


Modified: phpdoc/pt_BR/trunk/language/types/string.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/types/string.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/types/string.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 347511 Maintainer: fabioluciano Status: ready --> <!-- Credits: felipe, thiago, fabioluciano, rogeriopradoj, @geekcom -->
+<!-- EN-Revision: 347511 Maintainer: fabioluciano Status: ready --> <!-- Credits: felipe, thiago, fabioluciano, rogeriopradoj, geekcom -->
 <sect1 xml:id="language.types.string">
  <title>Strings</title>


Modified: phpdoc/pt_BR/trunk/language/types/type-juggling.xml
===================================================================
--- phpdoc/pt_BR/trunk/language/types/type-juggling.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/language/types/type-juggling.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 343494 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, @geekcom -->
+<!-- EN-Revision: 343494 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, geekcom -->
 <sect1 xml:id="language.types.type-juggling">
  <title>Manipulação de tipos</title>


Modified: phpdoc/pt_BR/trunk/reference/array/constants.xml
===================================================================
--- phpdoc/pt_BR/trunk/reference/array/constants.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/reference/array/constants.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 341282 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, @geekcom -->
+<!-- EN-Revision: 341282 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, fabioluciano, geekcom -->
 <appendix xml:id="array.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants.core;

Modified: phpdoc/pt_BR/trunk/reference/array/functions/array-chunk.xml
===================================================================
--- phpdoc/pt_BR/trunk/reference/array/functions/array-chunk.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/reference/array/functions/array-chunk.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 343899 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, lucasr, fabioluciano, @geekcom -->
+<!-- EN-Revision: 343899 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, lucasr, fabioluciano, geekcom -->
 <refentry xml:id="function.array-chunk" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>array_chunk</refname>

Modified: phpdoc/pt_BR/trunk/reference/array/functions/array-combine.xml
===================================================================
--- phpdoc/pt_BR/trunk/reference/array/functions/array-combine.xml	2020-01-07 13:06:21 UTC (rev 348833)
+++ phpdoc/pt_BR/trunk/reference/array/functions/array-combine.xml	2020-01-07 14:55:00 UTC (rev 348834)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 340225 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, thiago, fabioluciano. @geekcom -->
+<!-- EN-Revision: 340225 Maintainer: fabioluciano Status: ready --><!-- CREDITS: felipe, thiago, fabioluciano. geekcom -->
 <refentry xml:id="function.array-combine" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>array_combine</refname>
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.