X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_misc.h;h=314fc24b4a91f9f84a7fd1dd390c5176bc952086;hp=69076e71fbc2201b114ec3ecf8309231e100e7de;hb=c1f2ac7da167dec92df81ad33de65b953ccd043d;hpb=6f61c56b9d16c4fd68e388e629cc5a9248fe8281 diff --git a/php_http_misc.h b/php_http_misc.h index 69076e7..314fc24 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -200,6 +200,8 @@ static inline STATUS php_http_ini_entry(const char *name_str, size_t name_len, c return FAILURE; } +STATUS php_http_method_call(zval *object, const char *method_str, size_t method_len, int argc, zval **argv[], zval **retval_ptr TSRMLS_DC); + /* return bool (v == SUCCESS) */ #define RETVAL_SUCCESS(v) RETVAL_BOOL(SUCCESS == (v)) #define RETURN_SUCCESS(v) RETURN_BOOL(SUCCESS == (v))