mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix some wording, thanks Maciek
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270561 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
70484a1f8d
commit
a9cf76ba86
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.54 $ -->
|
||||
<!-- $Revision: 1.55 $ -->
|
||||
<chapter xml:id="language.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Constants</title>
|
||||
|
||||
|
@ -70,7 +70,7 @@ define("__FOO__", "something");
|
|||
<simpara>
|
||||
Only scalar data (<type>boolean</type>, <type>integer</type>,
|
||||
<type>float</type> and <type>string</type>) can be contained
|
||||
in constants. Its possible to register constants as
|
||||
in constants. It is possible to define constants as a
|
||||
<type>resource</type>, but it should be avoided, as it can cause
|
||||
unexpected results.
|
||||
</simpara>
|
||||
|
|
Loading…
Reference in a new issue