Files
frankenphp/testdata/finish-request.php
Rob Landers 9ef3bd7c47 feat: add fastcgi_finish_request() support (#69)
* 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
2022-11-03 08:36:47 +01:00

8 lines
83 B
PHP

<?php
echo "This is output\n";
frankenphp_finish_request();
echo "This is not";