diff options
Diffstat (limited to 'examples/minimal.php')
| -rw-r--r-- | examples/minimal.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/minimal.php b/examples/minimal.php new file mode 100644 index 0000000..69a82f5 --- /dev/null +++ b/examples/minimal.php @@ -0,0 +1,4 @@ +<?php +function hello() {} +class World {} +const VERSION = "1.0"; |
