Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_opcode.c560 zval *val = CT_CONSTANT(opline->op2); in pass_two()
644 HashTable *jumptable = Z_ARRVAL_P(CT_CONSTANT(opline->op2)); in pass_two()
H A Dzend_compile.c47 ZVAL_COPY_VALUE(&(target)->u.constant, CT_CONSTANT(src)); \
1190 parent_name = CT_CONSTANT(opline->op2); in zend_do_early_binding()
1223 zend_hash_del(table, Z_STR_P(CT_CONSTANT(opline->op1)+1)); in zend_do_early_binding()
2455 ZVAL_LONG(CT_CONSTANT(opline->op2), index); in zend_handle_numeric_dim()
2456 Z_EXTRA_P(CT_CONSTANT(opline->op2)) = ZEND_EXTRA_VALUE; in zend_handle_numeric_dim()
2702 convert_to_string(CT_CONSTANT(opline->op2)); in zend_delayed_compile_prop()
2737 convert_to_string(CT_CONSTANT(opline->op1)); in zend_compile_static_prop()
4089 zend_string *lcname = Z_STR_P(CT_CONSTANT(opline->op2) + 1); in zend_compile_method_call()
4155 zend_string *lcname = Z_STR_P(CT_CONSTANT(opline->op1) + 1); in zend_compile_static_call()
5020 Z_TRY_ADDREF_P(CT_CONSTANT(opline->op1)); in zend_compile_switch()
[all …]
H A Dzend_compile.h643 # define CT_CONSTANT(node) \ macro

Completed in 41 milliseconds