mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
377da021f6
commit
fa9b1028aa
1 changed files with 7 additions and 7 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue