Home
last modified time | relevance | path

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

12

/PHP-8.2/Zend/
H A Dzend_hash.c485 if (HT_IS_PACKED(ht)) { in _zend_hash_get_valid_pos()
1029 if (HT_IS_PACKED(ht)) { in _zend_hash_index_add_or_update_i()
1640 if (HT_IS_PACKED(ht)) { in zend_hash_index_del()
1931 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_destroy()
1961 if (HT_IS_PACKED(ht)) { in zend_hash_graceful_reverse_destroy()
2003 if (HT_IS_PACKED(ht)) { in zend_hash_apply()
2043 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_argument()
2084 if (HT_IS_PACKED(ht)) { in zend_hash_apply_with_arguments()
2138 if (HT_IS_PACKED(ht)) { in zend_hash_reverse_apply()
2597 if (HT_IS_PACKED(ht)) { in zend_hash_index_find()
[all …]
H A Dzend_hash.h57 #define HT_IS_PACKED(ht) \ macro
980 (HT_IS_PACKED(__ht) ? sizeof(zval) : sizeof(Bucket))
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)); \
1582 if (HT_IS_PACKED(array)) { in zend_array_is_list()
H A Dzend_gc.c761 if (HT_IS_PACKED(ht)) { in gc_scan_black()
883 if (HT_IS_PACKED(ht)) { in gc_mark_grey()
1076 if (HT_IS_PACKED(ht)) { in gc_scan()
1256 if (HT_IS_PACKED(ht)) { in gc_collect_white()
1427 if (HT_IS_PACKED(ht)) { in gc_remove_nested_data_from_buffer()
H A Dzend_generators.c672 if (HT_IS_PACKED(ht)) { in zend_generator_get_next_delegated_value()
H A Dzend_vm_def.h6906 if (HT_IS_PACKED(fe_ht)) {
6988 if (HT_IS_PACKED(fe_ht)) {
9906 if (HT_IS_PACKED(fe_ht)) {
/PHP-8.2/ext/standard/
H A Darray.c1665 if (HT_IS_PACKED(arr)) {
1711 if (HT_IS_PACKED(arr)) {
1755 if (HT_IS_PACKED(arr)) {
1805 if (HT_IS_PACKED(arr)) {
1850 if (HT_IS_PACKED(arr)) {
1909 if (HT_IS_PACKED(arr)) {
1963 if (HT_IS_PACKED(arr)) {
2040 if (HT_IS_PACKED(arr)) {
2313 if (HT_IS_PACKED(arr)) {
2361 if (HT_IS_PACKED(arr)) {
[all …]
H A Duser_filters.c485 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.c2218 if (HT_IS_PACKED(repl_ht)) {
2275 if (HT_IS_PACKED(from_ht)) {
2320 if (HT_IS_PACKED(len_ht)) {
2365 if (HT_IS_PACKED(repl_ht)) {
4167 if (HT_IS_PACKED(replace_ht)) {
H A Dstreamsfuncs.c924 if (!HT_IS_PACKED(Z_ARRVAL_P(wval))) { in parse_context_options()
/PHP-8.2/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.c119 if (HT_IS_PACKED(ht)) { in zend_hash_persist()
229 if (HT_IS_PACKED(ht)) { in zend_persist_zval()
H A Dzend_file_cache.c312 if (HT_IS_PACKED(ht)) {
1172 if (HT_IS_PACKED(ht)) {
/PHP-8.2/ext/spl/
H A Dphp_spl.c479 ZEND_ASSERT(!HT_IS_PACKED(ht)); \
H A Dspl_fixedarray.c272 if (HT_IS_PACKED(ht)) { in spl_fixedarray_object_get_properties()
/PHP-8.2/ext/snmp/
H A Dsnmp.c686 if (HT_IS_PACKED(type_ht)) { in php_snmp_parse_oid()
723 if (HT_IS_PACKED(value_ht)) { in php_snmp_parse_oid()
/PHP-8.2/ext/imap/
H A Dphp_imap.c3044 if(Z_TYPE_P(pvalue) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(pvalue))) { in PHP_FUNCTION()
3084 if (Z_TYPE_P(pvalue) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(pvalue))) { in PHP_FUNCTION()
3166 if (Z_TYPE_P(pvalue) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(pvalue))) { in PHP_FUNCTION()
3206 if (Z_TYPE_P(pvalue) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(pvalue))) { in PHP_FUNCTION()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c695 if (HT_IS_PACKED(Z_ARRVAL_P(zv))) {
H A Dzend_jit_helpers.c259 if (!HT_IS_PACKED(ht)) { in zend_jit_hash_index_lookup_rw_no_packed()
/PHP-8.2/ext/tidy/
H A Dtidy.c797 if (!HT_IS_PACKED(ht_options)) { in _php_tidy_apply_config_array()
/PHP-8.2/ext/dom/
H A Dnode.c1634 if (tmp && Z_TYPE_P(tmp) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(tmp))) { in dom_canonicalization()
/PHP-8.2/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()
H A Dphp_encoding.c3465 if (HT_IS_PACKED(Z_ARRVAL_P(array)) && HT_IS_WITHOUT_HOLES(Z_ARRVAL_P(array))) { in is_map()
/PHP-8.2/ext/sockets/
H A Dsockets.c2311 if (zhints && !HT_IS_PACKED(Z_ARRVAL_P(zhints))) {
/PHP-8.2/ext/gd/
H A Dgd.c3092 if (!HT_IS_PACKED(Z_ARRVAL_P(EXT))) { in php_imagettftext_common()

Completed in 227 milliseconds

12