Lines Matching refs:CONSTANT

36 #define CONSTANT(op) \  macro
51 (target)->u.constant = CONSTANT(src.constant); \
64 if (IS_INTERNED(Z_STRVAL(CONSTANT(num)))) { \
65 Z_HASH_P(&CONSTANT(num)) = INTERNED_HASH(Z_STRVAL(CONSTANT(num))); \
67 Z_HASH_P(&CONSTANT(num)) = zend_hash_func(Z_STRVAL(CONSTANT(num)), Z_STRLEN(CONSTANT(num))+1); \
697 …>u.constant.value.str.val, varname->u.constant.value.str.len, Z_HASH_P(&CONSTANT(opline_ptr->op1.c… in fetch_simple_variable_ex()
826 if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) { in fetch_array_dim()
830 …ZEND_HANDLE_NUMERIC_EX(Z_STRVAL(CONSTANT(opline.op2.constant)), Z_STRLEN(CONSTANT(opline.op2.const… in fetch_array_dim()
832 zval_dtor(&CONSTANT(opline.op2.constant)); in fetch_array_dim()
833 ZVAL_LONG(&CONSTANT(opline.op2.constant), index); in fetch_array_dim()
910 && (Z_TYPE(CONSTANT(opline->op1.constant)) == IS_STRING) in opline_is_fetch_this()
912 && (Z_HASH_P(&CONSTANT(opline->op1.constant)) == THIS_HASHVAL) in opline_is_fetch_this()
913 && (Z_STRLEN(CONSTANT(opline->op1.constant)) == (sizeof("this")-1)) in opline_is_fetch_this()
914 && !memcmp(Z_STRVAL(CONSTANT(opline->op1.constant)), "this", sizeof("this"))) { in opline_is_fetch_this()
1321 …ctive_op_array), Z_STRVAL(CONSTANT(opline_ptr->op1.constant)), Z_STRLEN(CONSTANT(opline_ptr->op1.c… in zend_do_end_variable_parse()
1322 Z_TYPE(CONSTANT(opline_ptr->op1.constant)) = IS_NULL; in zend_do_end_variable_parse()
1718 …Z_HASH_P(&CONSTANT(opline->op1.constant)) = zend_hash_func(Z_STRVAL(CONSTANT(opline->op1.constant)… in zend_do_begin_function_declaration()
1723 …zend_hash_quick_update(CG(function_table), Z_STRVAL(key), Z_STRLEN(key), Z_HASH_P(&CONSTANT(opline… in zend_do_begin_function_declaration()
1984 …last_op->op2_type == IS_CONST) && (Z_TYPE(CONSTANT(last_op->op2.constant)) == IS_STRING) && (Z_STR… in zend_do_begin_method_call()
1985 …&& !zend_binary_strcasecmp(Z_STRVAL(CONSTANT(last_op->op2.constant)), Z_STRLEN(CONSTANT(last_op->o… in zend_do_begin_method_call()
1992 name = CONSTANT(last_op->op2.constant); in zend_do_begin_method_call()
4665 parent_name = &CONSTANT(fetch_class_opline->op2.constant); in zend_do_early_binding()
4704 …ash_quick_del(table, Z_STRVAL(CONSTANT(opline->op1.constant)), Z_STRLEN(CONSTANT(opline->op1.const… in zend_do_early_binding()
4919 zval_copy_ctor(&CONSTANT(opline->op1.constant)); in zend_do_case_before_statement()
5063 …Z_HASH_P(&CONSTANT(opline->op1.constant)) = zend_hash_func(Z_STRVAL(CONSTANT(opline->op1.constant)… in zend_do_begin_class_declaration()
5082 …zend_hash_quick_update(CG(class_table), Z_STRVAL(key), Z_STRLEN(key), Z_HASH_P(&CONSTANT(opline->o… in zend_do_begin_class_declaration()
5421 … if (opline_ptr->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline_ptr->op2.constant)) == IS_STRING) { in zend_do_fetch_property()
5446 if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) { in zend_do_fetch_property()
5749 if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) { in zend_do_init_array()
5753 …ZEND_HANDLE_NUMERIC_EX(Z_STRVAL(CONSTANT(opline->op2.constant)), Z_STRLEN(CONSTANT(opline->op2.con… in zend_do_init_array()
5755 zval_dtor(&CONSTANT(opline->op2.constant)); in zend_do_init_array()
5756 ZVAL_LONG(&CONSTANT(opline->op2.constant), index); in zend_do_init_array()
5781 if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) { in zend_do_add_array_element()
5785 …ZEND_HANDLE_NUMERIC_EX(Z_STRVAL(CONSTANT(opline->op2.constant)), Z_STRLEN(CONSTANT(opline->op2.con… in zend_do_add_array_element()
5787 zval_dtor(&CONSTANT(opline->op2.constant)); in zend_do_add_array_element()
5788 ZVAL_LONG(&CONSTANT(opline->op2.constant), index); in zend_do_add_array_element()