Lines Matching refs:new_interned_string
617 zend_new_interned_string_func_t new_interned_string, zend_type type) in accel_copy_permanent_list_types() argument
623 accel_copy_permanent_list_types(new_interned_string, *single_type); in accel_copy_permanent_list_types()
626 ZEND_TYPE_SET_PTR(*single_type, new_interned_string(ZEND_TYPE_NAME(*single_type))); in accel_copy_permanent_list_types()
632 static void accel_copy_permanent_strings(zend_new_interned_string_func_t new_interned_string) in accel_copy_permanent_strings() argument
639 zend_empty_string = new_interned_string(zend_empty_string); in accel_copy_permanent_strings()
641 zend_one_char_string[j] = new_interned_string(ZSTR_CHAR(j)); in accel_copy_permanent_strings()
644 zend_known_strings[j] = new_interned_string(zend_known_strings[j]); in accel_copy_permanent_strings()
650 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
653 Z_FUNC(p->val)->common.function_name = new_interned_string(Z_FUNC(p->val)->common.function_name); in accel_copy_permanent_strings()
665 accel_copy_permanent_list_types(new_interned_string, arg_info[i].type); in accel_copy_permanent_strings()
677 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
681 ce->name = new_interned_string(ce->name); in accel_copy_permanent_strings()
691 q->key = new_interned_string(q->key); in accel_copy_permanent_strings()
695 info->name = new_interned_string(info->name); in accel_copy_permanent_strings()
701 q->key = new_interned_string(q->key); in accel_copy_permanent_strings()
704 … Z_FUNC(q->val)->common.function_name = new_interned_string(Z_FUNC(q->val)->common.function_name); in accel_copy_permanent_strings()
712 q->key = new_interned_string(q->key); in accel_copy_permanent_strings()
716 ZVAL_STR(&c->value, new_interned_string(Z_STR(c->value))); in accel_copy_permanent_strings()
726 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
730 c->name = new_interned_string(c->name); in accel_copy_permanent_strings()
733 ZVAL_STR(&c->value, new_interned_string(Z_STR(c->value))); in accel_copy_permanent_strings()
744 auto_global->name = new_interned_string(auto_global->name); in accel_copy_permanent_strings()
746 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
752 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
760 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
763 entry->name = new_interned_string(entry->name); in accel_copy_permanent_strings()
766 entry->value = new_interned_string(entry->value); in accel_copy_permanent_strings()
769 entry->orig_value = new_interned_string(entry->orig_value); in accel_copy_permanent_strings()
776 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
783 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
790 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()