summaryrefslogtreecommitdiff
path: root/tests/examplefiles/ints.php
blob: 516ab2c8251127e92cab96e9688da7a06b753e33 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

$x = array(0123, 0x0a, -0x0a, -0123, 12, -12);

?>
<?php
$a = 1.234; 
$b = 1.2e3; 
$c = 7E-10;
?>