Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes found from doc fr qa tools #3018

Merged
merged 4 commits into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appendices/migration73/other-changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
</para>
</sect2>

<sect2 xml:id="migration72.other-changes.opcache">
<sect2 xml:id="migration73.other-changes.opcache">
<title>OPcache</title>

<para>
Expand Down
2 changes: 1 addition & 1 deletion features/commandline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ This is a command line PHP script with one option.
<para>
<example>
<title>Batch file to run a command line PHP script (script.bat)</title>
<programlisting role="shell">
<programlisting role="winbat">
<![CDATA[
@echo OFF
"C:\php\php.exe" script.php %*
Expand Down
2 changes: 1 addition & 1 deletion reference/dba/functions/dba-fetch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</simpara>
<methodsynopsis>
<type>string</type><methodname>dba_fetch</methodname>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
<methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
<methodparam><type>int</type><parameter>skip</parameter></methodparam>
<methodparam><type>resource</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
Expand Down
5 changes: 4 additions & 1 deletion reference/spl/arrayobject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@
<varlistentry xml:id="arrayobject.constants.std-prop-list">
<term><constant>ArrayObject::STD_PROP_LIST</constant></term>
<listitem>
<para>Properties of the object have their normal functionality when accessed as list (var_dump, foreach, etc.).</para>
<para>
Properties of the object have their normal functionality when
accessed as list (<function>var_dump</function>, &foreach;, etc.).
</para>
</listitem>
</varlistentry>

Expand Down