Skip to content

Commit d4cef99

Browse files
author
cpriest
committed
Updates reflection to latest iteration re: php#40
1 parent 5fe7d81 commit d4cef99

13 files changed

+58
-373
lines changed

Zend/zend_compile.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,6 @@ void zend_do_end_accessor_declaration(znode *function_token, const znode *body T
17631763
efree(buffer);
17641764
zend_do_extended_info(TSRMLS_C);
17651765
}
1766-
CG(active_op_array)->fn_flags |= ZEND_ACC_AUTO_IMPLEMENTED;
17671766
CG(compiler_options) = original_compiler_options;
17681767
}
17691768

Zend/zend_compile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ typedef struct _zend_try_catch_element {
233233
#define ZEND_ACC_RETURN_REFERENCE 0x4000000
234234
#define ZEND_ACC_DONE_PASS_TWO 0x8000000
235235

236+
/* Declares that the function is an accessor zend_function.fn_flags */
236237
#define ZEND_ACC_ACCESSOR 0x10000000
237-
#define ZEND_ACC_AUTO_IMPLEMENTED 0x20000000
238238

239239
/* Offsets into zend_accessor_info->fn */
240240
#define ZEND_ACCESSOR_GET 0

0 commit comments

Comments
 (0)