/php-src/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 | 106 php_printf("pass1\n"); in pass1() 111 php_printf("pass2\n"); in pass2() 660 php_printf("%s", ZSTR_VAL(message)); in ZEND_FUNCTION() 664 php_printf("%s", invalid); in ZEND_FUNCTION() 1474 php_printf("bug_gh9090_none\n"); in bug_gh9090_void_none() 1478 php_printf("bug_gh9090_int_char %d %s\n", i, s); in bug_gh9090_void_int_char() 1488 php_printf("bug_gh9090_void_int_char_var %s\n", buffer); in bug_gh9090_void_int_char_var()
|
/php-src/ext/standard/ |
H A D | var.c | 47 php_printf("%*c[\"", level + 1, ' '); in php_array_element_dump() 49 php_printf("\"]=>\n"); in php_array_element_dump() 63 php_printf("%*c[", level + 1, ' '); in php_object_property_dump() 72 php_printf("\""); in php_object_property_dump() 74 php_printf("\""); in php_object_property_dump() 114 php_printf("%*c", level - 1, ' '); in php_var_dump() 126 php_printf("%sNULL\n", COMMON); in php_var_dump() 159 php_printf("%*c", level-1, ' '); in php_var_dump() 207 php_printf("%*c", level-1, ' '); in php_var_dump() 257 php_printf("\"]=>\n"); in zval_array_element_dump() [all …]
|
H A D | formatted_print.c | 39 # define PRINTF_DEBUG(arg) php_printf arg
|
/php-src/ext/com_dotnet/ |
H A D | com_typeinfo.c | 546 php_printf("\t/* DISPID=%ld */\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-src/ext/skeleton/ |
H A D | skeleton.c | 23 php_printf("The extension %s is loaded and working!\r\n", "%EXTNAME%");
|
/php-src/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-src/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-src/ext/odbc/ |
H A D | php_odbc.c | 363 php_printf("%s", value); in PHP_INI_DISP() 2000 php_printf("<table><tr>"); in PHP_FUNCTION() 2007 php_printf("</tr>\n"); in PHP_FUNCTION() 2011 php_printf("<tr>"); in PHP_FUNCTION() 2042 php_printf("<td>"); in PHP_FUNCTION() 2065 php_printf("<td>NULL</td>"); in PHP_FUNCTION() 2070 php_printf("</td>"); in PHP_FUNCTION() 2074 php_printf("<td>NULL</td>"); in PHP_FUNCTION() 2077 php_printf("<td>FALSE</td>"); in PHP_FUNCTION() 2084 php_printf("</tr>\n"); in PHP_FUNCTION() [all …]
|
/php-src/sapi/cli/ |
H A D | php_cli.c | 185 php_printf("%s\n", module->name); in print_modules() 193 php_printf("%s\n", ext->name); in print_extension_info() 640 php_printf("[PHP Modules]\n"); in do_cli() 642 php_printf("\n[Zend Modules]\n"); in do_cli() 644 php_printf("\n"); in do_cli()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_main.c | 201 php_printf("%s\n", module->name); in print_modules() 209 php_printf("%s\n", ext->name); in print_extension_info() 837 …php_printf( "Usage: %s [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p <prefix>] [-g <pid>] [-c <file>] [-d… in php_cgi_usage() 1647 php_printf("[PHP Modules]\n"); in main() 1649 php_printf("\n[Zend Modules]\n"); in main() 1651 php_printf("\n"); in main()
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 262 php_printf("%s\n", module->name); in print_modules() 269 php_printf("%s\n", ext->name); in print_extension_info() 1027 php_printf( "Usage: %s [-q] [-h] [-s] [-v] [-i] [-f <file>]\n" 2349 php_printf("[PHP Modules]\n"); 2351 php_printf("\n[Zend Modules]\n"); 2353 php_printf("\n");
|
/php-src/main/ |
H A D | php.h | 281 PHPAPI size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1, 2);
|
H A D | main.c | 149 php_printf("%s", version_info); in php_print_version() 940 PHPAPI size_t php_printf(const char *format, ...) in php_printf() function 1399 …php_printf("<?xml version=\"1.0\"?><methodResponse><fault><value><struct><member><name>faultCode</… in php_error_cb() 1407 …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() 2168 zuf.printf_function = php_printf; in php_module_startup()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 234 php_printf("%s", arg_print); in phpdbg_dump_prototype()
|
/php-src/sapi/litespeed/ |
H A D | lsapi_main.c | 1155 php_printf( "%s", usage ); in cli_usage()
|