Skip to content

Commit 374b21d

Browse files
committed
sync with en rev
1 parent 9308fa4 commit 374b21d

6 files changed

Lines changed: 195 additions & 14 deletions

File tree

reference/eio/functions/eio-chmod.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: leonardolara Status: ready -->
2+
<!-- EN-Revision: 1ee6ea115bd0fb855a5de721e56d938a6c5daa31 Maintainer: leonardolara Status: ready -->
33

44
<refentry xml:id="function.eio-chmod" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
@@ -33,10 +33,10 @@
3333
<varlistentry>
3434
<term><parameter>path</parameter></term>
3535
<listitem>
36-
<para>
36+
<simpara>
3737
Caminho para o arquivo ou diretório de destino.
38-
&eio.warn.relpath;
39-
</para>
38+
</simpara>
39+
&eio.warn.relpath;
4040
</listitem>
4141
</varlistentry>
4242
<varlistentry>

reference/eio/functions/eio-chown.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: a4fe8cf4c7712c4af6d2b0dc2e3d7090f53f4e21 Maintainer: leonardolara Status: ready -->
2+
<!-- EN-Revision: 1ee6ea115bd0fb855a5de721e56d938a6c5daa31 Maintainer: leonardolara Status: ready -->
33

44
<refentry xml:id="function.eio-chown" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
@@ -33,10 +33,10 @@
3333
<varlistentry>
3434
<term><parameter>path</parameter></term>
3535
<listitem>
36-
<para>
36+
<simpara>
3737
Caminho para o arquivo ou diretório.
38-
&eio.warn.relpath;
39-
</para>
38+
</simpara>
39+
&eio.warn.relpath;
4040
</listitem>
4141
</varlistentry>
4242
<varlistentry>

reference/mqseries/book.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 9a5b92a30888d6423db112f07a9b344cf6fc4891 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
2+
<!-- EN-Revision: fde9a418387a4d0b265a33e4cc680e0683942be6 Maintainer: leonardolara Status: ready --><!-- CREDITS: fernandowobeto,leonardolara -->
33
<!-- State: experimental -->
44

55
<book xml:id="book.mqseries" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -9,8 +9,8 @@
99
<!-- {{{ preface -->
1010
<preface xml:id="intro.mqseries">
1111
&reftitle.intro;
12+
&warn.experimental;
1213
<para>
13-
&warn.experimental;
1414
Esta extensão visa fornecer uma interface para comunicação com os
1515
gerenciadores de filas da série WebSphere MQ da IBM.
1616
</para>
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- EN-Revision: 3c36a56c9e6875fbe3295827a15747d6eae9572e Maintainer: leonardolara Status: ready --><!-- CREDITS: leonardolara -->
3+
<refentry xml:id="function.opcache-is-script-cached-in-file-cache" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4+
<refnamediv>
5+
<refname>opcache_is_script_cached_in_file_cache</refname>
6+
<refpurpose>Informa se um script está armazenado no cache de arquivo do OPCache</refpurpose>
7+
</refnamediv>
8+
9+
<refsect1 role="description">
10+
&reftitle.description;
11+
<methodsynopsis>
12+
<type>bool</type><methodname>opcache_is_script_cached_in_file_cache</methodname>
13+
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
14+
</methodsynopsis>
15+
<simpara>
16+
Esta função verifica se um script PHP foi armazenado no cache do OPCache. Isso pode ser
17+
usado para detectar melhor o "aquecimento" do cache para um script em particular.
18+
Esta função apenas verifica o cache de arquivo, não o cache de memória. Para
19+
verificar o de memória, use <function>opcache_is_script_cached</function>.
20+
</simpara>
21+
</refsect1>
22+
23+
<refsect1 role="parameters">
24+
&reftitle.parameters;
25+
<variablelist>
26+
<varlistentry>
27+
<term><parameter>filename</parameter></term>
28+
<listitem>
29+
<simpara>
30+
O caminho para o script PHP a ser verificado.
31+
</simpara>
32+
</listitem>
33+
</varlistentry>
34+
</variablelist>
35+
</refsect1>
36+
37+
<refsect1 role="returnvalues">
38+
&reftitle.returnvalues;
39+
<simpara>
40+
Retorna &true; se <parameter>filename</parameter> estiver em cache no OPCache,
41+
&false; caso contrário.
42+
</simpara>
43+
</refsect1>
44+
45+
<refsect1 role="seealso">
46+
&reftitle.seealso;
47+
<simplelist>
48+
<member><function>opcache_compile_file</function></member>
49+
<member><function>opcache_is_script_cached</function></member>
50+
</simplelist>
51+
</refsect1>
52+
</refentry>
53+
<!-- Keep this comment at the end of the file
54+
Local variables:
55+
mode: sgml
56+
sgml-omittag:t
57+
sgml-shorttag:t
58+
sgml-minimize-attributes:nil
59+
sgml-always-quote-attributes:t
60+
sgml-indent-step:1
61+
sgml-indent-data:t
62+
indent-tabs-mode:nil
63+
sgml-parent-document:nil
64+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
65+
sgml-exposed-tags:nil
66+
sgml-local-catalogs:nil
67+
sgml-local-ecat-files:nil
68+
End:
69+
vim600: syn=xml fen fdm=syntax fdl=2 si
70+
vim: et tw=78 syn=sgml
71+
vi: ts=1 sw=1
72+
-->

reference/opcache/functions/opcache-is-script-cached.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 87d6bb1bbd5f118f5b0cf0160438f06c0f91ea45 Maintainer: marcosmarcolin Status: ready -->
3-
<!-- CREDITS: marcosmarcolin -->
2+
<!-- EN-Revision: 3c36a56c9e6875fbe3295827a15747d6eae9572e Maintainer: leonardolara Status: ready --><!-- CREDITS: marcosmarcolin,leonardolara -->
43
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.opcache-is-script-cached">
54
<refnamediv>
65
<refname>opcache_is_script_cached</refname>
@@ -17,6 +16,8 @@
1716
Esta função verifica se um script PHP foi armazenado em cache no OPCache. Isso pode ser
1817
usado para detectar mais facilmente o "aquecimento" do cache para um determinado script.
1918
Esta função verifica apenas o cache na memória, não o cache do arquivo.
19+
Para verificar o cache de arquivo, use
20+
<function>opcache_is_script_cached_in_file_cache</function>.
2021
</simpara>
2122
</refsect1>
2223

@@ -37,7 +38,7 @@
3738
<refsect1 role="returnvalues">
3839
&reftitle.returnvalues;
3940
<simpara>
40-
Retorna &true; se <parameter>filename</parameter> for armazenado em cache no OPCache,
41+
Retorna &true; se <parameter>filename</parameter> estiver armazenado no cache de memória do OPCache,
4142
&false; caso contrário.
4243
</simpara>
4344
</refsect1>
@@ -46,6 +47,7 @@
4647
&reftitle.seealso;
4748
<simplelist>
4849
<member><function>opcache_compile_file</function></member>
50+
<member><function>opcache_is_script_cached_in_file_cache</function></member>
4951
</simplelist>
5052
</refsect1>
5153
</refentry>
@@ -68,4 +70,4 @@ End:
6870
vim600: syn=xml fen fdm=syntax fdl=2 si
6971
vim: et tw=78 syn=sgml
7072
vi: ts=1 sw=1
71-
-->
73+
-->
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- EN-Revision: 3c36a56c9e6875fbe3295827a15747d6eae9572e Maintainer: leonardolara Status: ready --><!-- CREDITS: leonardolara -->
3+
<refentry xml:id="function.opcache-jit-blacklist" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4+
<refnamediv>
5+
<refname>opcache_jit_blacklist</refname>
6+
<refpurpose>Impede que uma função seja compilada pelo JIT</refpurpose>
7+
</refnamediv>
8+
9+
<refsect1 role="description">
10+
&reftitle.description;
11+
<methodsynopsis>
12+
<type>void</type>
13+
<methodname>opcache_jit_blacklist</methodname>
14+
<methodparam>
15+
<type>Closure</type>
16+
<parameter>closure</parameter>
17+
</methodparam>
18+
</methodsynopsis>
19+
<simpara>
20+
Esta função impede que uma função em particular seja compilada pelo JIT quando o rastreamento JIT estiver em uso.
21+
Esta função é especificada usando um <classname>Closure</classname>.
22+
</simpara>
23+
<warning>
24+
<simpara>
25+
Qualquer parte da função que já tenha sido compilada pelo JIT permacece não afetada
26+
e ainda será compilada pelo JIT.
27+
</simpara>
28+
</warning>
29+
</refsect1>
30+
31+
<refsect1 role="parameters">
32+
&reftitle.parameters;
33+
<variablelist>
34+
<varlistentry>
35+
<term>
36+
<parameter>closure</parameter>
37+
</term>
38+
<listitem>
39+
<simpara>
40+
A função a ser impedida, representada como um chamável de primeira classe.
41+
Também é possível passar uma função anônima,
42+
e nesse cado a própria função anônima é impedida.
43+
</simpara>
44+
</listitem>
45+
</varlistentry>
46+
</variablelist>
47+
</refsect1>
48+
49+
<refsect1 role="returnvalues">
50+
&reftitle.returnvalues;
51+
<simpara>
52+
&return.void;
53+
</simpara>
54+
</refsect1>
55+
56+
<refsect1 role="examples">
57+
&reftitle.examples;
58+
<example>
59+
<title>
60+
Exemplo básico de
61+
<function>opcache_jit_blacklist</function>
62+
</title>
63+
<programlisting role="php">
64+
<![CDATA[
65+
<?php
66+
function foo() {
67+
$x = 1;
68+
$x += 0;
69+
++$x;
70+
var_dump($x);
71+
}
72+
opcache_jit_blacklist(foo(...));
73+
foo();
74+
?>
75+
]]>
76+
</programlisting>
77+
</example>
78+
</refsect1>
79+
80+
<refsect1 role="seealso">
81+
&reftitle.seealso;
82+
<simplelist>
83+
<member><function>opcache_invalidate</function></member>
84+
<member><function>opcache_reset</function></member>
85+
</simplelist>
86+
</refsect1>
87+
</refentry>
88+
<!-- Keep this comment at the end of the file
89+
Local variables:
90+
mode: sgml
91+
sgml-omittag:t
92+
sgml-shorttag:t
93+
sgml-minimize-attributes:nil
94+
sgml-always-quote-attributes:t
95+
sgml-indent-step:1
96+
sgml-indent-data:t
97+
indent-tabs-mode:nil
98+
sgml-parent-document:nil
99+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
100+
sgml-exposed-tags:nil
101+
sgml-local-catalogs:nil
102+
sgml-local-ecat-files:nil
103+
End:
104+
vim600: syn=xml fen fdm=syntax fdl=2 si
105+
vim: et tw=78 syn=sgml
106+
vi: ts=1 sw=1
107+
-->

0 commit comments

Comments
 (0)