Home
last modified time | relevance | path

Searched refs:interned (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt65 string(1) "1" interned
67 string(1) "a" interned
71 string(1) "1" interned
74 string(1) "1" interned
87 string(1) "1" interned
89 string(1) "a" interned
93 string(1) "1" interned
96 string(1) "1" interned
114 string(1) "2" interned
116 string(1) "b" interned
[all …]
H A Dmysqli_result_references.phpt160 string(1) "1" interned
162 string(1) "a" interned
/PHP-8.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt150 string(0) "" interned
152 string(0) "" interned
154 string(1) " " interned
156 string(1) " " interned
158 string(1) "0" interned
160 string(1) "%0" interned
162 string(2) "\0" interned
164 string(1) " " interned
166 string(2) "\t" interned
185 array(0) interned {
[all …]
H A Ddebug_zval_dump_b_64bit.phpt154 string(0) "" interned
156 string(0) "" interned
158 string(1) " " interned
160 string(1) " " interned
162 string(1) "0" interned
164 string(1) "%0" interned
166 string(2) "\0" interned
168 string(1) " " interned
170 string(2) "\t" interned
189 array(0) interned {
[all …]
H A Ddebug_zval_dump_v.phpt191 string(7) "TRUE123" interned
193 string(9) "123string" interned
195 string(9) "string123" interned
197 string(10) "NULLstring" interned
/PHP-8.3/Zend/tests/enum/
H A Dunserialize-refcount.phpt28 string(3) "Bar" interned
32 string(3) "Bar" interned
36 string(3) "Bar" interned
40 string(3) "Bar" interned
44 string(3) "Bar" interned
H A Dcases-refcount.phpt21 string(3) "Bar" interned
/PHP-8.3/ext/standard/
H A Dbrowscap.c226 if (interned) { in browscap_intern_str()
227 zend_string_addref(interned); in browscap_intern_str()
231 interned = zend_new_interned_string(interned); in browscap_intern_str()
233 zend_hash_add_new_ptr(&ctx->str_interned, interned, interned); in browscap_intern_str()
236 return interned; in browscap_intern_str()
242 zend_string *interned; in browscap_intern_str_ci() local
249 if (interned) { in browscap_intern_str_ci()
250 zend_string_addref(interned); in browscap_intern_str_ci()
254 interned = zend_new_interned_string(interned); in browscap_intern_str_ci()
256 zend_hash_add_new_ptr(&ctx->str_interned, interned, interned); in browscap_intern_str_ci()
[all …]
/PHP-8.3/Zend/tests/
H A Dassign_coalesce_006.phpt2 Null coalesce assign with memoized constant operand that is later interned (OSS-Fuzz #17903)
H A Dclass_toString_concat_non_interned_with_itself.phpt2 Test concatenating a class instance that has __toString with itself that uses a non-interned string
H A Doss_fuzz_54325.phpt11 // Needs to be non-interned string
H A Dbug64555.phpt2 Bug #64555: Array key within interned string gets wrong hash value
/PHP-8.3/ext/standard/tests/array/
H A Dbug72369.phpt15 string(3) "xxx" interned
/PHP-8.3/ext/opcache/tests/
H A Dgh9259_003.phpt20 %sFatal Error Insufficient shared memory for interned strings buffer! (tried to allocate %d bytes)
/PHP-8.3/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt48 // The previous "foo" test case works because it is not interned.
H A Dstrings_marked_as_utf8.phpt55 // The previous "foo" test case works because it is not interned.
/PHP-8.3/Zend/
H A Dzend_hash.h1605 …_always_inline zval *_zend_hash_append_ex(HashTable *ht, zend_string *key, zval *zv, bool interned) in _zend_hash_append_ex() argument
1612 if (!interned && !ZSTR_IS_INTERNED(key)) { in _zend_hash_append_ex()
1631 …ys_inline zval *_zend_hash_append_ptr_ex(HashTable *ht, zend_string *key, void *ptr, bool interned) in _zend_hash_append_ptr_ex() argument
1638 if (!interned && !ZSTR_IS_INTERNED(key)) { in _zend_hash_append_ptr_ex()
/PHP-8.3/
H A Dphp.ini-production1785 ; The amount of memory for interned strings in Mbytes.
H A Dphp.ini-development1783 ; The amount of memory for interned strings in Mbytes.

Completed in 33 milliseconds