123456789101112131415 |
- /* This is a generated file, edit the .stub.php file instead.
- * Stub hash: f2e8375a3acb3080fc6c329eafc47155f0702c85 */
- ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_frankenphp_handle_request, 0, 1, _IS_BOOL, 0)
- ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
- ZEND_END_ARG_INFO()
- ZEND_FUNCTION(frankenphp_handle_request);
- static const zend_function_entry ext_functions[] = {
- ZEND_FE(frankenphp_handle_request, arginfo_frankenphp_handle_request)
- ZEND_FE_END
- };
|