We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6efd7d commit 7c3b92fCopy full SHA for 7c3b92f
TSRM/TSRM.c
@@ -779,7 +779,7 @@ TSRM_API const char *tsrm_api_name(void)
779
#endif
780
}/*}}}*/
781
782
-TSRM_API bool tsrm_is_managed_thread()
+TSRM_API bool tsrm_is_managed_thread(void)
783
{/*{{{*/
784
return tsrm_tls_get() ? true : false;
785
ext/json/json_parser.y
@@ -370,7 +370,7 @@ PHP_JSON_API int php_json_parse(php_json_parser *parser)
370
return php_json_yyparse(parser);
371
}
372
373
-const php_json_parser_methods* php_json_get_validate_methods()
+const php_json_parser_methods* php_json_get_validate_methods(void)
374
{
375
return &validate_parser_methods;
376
0 commit comments