mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77311 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9fc9df1e07
commit
9dc89cb7d5
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.75 $ -->
|
||||
<!-- $Revision: 1.76 $ -->
|
||||
<chapter id="language.types">
|
||||
<title>Types</title>
|
||||
|
||||
|
@ -452,7 +452,7 @@ echo (int) ( (0.1+0.7) * 10 ); // echoes 7!
|
|||
types. Currently, the behaviour is the same as if the value
|
||||
was first <link linkend="language.types.boolean.casting"
|
||||
>converted to boolean</link>. However, do
|
||||
<emphasis>not</emphasis> relay on this behaviour, as it can
|
||||
<emphasis>not</emphasis> rely on this behaviour, as it can
|
||||
change without notice.
|
||||
</simpara>
|
||||
</caution>
|
||||
|
|
Loading…
Reference in a new issue