mirror of
https://github.com/php/php-src.git
synced 2025-01-15 08:14:23 +08:00
- Get rid of several wanrings
This commit is contained in:
parent
cb34f4e3d3
commit
169411d040
@ -241,7 +241,7 @@ typedef struct _zend_internal_function {
|
||||
struct _zend_module_entry *module;
|
||||
} zend_internal_function;
|
||||
|
||||
#define ZEND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? (function)->common.scope->name : EMPTY_STR)
|
||||
#define ZEND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? (function)->common.scope->name : (char*)EMPTY_STR)
|
||||
|
||||
typedef union _zend_function {
|
||||
zend_uchar type; /* MUST be the first element of this struct! */
|
||||
|
Loading…
Reference in New Issue
Block a user