Home
last modified time | relevance | path

Searched refs:IS_CV (Results 1 – 15 of 15) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_vm_execute.h29366 if (IS_CV == IS_VAR || IS_CV == IS_CV) {
29696 if (IS_CV == IS_VAR || IS_CV == IS_CV) {
29712 if (IS_CV == IS_VAR || IS_CV == IS_CV) {
29750 if (IS_CV == IS_VAR || IS_CV == IS_CV) {
30440 if (IS_CV != IS_CONST && IS_CV != IS_CV &&
32488 if ((IS_CV == IS_VAR || IS_CV == IS_CV) &&
35048 if ((IS_CV == IS_VAR || IS_CV == IS_CV) &&
35756 if (IS_CV != IS_CONST && IS_CV != IS_CV &&
37622 if ((IS_CV == IS_VAR || IS_CV == IS_CV) &&
38474 if (IS_CV != IS_CONST && IS_CV != IS_CV &&
[all …]
H A Dzend_vm_def.h2559 if (OP1_TYPE == IS_CV) {
2599 if (OP1_TYPE == IS_CV) {
2772 if (OP2_TYPE == IS_CV) {
2805 if (OP2_TYPE == IS_CV) {
2840 if (OP2_TYPE == IS_CV) {
4314 if (OP1_TYPE == IS_CV) {
4432 if (OP1_TYPE == IS_CV) {
5559 if (OP1_TYPE == IS_CV &&
6435 if (OP1_TYPE == IS_CV &&
6881 if (OP1_TYPE == IS_CV) {
[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()
96 } else if (value_type == IS_CV) { in zend_assign_to_variable()
125 } else if (value_type == IS_CV) { in zend_assign_to_variable()
H A Dzend_execute.c428 } else if (op_type == IS_CV) { in _get_zval_ptr()
449 } else if (op_type == IS_CV) { in _get_zval_ptr_r()
470 } else if (op_type == IS_CV) { in _get_zval_ptr_deref()
491 } else if (op_type == IS_CV) { in _get_zval_ptr_r_deref()
512 } else if (op_type == IS_CV) { in _get_zval_ptr_undef()
535 if (op_type == IS_CV) { in _get_zval_ptr_ptr()
1201 } else if (value_type == IS_CV && Z_REFCOUNTED_P(value)) { in zend_assign_to_object()
H A Dzend_compile.h653 #define IS_CV (1<<4) /* Compiled variable */ macro
H A Dzend_compile.c1975 if ((cond->op_type & (IS_CV|IS_CONST)) in zend_emit_cond_jump()
2218 result->op_type = IS_CV; in zend_try_compile_cv()
2791 } else if (arg_node.op_type == IS_CV) { in zend_compile_args()
3116 if (arg_node.op_type & (IS_VAR|IS_CV)) { in zend_compile_func_cuf()
4237 opline->op2_type = IS_CV; in zend_compile_try()
4538 var_node.op_type = IS_CV; in zend_compile_params()
H A Dzend_object_handlers.c669 zend_assign_to_variable(variable_ptr, value, IS_CV); in zend_std_write_property()
/PHP-7.0/Zend/tests/
H A Dobject_handlers.phpt87 // IS_CV
110 // IS_CV + conversion
H A Dforeach_004.phpt28 // IS_CV
H A Dforeach_003.phpt31 // IS_CV
/PHP-7.0/ext/opcache/Optimizer/
H A Dblock_pass.c615 && (opline + 1)->op1_type & (IS_CV|IS_CONST) in strip_nop()
1465 if (last_op->op1_type == IS_CV) { in zend_jmp_optimization()
1498 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1508 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1521 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1539 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1641 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1669 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1687 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1785 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
[all …]
H A Dpass2.c159 if (opline->op1_type == IS_CV) { in zend_optimizer_pass2()
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()
H A Dpass1_5.c698 use->op1_type = IS_CV; in zend_optimizer_pass1()
703 use->op2_type = IS_CV; in zend_optimizer_pass1()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_opcode.c44 case IS_CV: { in phpdbg_decode_op()

Completed in 197 milliseconds