Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dformatted_print.c375 php_formatted_print(int ht, int *len, int use_array, int format_offset TSRMLS_DC) in php_formatted_print() function
676 if ((result=php_formatted_print(ht, &len, 0, 0 TSRMLS_CC))==NULL) { in PHP_FUNCTION()
690 if ((result=php_formatted_print(ht, &len, 1, 0 TSRMLS_CC))==NULL) { in PHP_FUNCTION()
704 if ((result=php_formatted_print(ht, &len, 0, 0 TSRMLS_CC))==NULL) { in PHP_FUNCTION()
720 if ((result=php_formatted_print(ht, &len, 1, 0 TSRMLS_CC))==NULL) { in PHP_FUNCTION()
748 if ((result=php_formatted_print(ht, &len, 0, 1 TSRMLS_CC))==NULL) { in PHP_FUNCTION()
779 if ((result=php_formatted_print(ht, &len, 1, 1 TSRMLS_CC))==NULL) { in PHP_FUNCTION()

Completed in 9 milliseconds