Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_execute.h23819 if (IS_CV == IS_CV || IS_CV == IS_VAR) { in ZEND_UNSET_DIM_SPEC_VAR_CV_HANDLER()
23837 if (IS_CV == IS_CV || IS_CV == IS_VAR) { in ZEND_UNSET_DIM_SPEC_VAR_CV_HANDLER()
23843 if (IS_CV == IS_CV || IS_CV == IS_VAR) { in ZEND_UNSET_DIM_SPEC_VAR_CV_HANDLER()
29739 if (IS_CV == IS_CV || IS_CV == IS_VAR) { in ZEND_UNSET_DIM_SPEC_UNUSED_CV_HANDLER()
29757 if (IS_CV == IS_CV || IS_CV == IS_VAR) { in ZEND_UNSET_DIM_SPEC_UNUSED_CV_HANDLER()
29763 if (IS_CV == IS_CV || IS_CV == IS_VAR) { in ZEND_UNSET_DIM_SPEC_UNUSED_CV_HANDLER()
31091 if ((IS_CV == IS_CV || IS_CV == IS_VAR) && in ZEND_FE_RESET_SPEC_CV_HANDLER()
31278 if (IS_CV == IS_VAR || IS_CV == IS_CV) { in ZEND_JMP_SET_VAR_SPEC_CV_HANDLER()
31329 if (IS_CV == IS_VAR || IS_CV == IS_CV) { in ZEND_QM_ASSIGN_VAR_SPEC_CV_HANDLER()
40569 if (IS_CV == IS_CV || IS_CV == IS_VAR) { in ZEND_UNSET_DIM_SPEC_CV_CV_HANDLER()
[all …]
H A Dzend_vm_def.h1306 if (OP1_TYPE == IS_CV) {
1551 if (OP1_TYPE == IS_CV) {
3885 if (OP1_TYPE == IS_CV &&
3908 } else if (OP1_TYPE == IS_VAR || OP1_TYPE == IS_CV) {
3987 if (OP2_TYPE == IS_CV || OP2_TYPE == IS_VAR) {
4005 if (OP2_TYPE == IS_CV || OP2_TYPE == IS_VAR) {
4011 if (OP2_TYPE == IS_CV || OP2_TYPE == IS_VAR) {
4108 if ((OP1_TYPE == IS_CV || OP1_TYPE == IS_VAR) &&
4377 if (OP1_TYPE == IS_CV &&
4742 if (OP1_TYPE == IS_VAR || OP1_TYPE == IS_CV) {
[all …]
H A Dzend_compile.c672 result->op_type = IS_CV; in fetch_simple_variable_ex()
732 if (result->op_type == IS_CV) { in zend_do_fetch_static_member()
927 if (value->op_type == IS_CV) { in zend_do_assign()
959 if (variable->op_type == IS_CV) { in zend_do_assign()
1029 if (lvar->op_type == IS_CV) { in zend_do_assign_ref()
1329 variable->op_type = IS_CV; in zend_do_end_variable_parse()
1351 opline->op1_type = IS_CV; in zend_do_end_variable_parse()
1855 var.op_type = IS_CV; in zend_do_receive_arg()
2605 case IS_CV: in zend_do_pass_param()
2910 opline->op2_type = IS_CV; in zend_do_begin_catch()
[all …]
H A Dzend_execute.c367 case IS_CV: in _get_zval_ptr()
451 if (op_type == IS_CV) { in _get_zval_ptr_ptr()
H A Dzend_compile.h414 #define IS_CV (1<<4) /* Compiled variable */ macro
/PHP-5.5/Zend/tests/
H A Dobject_handlers.phpt87 // IS_CV
110 // IS_CV + conversion
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c317 use->op1_type = IS_CV;
323 use->op2_type = IS_CV;
H A Dblock_pass.c1512 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1522 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1535 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1553 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1660 (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()
1678 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1688 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1706 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
1807 (ZEND_OP1_TYPE(target) & (IS_TMP_VAR|IS_CV)) && in zend_jmp_optimization()
[all …]
H A Dpass3.c65 if ((ZEND_OP2_TYPE(opline) == IS_VAR || ZEND_OP2_TYPE(opline) == IS_CV)
88 if ((ZEND_OP1_TYPE(opline) == IS_VAR || ZEND_OP1_TYPE(opline) == IS_CV)
/PHP-5.5/
H A DNEWS3231 . ZEND_RECV now always has IS_CV as its result.
5754 . Use IS_CV for direct access to $this variable. (Dmitry)

Completed in 168 milliseconds