Searched refs:HT_IS_PACKED (Results 1 – 25 of 32) sorted by relevance
12
495 if (HT_IS_PACKED(ht)) { in _zend_hash_get_valid_pos()1097 if (HT_IS_PACKED(ht)) { in _zend_hash_index_add_or_update_i()1702 if (HT_IS_PACKED(ht)) { in zend_hash_index_del()1993 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_destroy()2023 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_reverse_destroy()2065 if (HT_IS_PACKED(ht)) { in zend_hash_apply()2105 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_argument()2146 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_arguments()2200 if (HT_IS_PACKED(ht)) { in zend_hash_reverse_apply()2707 if (HT_IS_PACKED(ht)) { in zend_hash_index_find()[all …]
88 if (HT_IS_PACKED(ht) && !MAY_BE_PACKED(type_mask)) { in zend_verify_type_inference()91 if (!HT_IS_PACKED(ht) && !MAY_BE_HASH(type_mask)) { in zend_verify_type_inference()
60 #define HT_IS_PACKED(ht) \ macro198 if (EXPECTED(HT_IS_PACKED(_ht))) { \221 if (EXPECTED(HT_IS_PACKED(_ht))) { \1042 if (HT_IS_PACKED(__ht)) { \1069 if (HT_IS_PACKED(__ht)) { \1253 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \1268 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \1278 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \1462 ZEND_ASSERT(HT_IS_PACKED(__ht)); \1473 ZEND_ASSERT(HT_IS_PACKED(__ht)); \[all …]
941 if (HT_IS_PACKED(ht)) { in gc_scan_black()1115 if (HT_IS_PACKED(ht)) { in gc_mark_grey()1327 if (HT_IS_PACKED(ht)) { in gc_scan()1568 if (HT_IS_PACKED(ht)) { in gc_collect_white()1755 if (HT_IS_PACKED(ht)) { in gc_remove_nested_data_from_buffer()
654 if (HT_IS_PACKED(ht)) { in zend_generator_get_next_delegated_value()
6261 if (HT_IS_PACKED(ht) && (zend_hash_num_elements(result_ht) == 0 || HT_IS_PACKED(result_ht))) {7131 if (HT_IS_PACKED(fe_ht)) {7213 if (HT_IS_PACKED(fe_ht)) {10347 if (HT_IS_PACKED(fe_ht)) {
1860 if (HT_IS_PACKED(arr)) {1906 if (HT_IS_PACKED(arr)) {1950 if (HT_IS_PACKED(arr)) {2000 if (HT_IS_PACKED(arr)) {2045 if (HT_IS_PACKED(arr)) {2104 if (HT_IS_PACKED(arr)) {2158 if (HT_IS_PACKED(arr)) {2235 if (HT_IS_PACKED(arr)) {2508 if (HT_IS_PACKED(arr)) {2556 if (HT_IS_PACKED(arr)) {[all …]
484 if (filters_hash && !HT_IS_PACKED(filters_hash)) { in PHP_FUNCTION()
102 if (!HT_IS_PACKED(ht)) { in php_info_print_stream_hash()
2399 if (HT_IS_PACKED(repl_ht)) {2456 if (HT_IS_PACKED(from_ht)) {2501 if (HT_IS_PACKED(len_ht)) {2546 if (HT_IS_PACKED(repl_ht)) {4347 if (HT_IS_PACKED(replace_ht)) {
920 if (!HT_IS_PACKED(Z_ARRVAL_P(wval))) { in parse_context_options()
345 packed = HT_IS_PACKED(myht) ? "packed " : ""; in php_debug_zval_dump()
829 zend_hash_extend(ht, zend_hash_num_elements(ht) + elements, HT_IS_PACKED(ht));
58 if (HT_IS_PACKED(ht)) { in zend_hash_persist_calc()122 if (HT_IS_PACKED(ht)) { in zend_persist_zval_calc()
122 if (HT_IS_PACKED(ht)) { in zend_hash_persist()232 if (HT_IS_PACKED(ht)) { in zend_persist_zval()
316 if (HT_IS_PACKED(ht)) {1199 if (HT_IS_PACKED(ht)) {
476 ZEND_ASSERT(!HT_IS_PACKED(ht)); \
689 if (HT_IS_PACKED(type_ht)) { in php_snmp_parse_oid()726 if (HT_IS_PACKED(value_ht)) { in php_snmp_parse_oid()
737 if (!HT_IS_PACKED(parameter)) { in ZEND_FUNCTION()
793 if (!HT_IS_PACKED(ht_options)) { in _php_tidy_apply_config_array()
707 if (HT_IS_PACKED(Z_ARRVAL_P(zv))) {
854 if (zend_hash_num_elements(Z_ARRVAL_P(cookies)) != 0 && !HT_IS_PACKED(Z_ARRVAL_P(cookies))) { in make_http_soap_request()
815 if (!HT_IS_PACKED(ht2)) { in soap_create_typemap()958 if (HT_IS_PACKED(Z_ARRVAL_P(tmp))) { in PHP_METHOD()2123 if (HT_IS_PACKED(Z_ARRVAL_P(tmp))) { in PHP_METHOD()
2461 if (zhints && !HT_IS_PACKED(Z_ARRVAL_P(zhints))) {
2168 if (tmp && Z_TYPE_P(tmp) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(tmp))) { in dom_canonicalization()
Completed in 159 milliseconds