]> granicus.if.org Git - php/commit
Move adjust_for_fetch_type directly after emission
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 16 Nov 2017 21:28:29 +0000 (22:28 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 16 Nov 2017 21:28:29 +0000 (22:28 +0100)
commit9fbb019848cbb0387cb7267489dd91ebb4d9050e
tree9c9cc684e38887811f51d11c37bdb1c747efc694
parentd9da166649c2cd0b7811fef1d82f4fef8285578e
Move adjust_for_fetch_type directly after emission

And drop the distinction between compile_X and compile_X_common.
This avoids WTF moments like compile_simple_var_no_cv completely
ignoring the BP_VAR type passed to it...
Zend/zend_compile.c