|
|
|
@ -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! */ |
|
|
|
|