Lines Matching refs:new_interned_string

570 static void accel_copy_permanent_strings(zend_new_interned_string_func_t new_interned_string)  in accel_copy_permanent_strings()  argument
577 zend_empty_string = new_interned_string(zend_empty_string); in accel_copy_permanent_strings()
579 zend_one_char_string[j] = new_interned_string(ZSTR_CHAR(j)); in accel_copy_permanent_strings()
582 zend_known_strings[j] = new_interned_string(zend_known_strings[j]); in accel_copy_permanent_strings()
588 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
591 Z_FUNC(p->val)->common.function_name = new_interned_string(Z_FUNC(p->val)->common.function_name); in accel_copy_permanent_strings()
607 new_interned_string(ZEND_TYPE_NAME(*single_type))); in accel_copy_permanent_strings()
621 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
625 ce->name = new_interned_string(ce->name); in accel_copy_permanent_strings()
634 q->key = new_interned_string(q->key); in accel_copy_permanent_strings()
638 info->name = new_interned_string(info->name); in accel_copy_permanent_strings()
644 q->key = new_interned_string(q->key); in accel_copy_permanent_strings()
647 … Z_FUNC(q->val)->common.function_name = new_interned_string(Z_FUNC(q->val)->common.function_name); in accel_copy_permanent_strings()
653 q->key = new_interned_string(q->key); in accel_copy_permanent_strings()
663 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
667 c->name = new_interned_string(c->name); in accel_copy_permanent_strings()
670 ZVAL_STR(&c->value, new_interned_string(Z_STR(c->value))); in accel_copy_permanent_strings()
681 auto_global->name = new_interned_string(auto_global->name); in accel_copy_permanent_strings()
683 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
689 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
697 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
700 entry->name = new_interned_string(entry->name); in accel_copy_permanent_strings()
703 entry->value = new_interned_string(entry->value); in accel_copy_permanent_strings()
706 entry->orig_value = new_interned_string(entry->orig_value); in accel_copy_permanent_strings()
713 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
720 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
727 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()