Home
last modified time | relevance | path

Searched refs:IS_TMP_VAR (Results 1 – 18 of 18) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_vm_execute.h11929 if (IS_TMP_VAR == IS_VAR || IS_TMP_VAR == IS_TMP_VAR ) {
11936 if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
11974 if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR ||
12038 if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
12967 if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
13236 if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
13413 if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
13590 if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
13963 if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
14246 if (IS_TMP_VAR == IS_CONST || IS_TMP_VAR == IS_TMP_VAR) {
[all …]
H A Dzend_execute.c113 if ((type) & (IS_TMP_VAR|IS_VAR)) { \
417 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_zval_ptr()
418 if (op_type == IS_TMP_VAR) { in _get_zval_ptr()
438 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_zval_ptr_r()
439 if (op_type == IS_TMP_VAR) { in _get_zval_ptr_r()
459 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_zval_ptr_deref()
460 if (op_type == IS_TMP_VAR) { in _get_zval_ptr_deref()
480 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_zval_ptr_r_deref()
481 if (op_type == IS_TMP_VAR) { in _get_zval_ptr_r_deref()
501 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_zval_ptr_undef()
[all …]
H A Dzend_opcode.c690 } else if (opline->op1_type & (IS_VAR|IS_TMP_VAR)) { in pass_two()
695 } else if (opline->op2_type & (IS_VAR|IS_TMP_VAR)) { in pass_two()
698 if (opline->result_type & (IS_VAR|IS_TMP_VAR)) { in pass_two()
H A Dzend_vm_def.h4063 if (OP1_TYPE == IS_TMP_VAR) {
4069 if (OP1_TYPE != IS_TMP_VAR) {
4184 if (OP1_TYPE != IS_TMP_VAR) {
5203 if (OP1_TYPE == IS_TMP_VAR) {
5367 } else if (OP1_TYPE != IS_TMP_VAR) {
5802 if (OP1_TYPE != IS_TMP_VAR) {
6090 if (opline->result_type == IS_TMP_VAR) {
6268 if (opline->result_type == IS_TMP_VAR) {
7423 } else if (OP1_TYPE == IS_TMP_VAR) {
7451 } else if (OP2_TYPE == IS_TMP_VAR) {
[all …]
H A Dzend_compile.c614 if (op1->op_type == IS_TMP_VAR) { in zend_do_free()
1859 opline->result_type = IS_TMP_VAR; in zend_make_tmp_result()
3590 opline->result_type = IS_TMP_VAR; in zend_handle_loops_and_finally_ex()
3646 opline->op1_type = IS_TMP_VAR; in zend_compile_return()
4091 case_node.op_type = IS_TMP_VAR; in zend_compile_switch()
4198 fast_call.var_type = IS_TMP_VAR; in zend_compile_try()
4265 opline->result_type = IS_TMP_VAR; in zend_compile_try()
4279 opline->op1_type = IS_TMP_VAR; in zend_compile_try()
6752 result->op_type = IS_TMP_VAR; in zend_compile_rope_add()
6829 opline->result_type = IS_TMP_VAR; in zend_compile_encaps_list()
[all …]
H A Dzend_compile.h650 #define IS_TMP_VAR (1<<1) macro
/PHP-7.0/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c69 if (ZEND_RESULT_TYPE(opline) & (IS_VAR | IS_TMP_VAR)) { in optimize_temporary_variables()
82 if ((ZEND_OP1_TYPE(opline) & (IS_VAR | IS_TMP_VAR))) { in optimize_temporary_variables()
150 if ((ZEND_OP2_TYPE(opline) & (IS_VAR | IS_TMP_VAR))) { in optimize_temporary_variables()
175 ZEND_OP2_TYPE(opline + 1) & (IS_VAR | IS_TMP_VAR)) { in optimize_temporary_variables()
185 if (ZEND_RESULT_TYPE(opline) & (IS_VAR | IS_TMP_VAR)) { in optimize_temporary_variables()
H A Dpass2.c118 ZEND_OP1_TYPE(opline) == IS_TMP_VAR && in zend_optimizer_pass2()
119 ZEND_RESULT_TYPE(opline) == IS_TMP_VAR && in zend_optimizer_pass2()
161 } else if (opline->op1_type & (IS_TMP_VAR|IS_VAR)) { in zend_optimizer_pass2()
H A Dblock_pass.c712 ZEND_OP1_TYPE(opline) & (IS_TMP_VAR|IS_VAR) && in zend_optimize_block()
726 ZEND_OP1_TYPE(opline) == IS_TMP_VAR && in zend_optimize_block()
732 } else if (ZEND_OP1_TYPE(src) == IS_TMP_VAR) { in zend_optimize_block()
851 ZEND_OP1_TYPE(opline) == IS_TMP_VAR && in zend_optimize_block()
902 ZEND_OP1_TYPE(opline) == IS_TMP_VAR && in zend_optimize_block()
975 ZEND_OP1_TYPE(opline) == IS_TMP_VAR && in zend_optimize_block()
1130 (opline->op1_type == IS_TMP_VAR && in zend_optimize_block()
1136 (opline->op2_type == IS_TMP_VAR && in zend_optimize_block()
1149 ZEND_OP1_TYPE(opline) == IS_TMP_VAR && in zend_optimize_block()
1820 if ((op ## _type & (IS_VAR | IS_TMP_VAR)) && \
[all …]
H A Dzend_optimizer_internal.h48 …p->result_type & IS_VAR) && !(op->result_type & EXT_TYPE_UNUSED)) || op->result_type == IS_TMP_VAR)
50 …IS_VAR) && (op2 ## _type & IS_VAR)) || (op1 ## _type == IS_TMP_VAR && op2 ## _type == IS_TMP_VAR))…
H A Dpass3.c310 if(ZEND_RESULT_TYPE(op) == IS_TMP_VAR && in zend_optimizer_pass3()
331 if(ZEND_OP1_TYPE(op) == IS_TMP_VAR && in zend_optimizer_pass3()
336 if(ZEND_OP2_TYPE(op) == IS_TMP_VAR && in zend_optimizer_pass3()
344 if(ZEND_RESULT_TYPE(op) == IS_TMP_VAR && in zend_optimizer_pass3()
365 if(ZEND_OP1_TYPE(op) == IS_TMP_VAR && in zend_optimizer_pass3()
370 if(ZEND_OP2_TYPE(op) == IS_TMP_VAR && in zend_optimizer_pass3()
H A Dpass1_5.c97 if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_TMP_VAR, tv, &result)) { in zend_optimizer_pass1()
164 if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_TMP_VAR, tv, &result)) { in zend_optimizer_pass1()
261 if (zend_optimizer_replace_by_const(op_array, opline, IS_TMP_VAR, tv, offset)) { in zend_optimizer_pass1()
285 if (zend_optimizer_replace_by_const(op_array, opline, IS_TMP_VAR, tv, &c)) { in zend_optimizer_pass1()
350 if (zend_optimizer_replace_by_const(op_array, opline, IS_TMP_VAR, tv, &t)) { in zend_optimizer_pass1()
597 …if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_TMP_VAR, ZEND_RESULT(opline).var, &t)… in zend_optimizer_pass1()
611 if (zend_optimizer_replace_by_const(op_array, opline, IS_TMP_VAR, tv, &c)) { in zend_optimizer_pass1()
H A Dzend_optimizer.c82 if (opline->op1_type & (IS_TMP_VAR|IS_VAR)) { in zend_optimizer_lookup_cv()
85 if (opline->op2_type & (IS_TMP_VAR|IS_VAR)) { in zend_optimizer_lookup_cv()
88 if (opline->result_type & (IS_TMP_VAR|IS_VAR)) { in zend_optimizer_lookup_cv()
/PHP-7.0/Zend/tests/
H A Dobject_handlers.phpt63 // IS_TMP_VAR
80 // IS_TMP_VAR + conversion
H A Dforeach_004.phpt43 // IS_TMP_VAR
H A Dforeach_003.phpt46 // IS_TMP_VAR
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_opcode.c54 case IS_TMP_VAR: in phpdbg_decode_op()
/PHP-7.0/
H A D.gdbinit536 set $optype = "IS_TMP_VAR"

Completed in 208 milliseconds