frankenphp_arginfo.h 470 B

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