Home
last modified time | relevance | path

Searched refs:php_formatted_print (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/standard/
H A Dformatted_print.c425 php_formatted_print(char *format, size_t format_len, zval *args, int argc, int nb_additional_parame… in php_formatted_print() function
771 result = php_formatted_print(format, format_len, args, argc, 1); in PHP_FUNCTION()
796 result = php_formatted_print(format, format_len, args, argc, -1); in PHP_FUNCTION()
820 result = php_formatted_print(format, format_len, args, argc, 1); in PHP_FUNCTION()
848 result = php_formatted_print(format, format_len, args, argc, -1); in PHP_FUNCTION()
877 result = php_formatted_print(format, format_len, args, argc, 2); in PHP_FUNCTION()
910 result = php_formatted_print(format, format_len, args, argc, -1); in PHP_FUNCTION()

Completed in 6 milliseconds