mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- Typo-- ("insted of")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265704 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a6ed61cd51
commit
44c0b43f25
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.166 $ -->
|
||||
<!-- $Revision: 1.167 $ -->
|
||||
<chapter xml:id="language.control-structures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Control Structures</title>
|
||||
|
||||
|
@ -1128,7 +1128,7 @@ endswitch;
|
|||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
Its possible to use a semicolon insted of a colon after a case like:
|
||||
Its possible to use a semicolon instead of a colon after a case like:
|
||||
<informalexample>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<!-- $Revision: 1.32 $ -->
|
||||
<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.setlocale">
|
||||
<refnamediv>
|
||||
<refname>setlocale</refname>
|
||||
|
@ -150,7 +150,7 @@
|
|||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
This function now throws an E_DEPRECATED notice if a string is passed
|
||||
to the <parameter>category</parameter> parameter insted of one of the
|
||||
to the <parameter>category</parameter> parameter instead of one of the
|
||||
<literal>LC_*</literal> constants.
|
||||
</entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue