Home
last modified time | relevance | path

Searched refs:ZEND_FETCH_ADD_LOCK (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_compile.h794 #define ZEND_FETCH_ADD_LOCK 0x08000000 macro
H A Dzend_vm_execute.h3497 if (IS_CONST == IS_VAR && (opline->extended_value & ZEND_FETCH_ADD_LOCK)) { in ZEND_FETCH_DIM_R_SPEC_CONST_CONST_HANDLER()
4513 if (IS_CONST == IS_VAR && (opline->extended_value & ZEND_FETCH_ADD_LOCK)) { in ZEND_FETCH_DIM_R_SPEC_CONST_TMP_HANDLER()
5370 if (IS_CONST == IS_VAR && (opline->extended_value & ZEND_FETCH_ADD_LOCK)) { in ZEND_FETCH_DIM_R_SPEC_CONST_VAR_HANDLER()
14751 if (IS_VAR == IS_VAR && (opline->extended_value & ZEND_FETCH_ADD_LOCK)) { in ZEND_FETCH_DIM_R_SPEC_VAR_CONST_HANDLER()
17107 if (IS_VAR == IS_VAR && (opline->extended_value & ZEND_FETCH_ADD_LOCK)) { in ZEND_FETCH_DIM_R_SPEC_VAR_TMP_HANDLER()
19370 if (IS_VAR == IS_VAR && (opline->extended_value & ZEND_FETCH_ADD_LOCK)) { in ZEND_FETCH_DIM_R_SPEC_VAR_VAR_HANDLER()
22845 if (IS_VAR == IS_VAR && (opline->extended_value & ZEND_FETCH_ADD_LOCK)) { in ZEND_FETCH_DIM_R_SPEC_VAR_CV_HANDLER()
32285 if (IS_CV == IS_VAR && (opline->extended_value & ZEND_FETCH_ADD_LOCK)) { in ZEND_FETCH_DIM_R_SPEC_CV_CONST_HANDLER()
34408 if (IS_CV == IS_VAR && (opline->extended_value & ZEND_FETCH_ADD_LOCK)) { in ZEND_FETCH_DIM_R_SPEC_CV_TMP_HANDLER()
36535 if (IS_CV == IS_VAR && (opline->extended_value & ZEND_FETCH_ADD_LOCK)) { in ZEND_FETCH_DIM_R_SPEC_CV_VAR_HANDLER()
[all …]
H A Dzend_vm_def.h1181 if (OP1_TYPE == IS_VAR && (opline->extended_value & ZEND_FETCH_ADD_LOCK)) {
H A Dzend_compile.c5908 opline->extended_value |= ZEND_FETCH_ADD_LOCK; in zend_do_list_end()

Completed in 146 milliseconds