Skip to content

Commit 3053f6f

Browse files
committed
Fix prototype of get_active_function_or_method_name()
1 parent c93a7b5 commit 3053f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_execute.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ ZEND_API const char *get_active_class_name(const char **space);
311311
ZEND_API const char *get_active_function_name(void);
312312
ZEND_API const char *get_active_function_arg_name(uint32_t arg_num);
313313
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();
314+
ZEND_API zend_string *get_active_function_or_method_name(void);
315315
ZEND_API zend_string *get_function_or_method_name(const zend_function *func);
316316
ZEND_API const char *zend_get_executed_filename(void);
317317
ZEND_API zend_string *zend_get_executed_filename_ex(void);

0 commit comments

Comments
 (0)