mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Minor grammar corrections.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271815 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
792a04aed8
commit
d2fe0e7255
1 changed files with 7 additions and 8 deletions
|
@ -1,13 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
|
||||
<appendix xml:id="json.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
<para>
|
||||
The following constants indicates an error type returned
|
||||
by <function>json_last_error</function> and are all available
|
||||
as of PHP 5.3.0.
|
||||
The following constants indicate the type of error returned by
|
||||
<function>json_last_error</function>. They are all available since PHP 5.3.0.
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
@ -17,7 +16,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
No error have occured.
|
||||
No error has occurred.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -28,7 +27,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The maximum stack depth have been exceeded.
|
||||
The maximum stack depth has been exceeded.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -39,7 +38,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Control character error, possibly wrongly encoded.
|
||||
Control character error, possibly incorrectly encoded.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -56,7 +55,7 @@
|
|||
</varlistentry>
|
||||
</variablelist>
|
||||
</appendix>
|
||||
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
|
Loading…
Reference in a new issue