X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_misc.h;h=cebf78da3d0a61b6025d3ed016074628f4296589;hb=d926a12aeec96752456eddfbf9a04a002809a0d2;hp=cbb2d3d155d2d9d64a5bc2d3facaf7d5eea26237;hpb=516f722a0c4c2b0f195cc71a55e05b2e935c8733;p=m6w6%2Fext-http diff --git a/php_http_misc.h b/php_http_misc.h index cbb2d3d..cebf78d 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -270,6 +270,7 @@ static inline zval *php_http_zsep(zend_bool add_ref, int type, zval *z) { #define PHP_HTTP_ARGS(class, method) args_for_ ##class## _ ##method #define PHP_HTTP_ARG_VAL(name, pass_ref) ZEND_ARG_INFO(pass_ref, name) #define PHP_HTTP_ARG_OBJ(class, name, allow_null) ZEND_ARG_OBJ_INFO(0, name, class, allow_null) +#define PHP_HTTP_ARG_ARR(name, allow_null, pass_ref) ZEND_ARG_ARRAY_INFO(pass_ref, name, allow_null) #define EMPTY_FUNCTION_ENTRY {NULL, NULL, NULL, 0, 0}