Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend.c143 ZEND_PUTS_EX(" "); in print_hash()
145 ZEND_PUTS_EX("(\n"); in print_hash()
150 ZEND_PUTS_EX(" "); in print_hash()
152 ZEND_PUTS_EX("["); in print_hash()
165 ZEND_PUTS_EX(":"); in print_hash()
178 ZEND_PUTS_EX(key); in print_hash()
182 ZEND_PUTS_EX("] => "); in print_hash()
184 ZEND_PUTS_EX("\n"); in print_hash()
189 ZEND_PUTS_EX(" "); in print_hash()
191 ZEND_PUTS_EX(")\n"); in print_hash()
[all …]
H A Dzend.h685 #define ZEND_PUTS_EX(str) write_func((str), strlen((str))) macro

Completed in 20 milliseconds