|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: cd534a8394f535a600bf45a333955d23b5154756 */ |
| 2 | + * Stub hash: 28aa97e2c6102b3e51059dbd001ac65679f0bfda */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_frankenphp_handle_request, 0, 1, _IS_BOOL, 0) |
5 | 5 | ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0) |
@@ -35,25 +35,31 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_mercure_publish, 0, 1, IS_STRING |
35 | 35 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, retry, IS_LONG, 1, "null") |
36 | 36 | ZEND_END_ARG_INFO() |
37 | 37 |
|
| 38 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_frankenphp_log, 0, 1, IS_VOID, 0) |
| 39 | + ZEND_ARG_TYPE_INFO(0, message, IS_STRING, 0) |
| 40 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, level, IS_LONG, 0, "0") |
| 41 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, context, IS_ARRAY, 0, "[]") |
| 42 | +ZEND_END_ARG_INFO() |
38 | 43 |
|
39 | 44 | ZEND_FUNCTION(frankenphp_handle_request); |
40 | 45 | ZEND_FUNCTION(headers_send); |
41 | 46 | ZEND_FUNCTION(frankenphp_finish_request); |
42 | 47 | ZEND_FUNCTION(frankenphp_request_headers); |
43 | 48 | ZEND_FUNCTION(frankenphp_response_headers); |
44 | 49 | ZEND_FUNCTION(mercure_publish); |
45 | | - |
| 50 | +ZEND_FUNCTION(frankenphp_log); |
46 | 51 |
|
47 | 52 | static const zend_function_entry ext_functions[] = { |
48 | 53 | ZEND_FE(frankenphp_handle_request, arginfo_frankenphp_handle_request) |
49 | 54 | ZEND_FE(headers_send, arginfo_headers_send) |
50 | 55 | ZEND_FE(frankenphp_finish_request, arginfo_frankenphp_finish_request) |
51 | | - ZEND_FALIAS(fastcgi_finish_request, frankenphp_finish_request, arginfo_fastcgi_finish_request) |
| 56 | + ZEND_RAW_FENTRY("fastcgi_finish_request", zif_frankenphp_finish_request, arginfo_fastcgi_finish_request, 0, NULL, NULL) |
52 | 57 | ZEND_FE(frankenphp_request_headers, arginfo_frankenphp_request_headers) |
53 | | - ZEND_FALIAS(apache_request_headers, frankenphp_request_headers, arginfo_apache_request_headers) |
54 | | - ZEND_FALIAS(getallheaders, frankenphp_request_headers, arginfo_getallheaders) |
| 58 | + ZEND_RAW_FENTRY("apache_request_headers", zif_frankenphp_request_headers, arginfo_apache_request_headers, 0, NULL, NULL) |
| 59 | + ZEND_RAW_FENTRY("getallheaders", zif_frankenphp_request_headers, arginfo_getallheaders, 0, NULL, NULL) |
55 | 60 | ZEND_FE(frankenphp_response_headers, arginfo_frankenphp_response_headers) |
56 | | - ZEND_FALIAS(apache_response_headers, frankenphp_response_headers, arginfo_apache_response_headers) |
| 61 | + ZEND_RAW_FENTRY("apache_response_headers", zif_frankenphp_response_headers, arginfo_apache_response_headers, 0, NULL, NULL) |
57 | 62 | ZEND_FE(mercure_publish, arginfo_mercure_publish) |
| 63 | + ZEND_FE(frankenphp_log, arginfo_frankenphp_log) |
58 | 64 | ZEND_FE_END |
59 | 65 | }; |
0 commit comments