Lines Matching refs:new_interned_string

508 static void accel_copy_permanent_strings(zend_new_interned_string_func_t new_interned_string)  in accel_copy_permanent_strings()  argument
514 zend_empty_string = new_interned_string(zend_empty_string); in accel_copy_permanent_strings()
519 zend_one_char_string[j] = new_interned_string(zend_string_init(s, 1, 0)); in accel_copy_permanent_strings()
522 zend_known_strings[j] = new_interned_string(zend_known_strings[j]); in accel_copy_permanent_strings()
528 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
531 Z_FUNC(p->val)->common.function_name = new_interned_string(Z_FUNC(p->val)->common.function_name); in accel_copy_permanent_strings()
545 …arg_info[i].type = ZEND_TYPE_ENCODE_CLASS(new_interned_string(ZEND_TYPE_NAME(arg_info[i].type)), a… in accel_copy_permanent_strings()
558 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
562 ce->name = new_interned_string(ce->name); in accel_copy_permanent_strings()
571 q->key = new_interned_string(q->key); in accel_copy_permanent_strings()
575 info->name = new_interned_string(info->name); in accel_copy_permanent_strings()
581 q->key = new_interned_string(q->key); in accel_copy_permanent_strings()
584 … Z_FUNC(q->val)->common.function_name = new_interned_string(Z_FUNC(q->val)->common.function_name); in accel_copy_permanent_strings()
590 q->key = new_interned_string(q->key); in accel_copy_permanent_strings()
600 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
604 c->name = new_interned_string(c->name); in accel_copy_permanent_strings()
615 auto_global->name = new_interned_string(auto_global->name); in accel_copy_permanent_strings()
617 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()
623 p->key = new_interned_string(p->key); in accel_copy_permanent_strings()