fork(1) download
  1. <?php
  2. foreach (array("123.4", "", "123e4", "slovo") as $a) {
  3. if (strval($a+0) === $a) {
  4. print $a;
  5. }
  6. }
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
123.4