Home
last modified time | relevance | path

Searched refs:ZEND_PUTS_EX (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/Zend/
H A Dzend.c171 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 …]
H A Dzend.h271 #define ZEND_PUTS_EX(str) write_func((str), strlen((str))) macro

Completed in 10 milliseconds