Home
last modified time | relevance | path

Searched refs:ZSTR_IS_INTERNED (Results 1 – 11 of 11) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_string.h98 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 …]
H A Dzend_string.c137 if (ZSTR_IS_INTERNED(str)) { in zend_new_interned_string_int()
H A Dzend_hash.h964 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()
H A Dzend_types.h632 Z_TYPE_INFO_P(__z) = ZSTR_IS_INTERNED(__s) ? \
656 if (ZSTR_IS_INTERNED(__s)) { \
H A Dzend_hash.c600 if (!ZSTR_IS_INTERNED(key)) { in _zend_hash_add_or_update_i()
H A Dzend_vm_execute.h4428 !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) {
H A Dzend_compile.c448 if (ZSTR_IS_INTERNED(Z_STR_P(zv))) { in zend_insert_literal()
H A Dzend_vm_def.h316 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {
/PHP-7.1/ext/opcache/
H A Dzend_persist_calc.c131 if (ZSTR_IS_INTERNED(Z_STR_P(z))) { in zend_persist_zval_calc()
/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c450 if (ZSTR_IS_INTERNED(tmp)) { in php_stream_url_wrap_http_ex()
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c617 if (!ZSTR_IS_INTERNED(key) || !(GC_FLAGS(key) & IS_STR_PERMANENT)) { in pcre_get_compiled_regex_cache()

Completed in 212 milliseconds