| Example | Description |
|---|---|
| my_php_extension | Basic extension: functions, classes, methods |
| pjs | Embed QuickJS in PHP to run JavaScript |
Each example has its own build.zig with a test step:
cd examples/<name>
zig build testPHP include path defaults to
/usr/include/php. Override with-Dphp-include-root=<path>.