diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 23:45:20 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 23:45:20 +0100 |
| commit | 8ab1da7853f6dd309f2d3677ca109737f929ab4a (patch) | |
| tree | 8afa3fafa23badd9b99aca51fce05a15ee7c2f48 /examples/minimal.php | |
| parent | dcacc00e3750300617ba6e16eb346713f91a783a (diff) | |
| download | crep-8ab1da7853f6dd309f2d3677ca109737f929ab4a.tar.gz | |
Add PHP support
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"; |
