mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278846 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c7bbd32bf0
commit
9dea54ff19
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry xml:id="function.define" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>define</refname>
|
||||
|
@ -38,8 +38,8 @@
|
|||
The value of the constant; only scalar and <type>null</type> values are allowed.
|
||||
Scalar values are <type>integer</type>,
|
||||
<type>float</type>, <type>string</type> or <type>boolean</type> values. It is
|
||||
possible to define <type>resource</type> constants, however its not recommeded
|
||||
and may cause unpredictable behaviour.
|
||||
possible to define <type>resource</type> constants, however its not recommended
|
||||
and may cause unpredictable behavior.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -48,7 +48,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
If set to &true;, the constant will be defined case-insensitive.
|
||||
The default behaviour is case-sensitive; i.e.
|
||||
The default behavior is case-sensitive; i.e.
|
||||
<literal>CONSTANT</literal> and <literal>Constant</literal> represent
|
||||
different values.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue