Home
last modified time | relevance | path

Searched refs:IS_VAR (Results 1 – 20 of 20) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_vm_execute.h15189 if (IS_VAR == IS_VAR || IS_VAR == IS_TMP_VAR ) {
15646 if (IS_VAR == IS_VAR || IS_VAR == IS_CV) {
15848 if (IS_VAR == IS_VAR || IS_VAR == IS_CV) {
15864 if (IS_VAR == IS_VAR || IS_VAR == IS_CV) {
15903 if (IS_VAR == IS_VAR || IS_VAR == IS_CV) {
17995 if ((IS_VAR == IS_VAR || IS_VAR == IS_CV) &&
18689 if (IS_VAR == IS_VAR &&
18697 if (IS_VAR == IS_VAR &&
19584 if ((IS_VAR == IS_VAR || IS_VAR == IS_CV) &&
21174 if ((IS_VAR == IS_VAR || IS_VAR == IS_CV) &&
[all …]
H A Dzend_vm_def.h2325 if (OP1_TYPE == IS_VAR &&
2333 if (OP2_TYPE == IS_VAR &&
4083 if (OP1_TYPE == IS_VAR) {
5985 if (OP1_TYPE == IS_VAR) {
6002 if (OP1_TYPE == IS_VAR) {
6015 if (OP1_TYPE == IS_VAR) {
6027 if (OP1_TYPE == IS_VAR) {
6042 if (OP1_TYPE == IS_VAR) {
6796 if (OP1_TYPE == IS_VAR) {
6836 if (OP1_TYPE == IS_VAR) {
[all …]
H A Dzend_execute.h61 if (ZEND_CONST_COND(value_type & (IS_VAR|IS_CV), 1) && Z_ISREF_P(value)) { in zend_assign_to_variable()
81 if (ZEND_CONST_COND(value_type & (IS_VAR|IS_CV), 1) && variable_ptr == value) { in zend_assign_to_variable()
82 if (value_type == IS_VAR && ref) { in zend_assign_to_variable()
100 } else if (ZEND_CONST_COND(value_type == IS_VAR, 1) && UNEXPECTED(ref)) { in zend_assign_to_variable()
129 } else if (ZEND_CONST_COND(value_type == IS_VAR, 1) && UNEXPECTED(ref)) { in zend_assign_to_variable()
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()
421 ZEND_ASSERT(op_type == IS_VAR); in _get_zval_ptr()
438 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_zval_ptr_r()
442 ZEND_ASSERT(op_type == IS_VAR); in _get_zval_ptr_r()
459 if (op_type & (IS_TMP_VAR|IS_VAR)) { in _get_zval_ptr_deref()
463 ZEND_ASSERT(op_type == IS_VAR); in _get_zval_ptr_deref()
484 ZEND_ASSERT(op_type == IS_VAR); in _get_zval_ptr_r_deref()
505 ZEND_ASSERT(op_type == IS_VAR); in _get_zval_ptr_undef()
539 ZEND_ASSERT(op_type == IS_VAR); in _get_zval_ptr_ptr()
[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_compile.c583 if (loop_var && (loop_var->op_type & (IS_VAR|IS_TMP_VAR))) { in zend_begin_loop()
632 } else if (op1->op_type == IS_VAR) { in zend_do_free()
639 if (opline->result_type == IS_VAR in zend_do_free()
657 opline->op1_type == IS_VAR && in zend_do_free()
666 if (opline->result_type == IS_VAR in zend_do_free()
1851 opline->result_type = IS_VAR; in zend_make_var_result()
2282 if (node->op_type == IS_VAR) { in zend_separate_if_call_and_write()
2284 opline->result_type = IS_VAR; in zend_separate_if_call_and_write()
2786 if (arg_node.op_type == IS_VAR) { in zend_compile_args()
3116 if (arg_node.op_type & (IS_VAR|IS_CV)) { in zend_compile_func_cuf()
[all …]
H A Dzend_compile.h651 #define IS_VAR (1<<2) 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 Dpass1_5.c316 ZEND_OP1_TYPE(opline) == IS_VAR && in zend_optimizer_pass1()
465 … if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_VAR, ZEND_RESULT(opline).var, &t)) { in zend_optimizer_pass1()
505 … if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_VAR, ZEND_RESULT(opline).var, &t)) { in zend_optimizer_pass1()
522 … if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_VAR, ZEND_RESULT(opline).var, &t)) { in zend_optimizer_pass1()
538 … if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_VAR, ZEND_RESULT(opline).var, &t)) { in zend_optimizer_pass1()
554 … if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_VAR, ZEND_RESULT(opline).var, &t)) { in zend_optimizer_pass1()
574 … if (zend_optimizer_replace_by_const(op_array, opline + 1, IS_VAR, ZEND_RESULT(opline).var, &t)) { in zend_optimizer_pass1()
679 if (op->op1_type == IS_VAR && op->op1.var == var) { in zend_optimizer_pass1()
686 } else if (op->op2_type == IS_VAR && op->op2.var == var) { in zend_optimizer_pass1()
697 if (use->op1_type == IS_VAR && use->op1.var == var) { in zend_optimizer_pass1()
[all …]
H A Dzend_optimizer_internal.h48 #define RESULT_USED(op) (((op->result_type & IS_VAR) && !(op->result_type & EXT_TYPE_UNUSED)) |…
50 #define SAME_VAR(op1, op2) ((((op1 ## _type & IS_VAR) && (op2 ## _type & IS_VAR)) || (op1 ## _type…
H A Dblock_pass.c674 if ((ZEND_OP1_TYPE(opline) & (IS_TMP_VAR|IS_VAR)) && in zend_optimize_block()
695 if ((ZEND_OP2_TYPE(opline) & (IS_TMP_VAR|IS_VAR)) && in zend_optimize_block()
712 ZEND_OP1_TYPE(opline) & (IS_TMP_VAR|IS_VAR) && in zend_optimize_block()
748 if((ZEND_OP1_TYPE(opline) & IS_VAR) && in zend_optimize_block()
926 (ZEND_OP1_TYPE(opline) & (IS_TMP_VAR|IS_VAR)) && in zend_optimize_block()
1080 (ZEND_OP1_TYPE(opline) & (IS_TMP_VAR|IS_VAR)) && in zend_optimize_block()
1451 if (last_op->op1_type == IS_VAR) { in zend_jmp_optimization()
1820 if ((op ## _type & (IS_VAR | IS_TMP_VAR)) && \
1862 if (opline->op2_type & (IS_VAR | IS_TMP_VAR)) { in zend_t_usage()
1929 if (ZEND_RESULT_TYPE(opline) == IS_VAR) { in zend_t_usage()
[all …]
H A Dpass3.c96 if ((ZEND_OP2_TYPE(opline) == IS_VAR || ZEND_OP2_TYPE(opline) == IS_CV) in zend_optimizer_pass3()
117 if ((ZEND_OP1_TYPE(opline) == IS_VAR || ZEND_OP1_TYPE(opline) == IS_CV) in zend_optimizer_pass3()
425 ZEND_RESULT_TYPE(opline) = IS_VAR | EXT_TYPE_UNUSED; in zend_optimizer_pass3()
H A Dpass2.c161 } else if (opline->op1_type & (IS_TMP_VAR|IS_VAR)) { in zend_optimizer_pass2()
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 Dbug70262.phpt20 $a->getObj($array) //use function call to get a refcount == 1 IS_VAR object
H A Dobject_handlers.phpt118 // IS_VAR
134 // IS_VAR + conversion
H A Dforeach_004.phpt36 // IS_VAR
H A Dforeach_003.phpt39 // IS_VAR
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_opcode.c51 case IS_VAR: in phpdbg_decode_op()
/PHP-7.0/
H A D.gdbinit539 set $optype = "IS_VAR"

Completed in 356 milliseconds