Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dformatted_print.c384 php_formatted_print(zend_execute_data *execute_data, int use_array, int format_offset) in php_formatted_print() function
665 if ((result=php_formatted_print(execute_data, 0, 0))==NULL) { in PHP_FUNCTION()
678 if ((result=php_formatted_print(execute_data, 1, 0))==NULL) { in PHP_FUNCTION()
692 if ((result=php_formatted_print(execute_data, 0, 0))==NULL) { in PHP_FUNCTION()
708 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()
766 if ((result=php_formatted_print(execute_data, 1, 1))==NULL) { in PHP_FUNCTION()

Completed in 8 milliseconds