Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dobserver.c164 php_printf("%*s<!--\n", 2 * ZT_G(observer_nesting_depth), ""); in observer_show_init_backtrace()
178 php_printf("%*s-->\n", 2 * ZT_G(observer_nesting_depth), ""); in observer_show_init_backtrace()
210 php_printf("<!-- alloc: %p -->\n", initializing); in fiber_init_observer()
216 php_printf("<!-- destroy: %p -->\n", destroying); in fiber_destroy_observer()
231 php_printf("<init '%p'>\n", to); in fiber_enter_observer()
239 php_printf("<destroying '%p'>\n", to); in fiber_enter_observer()
241 php_printf("<resume '%p'>\n", to); in fiber_enter_observer()
254 php_printf("<threw '%p'>\n", from); in fiber_suspend_observer()
256 php_printf("<destroyed '%p'>\n", from); in fiber_suspend_observer()
258 php_printf("<returned '%p'>\n", from); in fiber_suspend_observer()
[all …]
H A Dtest.c112 php_printf("pass1\n"); in pass1()
117 php_printf("pass2\n"); in pass2()
666 php_printf("%s", ZSTR_VAL(message)); in ZEND_FUNCTION()
670 php_printf("%s", invalid); in ZEND_FUNCTION()
1454 php_printf("bug_gh9090_none\n"); in bug_gh9090_void_none()
1458 php_printf("bug_gh9090_int_char %d %s\n", i, s); in bug_gh9090_void_int_char()
1468 php_printf("bug_gh9090_void_int_char_var %s\n", buffer); in bug_gh9090_void_int_char_var()
/php-src/ext/standard/
H A Dvar.c47 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 Dformatted_print.c39 # define PRINTF_DEBUG(arg) php_printf arg
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c546 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/ffi/tests/
H A D300-win32.h.in4 size_t php_printf(const char *format, ...);
H A D301-win32.phpt21 $ffi->php_printf("Hello World from %s!\n", "PHP");
/php-src/ext/skeleton/
H A Dskeleton.c24 php_printf("The extension %s is loaded and working!\r\n", "%EXTNAME%");
/php-src/ext/dl_test/
H A Ddl_test.c33 php_printf("The extension %s is loaded and working!\r\n", "dl_test"); in PHP_FUNCTION()
/php-src/sapi/embed/
H A DREADME.md22 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 Dphp_odbc.c363 php_printf("%s", value); in PHP_INI_DISP()
2001 php_printf("<table><tr>"); in PHP_FUNCTION()
2008 php_printf("</tr>\n"); in PHP_FUNCTION()
2012 php_printf("<tr>"); in PHP_FUNCTION()
2043 php_printf("<td>"); in PHP_FUNCTION()
2066 php_printf("<td>NULL</td>"); in PHP_FUNCTION()
2071 php_printf("</td>"); in PHP_FUNCTION()
2075 php_printf("<td>NULL</td>"); in PHP_FUNCTION()
2078 php_printf("<td>FALSE</td>"); in PHP_FUNCTION()
2085 php_printf("</tr>\n"); in PHP_FUNCTION()
[all …]
/php-src/sapi/cli/
H A Dphp_cli.c185 php_printf("%s\n", module->name); in print_modules()
193 php_printf("%s\n", ext->name); in print_extension_info()
637 php_printf("[PHP Modules]\n"); in do_cli()
639 php_printf("\n[Zend Modules]\n"); in do_cli()
641 php_printf("\n"); in do_cli()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c201 php_printf("%s\n", module->name); in print_modules()
209 php_printf("%s\n", ext->name); in print_extension_info()
837php_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 Dcgi_main.c262 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 Dphp.h286 PHPAPI size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1, 2);
H A Dmain.c147 php_printf("%s", version_info); in php_print_version()
938 PHPAPI size_t php_printf(const char *format, ...) in php_printf() function
1397php_printf("<?xml version=\"1.0\"?><methodResponse><fault><value><struct><member><name>faultCode</… in php_error_cb()
1405php_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()
2166 zuf.printf_function = php_printf; in php_module_startup()
/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c234 php_printf("%s", arg_print); in phpdbg_dump_prototype()
/php-src/sapi/litespeed/
H A Dlsapi_main.c1155 php_printf( "%s", usage ); in cli_usage()

Completed in 103 milliseconds