Searched refs:php_formatted_print (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | formatted_print.c | 386 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 5 milliseconds