We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93a7b5 commit 3053f6fCopy full SHA for 3053f6f
Zend/zend_execute.h
@@ -311,7 +311,7 @@ ZEND_API const char *get_active_class_name(const char **space);
311
ZEND_API const char *get_active_function_name(void);
312
ZEND_API const char *get_active_function_arg_name(uint32_t arg_num);
313
ZEND_API const char *get_function_arg_name(const zend_function *func, uint32_t arg_num);
314
-ZEND_API zend_string *get_active_function_or_method_name();
+ZEND_API zend_string *get_active_function_or_method_name(void);
315
ZEND_API zend_string *get_function_or_method_name(const zend_function *func);
316
ZEND_API const char *zend_get_executed_filename(void);
317
ZEND_API zend_string *zend_get_executed_filename_ex(void);
0 commit comments