X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_exception_object.h;h=9afaaf717aac44e65d4a55e11561fdf82e25c576;hp=9cf42cb83b22b9e3db6d98b70ee01333c732a259;hb=eae2e0b6f3ec09658c4e5ea54662a2221890fed7;hpb=9b6cff9fb09a6a49d75439b03201f8e6c8995e22 diff --git a/php_http_exception_object.h b/php_http_exception_object.h index 9cf42cb..9afaaf7 100644 --- a/php_http_exception_object.h +++ b/php_http_exception_object.h @@ -44,6 +44,8 @@ extern zend_class_entry *_http_exception_get_default(); #define http_exception_get_for_code(c) _http_exception_get_for_code(c) extern zend_class_entry *_http_exception_get_for_code(long code); +PHP_METHOD(HttpException, __toString); + #endif #endif