Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_string.h152 if (!ZSTR_IS_INTERNED(s)) { in zend_string_refcount()
160 if (!ZSTR_IS_INTERNED(s)) { in zend_string_addref()
168 if (!ZSTR_IS_INTERNED(s)) { in zend_string_delref()
218 if (!ZSTR_IS_INTERNED(s)) { in zend_string_copy()
226 if (ZSTR_IS_INTERNED(s)) { in zend_string_dup()
250 if (!ZSTR_IS_INTERNED(s)) { in zend_string_realloc()
260 if (!ZSTR_IS_INTERNED(s)) { in zend_string_realloc()
271 if (!ZSTR_IS_INTERNED(s)) { in zend_string_extend()
281 if (!ZSTR_IS_INTERNED(s)) { in zend_string_extend()
292 if (!ZSTR_IS_INTERNED(s)) { in zend_string_truncate()
[all …]
H A Dzend_variables.c64 ZEND_ASSERT(!ZSTR_IS_INTERNED(str)); in zend_string_destroy()
98 ZEND_ASSERT(!ZSTR_IS_INTERNED(str)); in zval_internal_ptr_dtor()
129 ZEND_ASSERT(!ZSTR_IS_INTERNED(Z_STR_P(zvalue))); in zval_copy_ctor_func()
H A Dzend_variables.h74 ZEND_ASSERT(!ZSTR_IS_INTERNED(Z_STR_P(zval_ptr))); in zval_ptr_dtor_str()
H A Dzend_enum.c549 ZEND_ASSERT(ZSTR_IS_INTERNED(class_name)); in create_enum_case_ast()
556 ZEND_ASSERT(ZSTR_IS_INTERNED(case_name)); in create_enum_case_ast()
578 if (Z_TYPE_P(value) == IS_STRING && !ZSTR_IS_INTERNED(Z_STR_P(value))) { in zend_enum_add_case()
H A Dzend_string.c213 if (ZSTR_IS_INTERNED(str)) { in zend_new_interned_string_permanent()
236 if (ZSTR_IS_INTERNED(str)) { in zend_new_interned_string_request()
H A Dzend_types.h1083 Z_TYPE_INFO_P(__z) = ZSTR_IS_INTERNED(__s) ? \
1107 if (ZSTR_IS_INTERNED(__s)) { \
1517 ZEND_ASSERT(!ZSTR_IS_INTERNED(_str)); \
H A Dzend_hash.h1628 if (!interned && !ZSTR_IS_INTERNED(key)) { in _zend_hash_append_ex()
1654 if (!interned && !ZSTR_IS_INTERNED(key)) { in _zend_hash_append_ptr_ex()
1680 if (!ZSTR_IS_INTERNED(key)) { in _zend_hash_append_ind()
H A Dzend.c2072 if (ZSTR_HAS_CE_CACHE(type_name) || !ZSTR_IS_INTERNED(type_name)) { in zend_alloc_ce_cache()
H A Dzend_hash.c876 if (!ZSTR_IS_INTERNED(key)) { in _zend_hash_add_or_update_i()
1255 if (!ZSTR_IS_INTERNED(key)) { in zend_hash_set_bucket_key()
H A Dzend_API.c4523 if (Z_TYPE_P(property) == IS_STRING && !ZSTR_IS_INTERNED(Z_STR_P(property))) { in zend_declare_typed_property()
4866 if (Z_TYPE_P(value) == IS_STRING && !ZSTR_IS_INTERNED(Z_STR_P(value))) { in zend_declare_typed_class_constant()
H A Dzend_vm_execute.h7033 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) { in ZEND_FAST_CONCAT_SPEC_CONST_CONST_HANDLER()
9120 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) { in ZEND_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
9597 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) { in ZEND_FAST_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
11602 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) { in ZEND_CONCAT_SPEC_CONST_CV_HANDLER()
12079 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) { in ZEND_FAST_CONCAT_SPEC_CONST_CV_HANDLER()
15681 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) { in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER()
16472 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) { in ZEND_FAST_CONCAT_SPEC_TMPVAR_CONST_HANDLER()
17174 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) { in ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER()
17965 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) { in ZEND_FAST_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER()
18943 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) { in ZEND_CONCAT_SPEC_TMPVAR_CV_HANDLER()
[all …]
H A Dzend_vm_def.h408 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {
3274 !ZSTR_IS_INTERNED(op1_str) && GC_REFCOUNT(op1_str) == 1) {
H A Dzend_compile.c566 if (ZSTR_IS_INTERNED(Z_STR_P(zv))) { in zval_make_interned_string()
/php-src/ext/dom/
H A Dinfra.c35 ZEND_ASSERT(!ZSTR_IS_INTERNED(input)); in dom_strip_and_collapse_ascii_whitespace()
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst184 assert(ZSTR_IS_INTERNED(str1));
185 assert(ZSTR_IS_INTERNED(str2));
/php-src/ext/opcache/
H A Dzend_persist_calc.c107 if (ZSTR_IS_INTERNED(Z_STR_P(z))) { in zend_persist_zval_calc()
/php-src/ext/standard/
H A Dbrowscap.c374 if (ZSTR_IS_INTERNED(pattern)) { in php_browscap_parser_cb()
H A Dhttp_fopen_wrapper.c447 if (ZSTR_IS_INTERNED(tmp)) { in php_stream_url_wrap_http_ex()
H A Dbasic_functions.c1256 if (ZSTR_IS_INTERNED(val)) { \
/php-src/ext/dba/
H A Ddba.c508 if (ZSTR_IS_INTERNED(s) && !persistent) { in php_dba_zend_string_dup_safe()
/php-src/ext/mbstring/
H A Dmbstring.c2258 if (!num_errors && !ZSTR_IS_INTERNED(haystack)) { in PHP_FUNCTION()
2268 if (!num_errors && !ZSTR_IS_INTERNED(needle)) { in PHP_FUNCTION()
5562 if (result && !ZSTR_IS_INTERNED(str)) { in mb_check_str_encoding()
/php-src/ext/pcre/
H A Dphp_pcre.c1460 && !ZSTR_IS_INTERNED(subject_str) && orig_start_offset == 0) { in php_pcre_match_impl()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1792 if (!ZSTR_IS_INTERNED(op1_str)) { in zend_jit_fast_concat_tmp_helper()

Completed in 338 milliseconds