Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcss.c23 PUTS("pre {margin: 0; font-family: monospace;}\n"); in php_info_print_css()
24 PUTS("a {color: inherit;}\n"); in php_info_print_css()
25 PUTS("a:hover {text-decoration: none;}\n"); in php_info_print_css()
27 PUTS(".center {text-align: center;}\n"); in php_info_print_css()
32 PUTS("h1 {font-size: 150%;}\n"); in php_info_print_css()
33 PUTS("h2 {font-size: 125%;}\n"); in php_info_print_css()
34 PUTS("h2 > a {text-decoration: none;}\n"); in php_info_print_css()
36 PUTS(".p {text-align: left;}\n"); in php_info_print_css()
40 PUTS(".v i {color: #999;}\n"); in php_info_print_css()
41 PUTS("img {float: right; border: 0;}\n"); in php_info_print_css()
[all …]
H A Dcredits.c31 PUTS("<h1>PHP Credits</h1>\n"); in php_print_credits()
33 PUTS("PHP Credits\n"); in php_print_credits()
125 PUTS("</div></body></html>\n"); in php_print_credits()
H A Dvar.c137 PUTS("\"\n"); in php_var_dump()
161 PUTS("}\n"); in php_var_dump()
173 PUTS("*RECURSION*\n"); in php_var_dump()
209 PUTS("}\n"); in php_var_dump()
311 PUTS("bool(false)\n"); in php_debug_zval_dump()
314 PUTS("bool(true)\n"); in php_debug_zval_dump()
317 PUTS("NULL\n"); in php_debug_zval_dump()
362 PUTS("}\n"); in php_debug_zval_dump()
403 PUTS("}\n"); in php_debug_zval_dump()
418 PUTS("}\n"); in php_debug_zval_dump()
[all …]
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c170 PUTS(fpm_status_ping_response); in fpm_status_handle_request()
199 PUTS("Internal error. Please review log file for errors."); in fpm_status_handle_request()
210 PUTS("Internal error. Please review log file for errors."); in fpm_status_handle_request()
530 PUTS(buffer); in fpm_status_handle_request()
535 PUTS(short_post); in fpm_status_handle_request()
550 PUTS(full_pre); in fpm_status_handle_request()
564 PUTS(full_separator); in fpm_status_handle_request()
621 PUTS(buffer); in fpm_status_handle_request()
630 PUTS(full_post); in fpm_status_handle_request()
H A Dfpm_main.c1845 PUTS("File not found.\n"); in main()
1853 PUTS("Access denied.\n"); in main()
1869 PUTS("Access denied.\n"); in main()
1872 PUTS("No input file specified.\n"); in main()
/php-src/main/
H A Dphp_ini.c138 PUTS("<tr>"); in display_ini_entries()
139 PUTS("<td class=\"e\">"); in display_ini_entries()
141 PUTS("</td><td class=\"v\">"); in display_ini_entries()
143 PUTS("</td><td class=\"v\">"); in display_ini_entries()
145 PUTS("</td></tr>\n"); in display_ini_entries()
148 PUTS(" => "); in display_ini_entries()
150 PUTS(" => "); in display_ini_entries()
152 PUTS("\n"); in display_ini_entries()
H A Dphp_output.h163 #define PUTS(str) do { \ macro
H A Dmain.c536 PUTS("STDERR"); in PHP_INI_DISP()
538 PUTS("On"); in PHP_INI_DISP()
544 PUTS("STDOUT"); in PHP_INI_DISP()
546 PUTS("On"); in PHP_INI_DISP()
551 PUTS("Off"); in PHP_INI_DISP()
/php-src/ext/odbc/
H A Dphp_odbc.c361 PUTS("Unlimited"); in PHP_INI_DISP()
385 PUTS("passthru"); in PHP_INI_DISP()
388 PUTS("return as is"); in PHP_INI_DISP()
391 PUTS("return as char"); in PHP_INI_DISP()
413 PUTS("Passthru"); in PHP_INI_DISP()
439 PUTS ("Forward Only cursor"); in PHP_INI_DISP()
443 PUTS ("Static cursor"); in PHP_INI_DISP()
447 PUTS ("Keyset driven cursor"); in PHP_INI_DISP()
451 PUTS ("Dynamic cursor"); in PHP_INI_DISP()
/php-src/sapi/apache2handler/
H A Dphp_functions.c59 #define SECTION(name) PUTS("<h2>" name "</h2>\n")
/php-src/sapi/cli/
H A Dphp_cli.c831 PUTS(param_error); in do_cli()
908 PUTS("Could not startup.\n"); in do_cli()
/php-src/sapi/cgi/
H A Dcgi_main.c1904 PUTS("<b>Security Alert!</b> The PHP CGI cannot be accessed directly.\n\n\
2487 PUTS("Access denied.\n");
2490 PUTS("No input file specified.\n");
/php-src/ext/phar/
H A Dphar.c3557 PUTS("Phar based on pear/PHP_Archive, original concept by Davey Shafik."); in PHP_MINFO_FUNCTION()
3558 PUTS(!sapi_module.phpinfo_as_text?"<br />":"\n"); in PHP_MINFO_FUNCTION()
3559 PUTS("Phar fully realized by Gregory Beaver and Marcus Boerger."); in PHP_MINFO_FUNCTION()
3560 PUTS(!sapi_module.phpinfo_as_text?"<br />":"\n"); in PHP_MINFO_FUNCTION()
3561 PUTS("Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle."); in PHP_MINFO_FUNCTION()
/php-src/sapi/phpdbg/
H A Dphpdbg.c1458 PUTS("Could not startup"); in main()

Completed in 56 milliseconds