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()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 …]
57 #define HT_IS_PACKED(ht) \ macro195 if (EXPECTED(HT_IS_PACKED(_ht))) { \218 if (EXPECTED(HT_IS_PACKED(_ht))) { \1033 if (HT_IS_PACKED(__ht)) { \1060 if (HT_IS_PACKED(__ht)) { \1244 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \1259 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \1269 ZEND_ASSERT(!HT_IS_PACKED(__ht)); \1453 ZEND_ASSERT(HT_IS_PACKED(__ht)); \1464 ZEND_ASSERT(HT_IS_PACKED(__ht)); \[all …]
921 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()
655 if (HT_IS_PACKED(ht)) { in zend_generator_get_next_delegated_value()
6149 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)) {
1751 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 …]
479 if (filters_hash && !HT_IS_PACKED(filters_hash)) { in PHP_FUNCTION()
102 if (!HT_IS_PACKED(ht)) { in php_info_print_stream_hash()
2167 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)) {
924 if (!HT_IS_PACKED(Z_ARRVAL_P(wval))) { in parse_context_options()
830 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()
313 if (HT_IS_PACKED(ht)) {1174 if (HT_IS_PACKED(ht)) {
482 ZEND_ASSERT(!HT_IS_PACKED(ht)); \
684 if (HT_IS_PACKED(type_ht)) { in php_snmp_parse_oid()721 if (HT_IS_PACKED(value_ht)) { in php_snmp_parse_oid()
706 if (!HT_IS_PACKED(parameter)) { in ZEND_FUNCTION()
3363 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()
695 if (HT_IS_PACKED(Z_ARRVAL_P(zv))) {
797 if (!HT_IS_PACKED(ht_options)) { in _php_tidy_apply_config_array()
851 if (zend_hash_num_elements(Z_ARRVAL_P(cookies)) != 0 && !HT_IS_PACKED(Z_ARRVAL_P(cookies))) { in make_http_soap_request()
698 if (!HT_IS_PACKED(ht2)) { in soap_create_typemap()841 if (HT_IS_PACKED(Z_ARRVAL_P(tmp))) { in PHP_METHOD()2010 if (HT_IS_PACKED(Z_ARRVAL_P(tmp))) {
1909 if (tmp && Z_TYPE_P(tmp) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(tmp))) { in dom_canonicalization()
2383 if (zhints && !HT_IS_PACKED(Z_ARRVAL_P(zhints))) {
3093 if (!HT_IS_PACKED(Z_ARRVAL_P(EXT))) { in php_imagettftext_common()
Completed in 210 milliseconds