CONSTANT 51 Zend/zend_compile.c (target)->u.constant = CONSTANT(src.constant); \ CONSTANT 64 Zend/zend_compile.c if (IS_INTERNED(Z_STRVAL(CONSTANT(num)))) { \ CONSTANT 65 Zend/zend_compile.c Z_HASH_P(&CONSTANT(num)) = INTERNED_HASH(Z_STRVAL(CONSTANT(num))); \ CONSTANT 67 Zend/zend_compile.c Z_HASH_P(&CONSTANT(num)) = zend_hash_func(Z_STRVAL(CONSTANT(num)), Z_STRLEN(CONSTANT(num))+1); \ CONSTANT 697 Zend/zend_compile.c if (zend_is_auto_global_quick(varname->u.constant.value.str.val, varname->u.constant.value.str.len, Z_HASH_P(&CONSTANT(opline_ptr->op1.constant)) TSRMLS_CC)) { CONSTANT 826 Zend/zend_compile.c if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) { CONSTANT 830 Zend/zend_compile.c ZEND_HANDLE_NUMERIC_EX(Z_STRVAL(CONSTANT(opline.op2.constant)), Z_STRLEN(CONSTANT(opline.op2.constant))+1, index, numeric = 1); CONSTANT 832 Zend/zend_compile.c zval_dtor(&CONSTANT(opline.op2.constant)); CONSTANT 833 Zend/zend_compile.c ZVAL_LONG(&CONSTANT(opline.op2.constant), index); CONSTANT 910 Zend/zend_compile.c && (Z_TYPE(CONSTANT(opline->op1.constant)) == IS_STRING) CONSTANT 912 Zend/zend_compile.c && (Z_HASH_P(&CONSTANT(opline->op1.constant)) == THIS_HASHVAL) CONSTANT 913 Zend/zend_compile.c && (Z_STRLEN(CONSTANT(opline->op1.constant)) == (sizeof("this")-1)) CONSTANT 914 Zend/zend_compile.c && !memcmp(Z_STRVAL(CONSTANT(opline->op1.constant)), "this", sizeof("this"))) { CONSTANT 1321 Zend/zend_compile.c CG(active_op_array)->this_var = lookup_cv(CG(active_op_array), Z_STRVAL(CONSTANT(opline_ptr->op1.constant)), Z_STRLEN(CONSTANT(opline_ptr->op1.constant)), Z_HASH_P(&CONSTANT(opline_ptr->op1.constant)) TSRMLS_CC); CONSTANT 1322 Zend/zend_compile.c Z_TYPE(CONSTANT(opline_ptr->op1.constant)) = IS_NULL; CONSTANT 1718 Zend/zend_compile.c Z_HASH_P(&CONSTANT(opline->op1.constant)) = zend_hash_func(Z_STRVAL(CONSTANT(opline->op1.constant)), Z_STRLEN(CONSTANT(opline->op1.constant))); CONSTANT 1723 Zend/zend_compile.c zend_hash_quick_update(CG(function_table), Z_STRVAL(key), Z_STRLEN(key), Z_HASH_P(&CONSTANT(opline->op1.constant)), &op_array, sizeof(zend_op_array), (void **) &CG(active_op_array)); CONSTANT 1984 Zend/zend_compile.c if ((last_op->op2_type == IS_CONST) && (Z_TYPE(CONSTANT(last_op->op2.constant)) == IS_STRING) && (Z_STRLEN(CONSTANT(last_op->op2.constant)) == sizeof(ZEND_CLONE_FUNC_NAME)-1) CONSTANT 1985 Zend/zend_compile.c && !zend_binary_strcasecmp(Z_STRVAL(CONSTANT(last_op->op2.constant)), Z_STRLEN(CONSTANT(last_op->op2.constant)), ZEND_CLONE_FUNC_NAME, sizeof(ZEND_CLONE_FUNC_NAME)-1)) { CONSTANT 1992 Zend/zend_compile.c name = CONSTANT(last_op->op2.constant); CONSTANT 4635 Zend/zend_compile.c parent_name = &CONSTANT(fetch_class_opline->op2.constant); CONSTANT 4674 Zend/zend_compile.c zend_hash_quick_del(table, Z_STRVAL(CONSTANT(opline->op1.constant)), Z_STRLEN(CONSTANT(opline->op1.constant)), Z_HASH_P(&CONSTANT(opline->op1.constant))); CONSTANT 4889 Zend/zend_compile.c zval_copy_ctor(&CONSTANT(opline->op1.constant)); CONSTANT 5033 Zend/zend_compile.c Z_HASH_P(&CONSTANT(opline->op1.constant)) = zend_hash_func(Z_STRVAL(CONSTANT(opline->op1.constant)), Z_STRLEN(CONSTANT(opline->op1.constant))); CONSTANT 5052 Zend/zend_compile.c zend_hash_quick_update(CG(class_table), Z_STRVAL(key), Z_STRLEN(key), Z_HASH_P(&CONSTANT(opline->op1.constant)), &new_class_entry, sizeof(zend_class_entry *), NULL); CONSTANT 5391 Zend/zend_compile.c if (opline_ptr->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline_ptr->op2.constant)) == IS_STRING) { CONSTANT 5416 Zend/zend_compile.c if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) { CONSTANT 5719 Zend/zend_compile.c if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) { CONSTANT 5723 Zend/zend_compile.c ZEND_HANDLE_NUMERIC_EX(Z_STRVAL(CONSTANT(opline->op2.constant)), Z_STRLEN(CONSTANT(opline->op2.constant))+1, index, numeric = 1); CONSTANT 5725 Zend/zend_compile.c zval_dtor(&CONSTANT(opline->op2.constant)); CONSTANT 5726 Zend/zend_compile.c ZVAL_LONG(&CONSTANT(opline->op2.constant), index); CONSTANT 5751 Zend/zend_compile.c if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) { CONSTANT 5755 Zend/zend_compile.c ZEND_HANDLE_NUMERIC_EX(Z_STRVAL(CONSTANT(opline->op2.constant)), Z_STRLEN(CONSTANT(opline->op2.constant))+1, index, numeric = 1); CONSTANT 5757 Zend/zend_compile.c zval_dtor(&CONSTANT(opline->op2.constant)); CONSTANT 5758 Zend/zend_compile.c ZVAL_LONG(&CONSTANT(opline->op2.constant), index);