move to vendor

This commit is contained in:
Mark McGranaghan
2012-11-17 08:21:42 -08:00
parent 6d70ccb3b7
commit 8d31ec147c
391 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
$x = array(0123, 0x0a, -0x0a, -0123, 12, -12);
?>
<?php
$a = 1.234;
$b = 1.2e3;
$c = 7E-10;
?>