Sync some DE docs with EN

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312774 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nikita Popov 2011-07-01 16:40:14 +00:00
parent 377da021f6
commit fa9b1028aa

View file

@ -56,13 +56,13 @@
<![CDATA[
<?php
$tests = array(
"42",
1337,
"1e4",
"not numeric",
Array(),
9.1
);
"42",
1337,
"1e4",
"not numeric",
array(),
9.1
);
foreach ($tests as $element) {
if (is_numeric($element)) {