Searched refs:ZSTR_IS_INTERNED (Results 1 – 11 of 11) sorted by relevance
98 if (!ZSTR_IS_INTERNED(s)) { in zend_string_refcount()106 if (!ZSTR_IS_INTERNED(s)) { in zend_string_addref()114 if (!ZSTR_IS_INTERNED(s)) { in zend_string_delref()167 if (!ZSTR_IS_INTERNED(s)) { in zend_string_copy()175 if (ZSTR_IS_INTERNED(s)) { in zend_string_dup()186 if (!ZSTR_IS_INTERNED(s)) { in zend_string_realloc()206 if (!ZSTR_IS_INTERNED(s)) { in zend_string_extend()226 if (!ZSTR_IS_INTERNED(s)) { in zend_string_truncate()245 if (!ZSTR_IS_INTERNED(s)) { in zend_string_safe_realloc()262 if (!ZSTR_IS_INTERNED(s)) { in zend_string_free()[all …]
137 if (ZSTR_IS_INTERNED(str)) { in zend_new_interned_string_int()
964 if (!ZSTR_IS_INTERNED(key)) { in _zend_hash_append()986 if (!ZSTR_IS_INTERNED(key)) { in _zend_hash_append_ptr()1008 if (!ZSTR_IS_INTERNED(key)) { in _zend_hash_append_ind()
632 Z_TYPE_INFO_P(__z) = ZSTR_IS_INTERNED(__s) ? \656 if (ZSTR_IS_INTERNED(__s)) { \
600 if (!ZSTR_IS_INTERNED(key)) { in _zend_hash_add_or_update_i()
4428 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {8513 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {10525 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {36525 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {43623 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {47732 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {52089 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {54663 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {55947 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {
448 if (ZSTR_IS_INTERNED(Z_STR_P(zv))) { in zend_insert_literal()
316 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {
131 if (ZSTR_IS_INTERNED(Z_STR_P(z))) { in zend_persist_zval_calc()
450 if (ZSTR_IS_INTERNED(tmp)) { in php_stream_url_wrap_http_ex()
617 if (!ZSTR_IS_INTERNED(key) || !(GC_FLAGS(key) & IS_STR_PERMANENT)) { in pcre_get_compiled_regex_cache()
Completed in 195 milliseconds