Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dformatted_print.c389 php_formatted_print(int ht, int *len, int use_array, int format_offset TSRMLS_DC) in php_formatted_print() function
690 if ((result=php_formatted_print(ht, &len, 0, 0 TSRMLS_CC))==NULL) { in PHP_FUNCTION()
704 if ((result=php_formatted_print(ht, &len, 1, 0 TSRMLS_CC))==NULL) { in PHP_FUNCTION()
718 if ((result=php_formatted_print(ht, &len, 0, 0 TSRMLS_CC))==NULL) { in PHP_FUNCTION()
734 if ((result=php_formatted_print(ht, &len, 1, 0 TSRMLS_CC))==NULL) { in PHP_FUNCTION()
762 if ((result=php_formatted_print(ht, &len, 0, 1 TSRMLS_CC))==NULL) { in PHP_FUNCTION()
793 if ((result=php_formatted_print(ht, &len, 1, 1 TSRMLS_CC))==NULL) { in PHP_FUNCTION()

Completed in 6 milliseconds