CONSTANT 51 Zend/zend_compile.c (target)->u.constant = CONSTANT(src.constant); \ CONSTANT 64 Zend/zend_compile.c zval *c = &CONSTANT(num); \ CONSTANT 705 Zend/zend_compile.c if (zend_is_auto_global_quick(Z_STRVAL(varname->u.constant), Z_STRLEN(varname->u.constant), Z_HASH_P(&CONSTANT(opline_ptr->op1.constant)) TSRMLS_CC)) { CONSTANT 834 Zend/zend_compile.c if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) { CONSTANT 838 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 840 Zend/zend_compile.c zval_dtor(&CONSTANT(opline.op2.constant)); CONSTANT 841 Zend/zend_compile.c ZVAL_LONG(&CONSTANT(opline.op2.constant), index); CONSTANT 918 Zend/zend_compile.c && (Z_TYPE(CONSTANT(opline->op1.constant)) == IS_STRING) CONSTANT 920 Zend/zend_compile.c && (Z_HASH_P(&CONSTANT(opline->op1.constant)) == THIS_HASHVAL) CONSTANT 921 Zend/zend_compile.c && (Z_STRLEN(CONSTANT(opline->op1.constant)) == (sizeof("this")-1)) CONSTANT 922 Zend/zend_compile.c && !memcmp(Z_STRVAL(CONSTANT(opline->op1.constant)), "this", sizeof("this") - 1)) { CONSTANT 1329 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 1330 Zend/zend_compile.c Z_TYPE(CONSTANT(opline_ptr->op1.constant)) = IS_NULL; CONSTANT 1745 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 1750 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 2028 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 2029 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 2036 Zend/zend_compile.c name = CONSTANT(last_op->op2.constant); CONSTANT 4804 Zend/zend_compile.c parent_name = &CONSTANT(fetch_class_opline->op2.constant); CONSTANT 4843 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 5058 Zend/zend_compile.c zval_copy_ctor(&CONSTANT(opline->op1.constant)); CONSTANT 5202 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 5221 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 5551 Zend/zend_compile.c if (opline_ptr->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline_ptr->op2.constant)) == IS_STRING) { CONSTANT 5576 Zend/zend_compile.c if (opline.op2_type == IS_CONST && Z_TYPE(CONSTANT(opline.op2.constant)) == IS_STRING) { CONSTANT 5877 Zend/zend_compile.c if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) { CONSTANT 5881 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 5883 Zend/zend_compile.c zval_dtor(&CONSTANT(opline->op2.constant)); CONSTANT 5884 Zend/zend_compile.c ZVAL_LONG(&CONSTANT(opline->op2.constant), index); CONSTANT 5909 Zend/zend_compile.c if (opline->op2_type == IS_CONST && Z_TYPE(CONSTANT(opline->op2.constant)) == IS_STRING) { CONSTANT 5913 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 5915 Zend/zend_compile.c zval_dtor(&CONSTANT(opline->op2.constant)); CONSTANT 5916 Zend/zend_compile.c ZVAL_LONG(&CONSTANT(opline->op2.constant), index);