mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
* Add function to ext
* buggy af, but kinda working
* Get worker and regular mode working
* fix formatting
* add eol
* add eol
* 🤦
* properly generate file
* use sync.Once
8 lines
83 B
PHP
8 lines
83 B
PHP
<?php
|
|
|
|
echo "This is output\n";
|
|
|
|
frankenphp_finish_request();
|
|
|
|
echo "This is not";
|