Searched refs:interned (Results 1 – 19 of 19) sorted by relevance
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_result_references_mysqlnd.phpt | 65 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 D | mysqli_result_references.phpt | 160 string(1) "1" interned 162 string(1) "a" interned
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | debug_zval_dump_b.phpt | 150 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 D | debug_zval_dump_b_64bit.phpt | 154 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 D | debug_zval_dump_v.phpt | 191 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 D | unserialize-refcount.phpt | 28 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 D | cases-refcount.phpt | 21 string(3) "Bar" interned
|
/PHP-8.3/ext/standard/ |
H A D | browscap.c | 226 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 D | assign_coalesce_006.phpt | 2 Null coalesce assign with memoized constant operand that is later interned (OSS-Fuzz #17903)
|
H A D | class_toString_concat_non_interned_with_itself.phpt | 2 Test concatenating a class instance that has __toString with itself that uses a non-interned string
|
H A D | oss_fuzz_54325.phpt | 11 // Needs to be non-interned string
|
H A D | bug64555.phpt | 2 Bug #64555: Array key within interned string gets wrong hash value
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | bug72369.phpt | 15 string(3) "xxx" interned
|
/PHP-8.3/ext/opcache/tests/ |
H A D | gh9259_003.phpt | 20 %sFatal Error Insufficient shared memory for interned strings buffer! (tried to allocate %d bytes)
|
/PHP-8.3/ext/zend_test/tests/ |
H A D | strings_not_marked_as_utf8.phpt | 48 // The previous "foo" test case works because it is not interned.
|
H A D | strings_marked_as_utf8.phpt | 55 // The previous "foo" test case works because it is not interned.
|
/PHP-8.3/Zend/ |
H A D | zend_hash.h | 1613 …_always_inline zval *_zend_hash_append_ex(HashTable *ht, zend_string *key, zval *zv, bool interned) in _zend_hash_append_ex() argument 1620 if (!interned && !ZSTR_IS_INTERNED(key)) { in _zend_hash_append_ex() 1639 …ys_inline zval *_zend_hash_append_ptr_ex(HashTable *ht, zend_string *key, void *ptr, bool interned) in _zend_hash_append_ptr_ex() argument 1646 if (!interned && !ZSTR_IS_INTERNED(key)) { in _zend_hash_append_ptr_ex()
|
/PHP-8.3/ |
H A D | php.ini-development | 1783 ; The amount of memory for interned strings in Mbytes.
|
H A D | php.ini-production | 1785 ; The amount of memory for interned strings in Mbytes.
|
Completed in 31 milliseconds