Lines Matching refs:PRINTF_DEBUG

50 # define PRINTF_DEBUG(arg) php_printf arg
52 # define PRINTF_DEBUG(arg) macro
63PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(), ZSTR_LEN(*buff… in php_sprintf_appendchar()
66 PRINTF_DEBUG(("sprintf: appending '%c', pos=\n", add, *pos)); in php_sprintf_appendchar()
85 PRINTF_DEBUG(("sprintf: appendstring(%x, %d, %d, \"%s\", %d, '%c', %d)\n", in php_sprintf_appendstring()
103 PRINTF_DEBUG(("sprintf ereallocing buffer to %d bytes\n", size)); in php_sprintf_appendstring()
117 PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add)); in php_sprintf_appendstring()
138 PRINTF_DEBUG(("sprintf: appendint(%x, %x, %x, %d, %d, '%c', %d)\n", in php_sprintf_appendint()
164 PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", in php_sprintf_appendint()
182 PRINTF_DEBUG(("sprintf: appenduint(%x, %x, %x, %d, %d, '%c', %d)\n", in php_sprintf_appenduint()
198 PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", number, &numbuf[i], i)); in php_sprintf_appenduint()
226 PRINTF_DEBUG(("sprintf: appenddouble(%x, %x, %x, %f, %d, '%c', %d, %c)\n", in php_sprintf_appenddouble()
319 PRINTF_DEBUG(("sprintf: append2n(%x, %x, %x, %d, %d, '%c', %d, %d, %x)\n", in php_sprintf_append2n()
322 PRINTF_DEBUG(("sprintf: append2n 2^%d andbits=%x\n", n, andbits)); in php_sprintf_append2n()
350 PRINTF_DEBUG(("sprintf_getnumber: number was %d bytes long\n", i)); in php_sprintf_getnumber()
442 PRINTF_DEBUG(("sprintf: format[%d]='%c'\n", inpos, format[inpos])); in php_formatted_print()
443 PRINTF_DEBUG(("sprintf: outpos=%d\n", outpos)); in php_formatted_print()
457 PRINTF_DEBUG(("sprintf: first looking at '%c', inpos=%d\n", in php_formatted_print()
483 PRINTF_DEBUG(("sprintf: looking for modifiers\n" in php_formatted_print()
497 PRINTF_DEBUG(("sprintf: end of modifiers\n")); in php_formatted_print()
501 PRINTF_DEBUG(("sprintf: padding='%c'\n", padding)); in php_formatted_print()
502 PRINTF_DEBUG(("sprintf: alignment=%s\n", in php_formatted_print()
508 PRINTF_DEBUG(("sprintf: getting width\n")); in php_formatted_print()
521 PRINTF_DEBUG(("sprintf: width=%d\n", width)); in php_formatted_print()
526 PRINTF_DEBUG(("sprintf: getting precision\n")); in php_formatted_print()
544 PRINTF_DEBUG(("sprintf: precision=%d\n", precision)); in php_formatted_print()
562 PRINTF_DEBUG(("sprintf: format character='%c'\n", format[inpos])); in php_formatted_print()