Home
last modified time | relevance | path

Searched refs:HT_IS_PACKED (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.3/Zend/
H A Dzend_hash.c495 if (HT_IS_PACKED(ht)) { in _zend_hash_get_valid_pos()
1092 if (HT_IS_PACKED(ht)) { in _zend_hash_index_add_or_update_i()
1703 if (HT_IS_PACKED(ht)) { in zend_hash_index_del()
1994 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_destroy()
2024 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_reverse_destroy()
2066 if (HT_IS_PACKED(ht)) { in zend_hash_apply()
2106 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_argument()
2147 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_arguments()
2201 if (HT_IS_PACKED(ht)) { in zend_hash_reverse_apply()
2708 if (HT_IS_PACKED(ht)) { in zend_hash_index_find()
[all …]
H A Dzend_hash.h57 #define HT_IS_PACKED(ht) \ macro
195 if (EXPECTED(HT_IS_PACKED(_ht))) { \
218 if (EXPECTED(HT_IS_PACKED(_ht))) { \
1025 if (HT_IS_PACKED(__ht)) { \
1052 if (HT_IS_PACKED(__ht)) { \
1236 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \
1251 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \
1261 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \
1445 ZEND_ASSERT(HT_IS_PACKED(__ht)); \
1456 ZEND_ASSERT(HT_IS_PACKED(__ht)); \
[all …]
H A Dzend_gc.c921 if (HT_IS_PACKED(ht)) { in gc_scan_black()
1095 if (HT_IS_PACKED(ht)) { in gc_mark_grey()
1307 if (HT_IS_PACKED(ht)) { in gc_scan()
1548 if (HT_IS_PACKED(ht)) { in gc_collect_white()
1735 if (HT_IS_PACKED(ht)) { in gc_remove_nested_data_from_buffer()
H A Dzend_generators.c668 if (HT_IS_PACKED(ht)) { in zend_generator_get_next_delegated_value()
H A Dzend_vm_def.h6149 if (HT_IS_PACKED(ht) && (zend_hash_num_elements(result_ht) == 0 || HT_IS_PACKED(result_ht))) {
7004 if (HT_IS_PACKED(fe_ht)) {
7086 if (HT_IS_PACKED(fe_ht)) {
10061 if (HT_IS_PACKED(fe_ht)) {
/PHP-8.3/ext/standard/
H A Darray.c1751 if (HT_IS_PACKED(arr)) {
1797 if (HT_IS_PACKED(arr)) {
1841 if (HT_IS_PACKED(arr)) {
1891 if (HT_IS_PACKED(arr)) {
1936 if (HT_IS_PACKED(arr)) {
1995 if (HT_IS_PACKED(arr)) {
2049 if (HT_IS_PACKED(arr)) {
2126 if (HT_IS_PACKED(arr)) {
2399 if (HT_IS_PACKED(arr)) {
2447 if (HT_IS_PACKED(arr)) {
[all …]
H A Duser_filters.c479 if (filters_hash && !HT_IS_PACKED(filters_hash)) { in PHP_FUNCTION()
H A Dinfo.c102 if (!HT_IS_PACKED(ht)) { in php_info_print_stream_hash()
H A Dstring.c2167 if (HT_IS_PACKED(repl_ht)) {
2224 if (HT_IS_PACKED(from_ht)) {
2269 if (HT_IS_PACKED(len_ht)) {
2314 if (HT_IS_PACKED(repl_ht)) {
4085 if (HT_IS_PACKED(replace_ht)) {
H A Dstreamsfuncs.c924 if (!HT_IS_PACKED(Z_ARRVAL_P(wval))) { in parse_context_options()
H A Dvar_unserializer.re830 zend_hash_extend(ht, zend_hash_num_elements(ht) + elements, HT_IS_PACKED(ht));
/PHP-8.3/ext/opcache/
H A Dzend_persist_calc.c58 if (HT_IS_PACKED(ht)) { in zend_hash_persist_calc()
122 if (HT_IS_PACKED(ht)) { in zend_persist_zval_calc()
H A Dzend_persist.c122 if (HT_IS_PACKED(ht)) { in zend_hash_persist()
232 if (HT_IS_PACKED(ht)) { in zend_persist_zval()
H A Dzend_file_cache.c313 if (HT_IS_PACKED(ht)) {
1174 if (HT_IS_PACKED(ht)) {
/PHP-8.3/ext/spl/
H A Dphp_spl.c482 ZEND_ASSERT(!HT_IS_PACKED(ht)); \
/PHP-8.3/ext/snmp/
H A Dsnmp.c684 if (HT_IS_PACKED(type_ht)) { in php_snmp_parse_oid()
721 if (HT_IS_PACKED(value_ht)) { in php_snmp_parse_oid()
/PHP-8.3/ext/zend_test/
H A Dtest.c706 if (!HT_IS_PACKED(parameter)) { in ZEND_FUNCTION()
/PHP-8.3/ext/imap/
H A Dphp_imap.c3363 if(Z_TYPE_P(pvalue) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(pvalue))) { in PHP_FUNCTION()
3403 if (Z_TYPE_P(pvalue) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(pvalue))) { in PHP_FUNCTION()
3485 if (Z_TYPE_P(pvalue) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(pvalue))) { in PHP_FUNCTION()
3525 if (Z_TYPE_P(pvalue) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(pvalue))) { in PHP_FUNCTION()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c695 if (HT_IS_PACKED(Z_ARRVAL_P(zv))) {
H A Dzend_jit_helpers.c249 if (!HT_IS_PACKED(ht)) { in zend_jit_hash_index_lookup_rw_no_packed()
/PHP-8.3/ext/tidy/
H A Dtidy.c797 if (!HT_IS_PACKED(ht_options)) { in _php_tidy_apply_config_array()
/PHP-8.3/ext/soap/
H A Dphp_http.c846 if (zend_hash_num_elements(Z_ARRVAL_P(cookies)) != 0 && !HT_IS_PACKED(Z_ARRVAL_P(cookies))) { in make_http_soap_request()
/PHP-8.3/ext/dom/
H A Dnode.c1841 if (tmp && Z_TYPE_P(tmp) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(tmp))) { in dom_canonicalization()
/PHP-8.3/ext/sockets/
H A Dsockets.c2377 if (zhints && !HT_IS_PACKED(Z_ARRVAL_P(zhints))) {
/PHP-8.3/ext/gd/
H A Dgd.c3088 if (!HT_IS_PACKED(Z_ARRVAL_P(EXT))) { in php_imagettftext_common()

Completed in 174 milliseconds

12