Searched refs:print_hash (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | gen_ir_fold_hash.c | 24 void print_hash(uint32_t *mask, uint32_t count) in print_hash() function 84 print_hash(hash, n); in find_hash() 112 print_hash(hash, n); in find_hash() 127 print_hash(hash, 1); in find_hash()
|
/PHP-8.4/Zend/ |
H A D | zend.c | 379 static void print_hash(smart_str *buf, HashTable *ht, int indent, bool is_object) /* {{{ */ in print_hash() function 555 print_hash(buf, Z_ARRVAL_P(expr), indent, 0); in zend_print_zval_r_to_buf() 585 print_hash(buf, (HashTable*) &zend_empty_array, indent, 1); in zend_print_zval_r_to_buf() 590 print_hash(buf, properties, indent, 1); in zend_print_zval_r_to_buf()
|
Completed in 13 milliseconds