Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dformatted_print.c50 # define PRINTF_DEBUG(arg) php_printf arg
52 # define PRINTF_DEBUG(arg) macro
121 PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add)); in php_sprintf_appendstring()
168 PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", in php_sprintf_appendint()
445 PRINTF_DEBUG(("sprintf: outpos=%d\n", outpos)); in php_formatted_print()
484 PRINTF_DEBUG(("sprintf: looking for modifiers\n" in php_formatted_print()
498 PRINTF_DEBUG(("sprintf: end of modifiers\n")); in php_formatted_print()
503 PRINTF_DEBUG(("sprintf: alignment=%s\n", in php_formatted_print()
509 PRINTF_DEBUG(("sprintf: getting width\n")); in php_formatted_print()
520 PRINTF_DEBUG(("sprintf: width=%d\n", width)); in php_formatted_print()
[all …]

Completed in 8 milliseconds