move to vendor
This commit is contained in:
10
vendor/pygments/tests/examplefiles/ints.php
vendored
Normal file
10
vendor/pygments/tests/examplefiles/ints.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$x = array(0123, 0x0a, -0x0a, -0123, 12, -12);
|
||||
|
||||
?>
|
||||
<?php
|
||||
$a = 1.234;
|
||||
$b = 1.2e3;
|
||||
$c = 7E-10;
|
||||
?>
|
||||
Reference in New Issue
Block a user