Home
last modified time | relevance | path

Searched refs:CT_CONSTANT (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_opcode.c1085 zval *val = CT_CONSTANT(opline->op2); in pass_two()
1167 HashTable *jumptable = Z_ARRVAL_P(CT_CONSTANT(opline->op2)); in pass_two()
H A Dzend_compile.c52 ZVAL_COPY_VALUE(&(target)->u.constant, CT_CONSTANT(src)); \
2513 Z_TRY_ADDREF_P(CT_CONSTANT(opline->op1)); in zend_emit_jmp_null()
2761 ZVAL_LONG(CT_CONSTANT(opline->op2), index); in zend_handle_numeric_dim()
2762 Z_EXTRA_P(CT_CONSTANT(opline->op2)) = ZEND_EXTRA_VALUE; in zend_handle_numeric_dim()
3132 convert_to_string(CT_CONSTANT(opline->op2)); in zend_delayed_compile_prop()
3173 convert_to_string(CT_CONSTANT(opline->op1)); in zend_compile_static_prop()
5949 Z_TRY_ADDREF_P(CT_CONSTANT(opline->op1)); in zend_compile_switch()
5984 Z_TRY_ADDREF_P(CT_CONSTANT(opline->op1)); in zend_compile_switch()
6136 Z_TRY_ADDREF_P(CT_CONSTANT(opline->op1)); in zend_compile_match()
6160 Z_TRY_ADDREF_P(CT_CONSTANT(opline->op1)); in zend_compile_match()
[all …]
H A Dzend_compile.h737 # define CT_CONSTANT(node) \ macro

Completed in 47 milliseconds