/PHP-8.2/ext/zend_test/ |
H A D | observer.c | 165 php_printf("%*s<!--\n", 2 * ZT_G(observer_nesting_depth), ""); in observer_show_init_backtrace() 184 php_printf("%*s-->\n", 2 * ZT_G(observer_nesting_depth), ""); in observer_show_init_backtrace() 216 php_printf("<!-- alloc: %p -->\n", initializing); in fiber_init_observer() 222 php_printf("<!-- destroy: %p -->\n", destroying); in fiber_destroy_observer() 237 php_printf("<init '%p'>\n", to); in fiber_enter_observer() 245 php_printf("<destroying '%p'>\n", to); in fiber_enter_observer() 247 php_printf("<resume '%p'>\n", to); in fiber_enter_observer() 260 php_printf("<threw '%p'>\n", from); in fiber_suspend_observer() 262 php_printf("<destroyed '%p'>\n", from); in fiber_suspend_observer() 264 php_printf("<returned '%p'>\n", from); in fiber_suspend_observer() [all …]
|
H A D | test.c | 101 php_printf("pass1\n"); in pass1() 106 php_printf("pass2\n"); in pass2() 508 php_printf("%s", ZSTR_VAL(message)); in ZEND_FUNCTION() 512 php_printf("%s", invalid); in ZEND_FUNCTION() 1192 php_printf("bug_gh9090_none\n"); in bug_gh9090_void_none() 1196 php_printf("bug_gh9090_int_char %d %s\n", i, s); in bug_gh9090_void_int_char() 1206 php_printf("bug_gh9090_void_int_char_var %s\n", buffer); in bug_gh9090_void_int_char_var()
|
/PHP-8.2/ext/standard/ |
H A D | var.c | 45 php_printf("%*c[\"", level + 1, ' '); in php_array_element_dump() 47 php_printf("\"]=>\n"); in php_array_element_dump() 61 php_printf("%*c[", level + 1, ' '); in php_object_property_dump() 70 php_printf("\""); in php_object_property_dump() 72 php_printf("\""); in php_object_property_dump() 100 php_printf("%*c", level - 1, ' '); in php_var_dump() 112 php_printf("%sNULL\n", COMMON); in php_var_dump() 145 php_printf("%*c", level-1, ' '); in php_var_dump() 190 php_printf("%*c", level-1, ' '); in php_var_dump() 240 php_printf("\"]=>\n"); in zval_array_element_dump() [all …]
|
H A D | formatted_print.c | 42 # define PRINTF_DEBUG(arg) php_printf arg
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_typeinfo.c | 546 php_printf("\t/* DISPID=%d */\n", func->memid); in php_com_process_typeinfo() 549 php_printf("\t/* %s [%d] */\n", in php_com_process_typeinfo() 561 php_printf("\t/* %s */\n", ZSTR_VAL(func_desc)); in php_com_process_typeinfo() 578 php_printf("[in]"); in php_com_process_typeinfo() 580 php_printf("[out]"); in php_com_process_typeinfo() 584 php_printf(" --> %s [%d] ", in php_com_process_typeinfo() 594 php_printf(" */ %s%s%c\n", in php_com_process_typeinfo() 600 php_printf(" */ %s???%c\n", in php_com_process_typeinfo() 611 php_printf("\t\t)\n\t{\n"); in php_com_process_typeinfo() 621 php_printf("\t}\n"); in php_com_process_typeinfo() [all …]
|
/PHP-8.2/ext/ffi/tests/ |
H A D | 300-win32.h.in | 4 size_t php_printf(const char *format, ...);
|
H A D | 301-win32.phpt | 21 $ffi->php_printf("Hello World from %s!\n", "PHP");
|
/PHP-8.2/ext/skeleton/ |
H A D | skeleton.c | 24 php_printf("The extension %s is loaded and working!\r\n", "%EXTNAME%");
|
/PHP-8.2/sapi/cli/ |
H A D | php_cli.c | 198 php_printf("%s\n", module->name); in print_modules() 206 php_printf("%s\n", ext->name); in print_extension_info() 580 php_printf("Could not open input file: %s\n", script_file); in cli_seek_file_begin() 639 php_printf("PHP %s (%s) (built: %s %s) (%s)\nCopyright (c) The PHP Group\n%s", in do_cli() 669 php_printf("[PHP Modules]\n"); in do_cli() 671 php_printf("\n[Zend Modules]\n"); in do_cli() 673 php_printf("\n"); in do_cli()
|
/PHP-8.2/ext/odbc/ |
H A D | php_odbc.c | 227 php_printf("%s", value); in PHP_INI_DISP() 248 php_printf("%s", value); in PHP_INI_DISP() 1911 php_printf("<table><tr>"); in PHP_FUNCTION() 1920 php_printf("</tr>\n"); in PHP_FUNCTION() 1924 php_printf("<tr>"); in PHP_FUNCTION() 1955 php_printf("<td>"); in PHP_FUNCTION() 1978 php_printf("<td>NULL</td>"); in PHP_FUNCTION() 1983 php_printf("</td>"); in PHP_FUNCTION() 1987 php_printf("<td>NULL</td>"); in PHP_FUNCTION() 1997 php_printf("</tr>\n"); in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/dl_test/ |
H A D | dl_test.c | 33 php_printf("The extension %s is loaded and working!\r\n", "dl_test"); in PHP_FUNCTION()
|
/PHP-8.2/sapi/embed/ |
H A D | README.md | 22 php_printf( 110 php_printf("Failed to execute PHP script.\n"); 145 php_printf("Failed to eval PHP.\n");
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_main.c | 206 php_printf("%s\n", module->name); in print_modules() 214 php_printf("%s\n", ext->name); in print_extension_info() 839 …php_printf( "Usage: %s [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p <prefix>] [-g <pid>] [-c <file>] [-d… in php_cgi_usage() 1653 php_printf("[PHP Modules]\n"); in main() 1655 php_printf("\n[Zend Modules]\n"); in main() 1657 php_printf("\n"); in main() 1709 …php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sap… in main() 1711 …php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module… in main()
|
/PHP-8.2/sapi/cgi/ |
H A D | cgi_main.c | 259 php_printf("%s\n", module->name); in print_modules() 266 php_printf("%s\n", ext->name); in print_extension_info() 1024 php_printf( "Usage: %s [-q] [-h] [-s] [-v] [-i] [-f <file>]\n" 2333 php_printf("[PHP Modules]\n"); 2335 php_printf("\n[Zend Modules]\n"); 2337 php_printf("\n"); 2361 …php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sap… 2363 …php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module…
|
/PHP-8.2/sapi/litespeed/ |
H A D | lsapi_main.c | 1156 php_printf( "%s", usage ); in cli_usage() 1276 …php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sap… in cli_main() 1278 …php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module… in cli_main() 1350 php_printf("Could not open input file: %s.\n", *p); in cli_main()
|
/PHP-8.2/main/ |
H A D | main.c | 880 PHPAPI size_t php_printf(const char *format, ...) in php_printf() function 1342 …php_printf("<?xml version=\"1.0\"?><methodResponse><fault><value><struct><member><name>faultCode</… in php_error_cb() 1350 …php_printf("%s<br />\n<b>%s</b>: %s in <b>%s</b> on line <b>%" PRIu32 "</b><br />\n%s", STR_PRINT… in php_error_cb() 2115 zuf.printf_function = php_printf; in php_module_startup() 2150 php_printf("\nwinsock.dll unusable. %d\n", WSAGetLastError()); in php_module_startup() 2265 php_printf("PHP: Unable to initialize stream url wrappers.\n"); in php_module_startup() 2279 php_printf("Unable to start builtin modules\n"); in php_module_startup()
|
H A D | php.h | 300 PHPAPI size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1, 2);
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 234 php_printf("%s", arg_print); in phpdbg_dump_prototype()
|