Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dformatted_print.c386 php_formatted_print(zend_execute_data *execute_data, int use_array, int format_offset) in php_formatted_print() function
666 if ((result=php_formatted_print(execute_data, 0, 0))==NULL) { in PHP_FUNCTION()
679 if ((result=php_formatted_print(execute_data, 1, 0))==NULL) { in PHP_FUNCTION()
693 if ((result=php_formatted_print(execute_data, 0, 0))==NULL) { in PHP_FUNCTION()
709 if ((result=php_formatted_print(execute_data, 1, 0))==NULL) { in PHP_FUNCTION()
736 if ((result=php_formatted_print(execute_data, 0, 1))==NULL) { in PHP_FUNCTION()
765 if ((result=php_formatted_print(execute_data, 1, 1))==NULL) { in PHP_FUNCTION()

Completed in 6 milliseconds