Searched refs:ZEND_PUTS_EX (Results 1 – 2 of 2) sorted by relevance
171 ZEND_PUTS_EX(" "); in print_hash()173 ZEND_PUTS_EX("(\n"); in print_hash()183 ZEND_PUTS_EX(" "); in print_hash()185 ZEND_PUTS_EX("["); in print_hash()197 ZEND_PUTS_EX(":"); in print_hash()208 ZEND_PUTS_EX(key); in print_hash()210 ZEND_PUTS_EX("] => "); in print_hash()212 ZEND_PUTS_EX("\n"); in print_hash()216 ZEND_PUTS_EX(" "); in print_hash()218 ZEND_PUTS_EX(")\n"); in print_hash()[all …]
271 #define ZEND_PUTS_EX(str) write_func((str), strlen((str))) macro
Completed in 9 milliseconds