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()
25 PUTS("a:hover {text-decoration: underline;}\n"); in php_info_print_css()
27 PUTS(".center {text-align: center;}\n"); in php_info_print_css()
29 PUTS(".center th {text-align: center !important;}\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()
35 PUTS(".p {text-align: left;}\n"); in php_info_print_css()
37 PUTS(".h {background-color: #99c; font-weight: bold;}\n"); in php_info_print_css()
39 PUTS(".v i {color: #999;}\n"); in php_info_print_css()
40 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.c123 PUTS("\"\n"); in php_var_dump()
147 PUTS("}\n"); in php_var_dump()
159 PUTS("*RECURSION*\n"); in php_var_dump()
193 PUTS("}\n"); in php_var_dump()
295 PUTS("bool(false)\n"); in php_debug_zval_dump()
298 PUTS("bool(true)\n"); in php_debug_zval_dump()
301 PUTS("NULL\n"); in php_debug_zval_dump()
346 PUTS("}\n"); in php_debug_zval_dump()
385 PUTS("}\n"); in php_debug_zval_dump()
400 PUTS("}\n"); in php_debug_zval_dump()
[all …]
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c166 PUTS(fpm_status_ping_response); in fpm_status_handle_request()
195 PUTS("Internal error. Please review log file for errors."); in fpm_status_handle_request()
206 PUTS("Internal error. Please review log file for errors."); in fpm_status_handle_request()
517 PUTS(buffer); in fpm_status_handle_request()
522 PUTS(short_post); in fpm_status_handle_request()
537 PUTS(full_pre); in fpm_status_handle_request()
551 PUTS(full_separator); in fpm_status_handle_request()
608 PUTS(buffer); in fpm_status_handle_request()
617 PUTS(full_post); in fpm_status_handle_request()
H A Dfpm_main.c1793 PUTS("<b>Security Alert!</b> The PHP CGI cannot be accessed directly.\n\n\ in main()
1898 PUTS("File not found.\n"); in main()
1906 PUTS("Access denied.\n"); in main()
1922 PUTS("Access denied.\n"); in main()
1925 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.c494 PUTS("STDERR"); in PHP_INI_DISP()
496 PUTS("On"); in PHP_INI_DISP()
502 PUTS("STDOUT"); in PHP_INI_DISP()
504 PUTS("On"); in PHP_INI_DISP()
509 PUTS("Off"); in PHP_INI_DISP()
/php-src/ext/odbc/
H A Dphp_odbc.c343 PUTS("Unlimited"); in PHP_INI_DISP()
368 PUTS("********"); in PHP_INI_DISP()
372 PUTS("<i>no value</i>"); in PHP_INI_DISP()
374 PUTS("no value"); in PHP_INI_DISP()
396 PUTS("passthru"); in PHP_INI_DISP()
399 PUTS("return as is"); in PHP_INI_DISP()
402 PUTS("return as char"); in PHP_INI_DISP()
424 PUTS("Passthru"); in PHP_INI_DISP()
450 PUTS ("Forward Only cursor"); in PHP_INI_DISP()
454 PUTS ("Static cursor"); in PHP_INI_DISP()
[all …]
/php-src/sapi/apache2handler/
H A Dphp_functions.c60 #define SECTION(name) PUTS("<h2>" name "</h2>\n")
/php-src/sapi/cli/
H A Dphp_cli.c860 PUTS(param_error); in do_cli()
936 PUTS("Could not startup.\n"); in do_cli()
/php-src/sapi/cgi/
H A Dcgi_main.c1891 PUTS("<b>Security Alert!</b> The PHP CGI cannot be accessed directly.\n\n\
2471 PUTS("Access denied.\n");
2474 PUTS("No input file specified.\n");
/php-src/ext/phar/
H A Dphar.c3594 PUTS("Phar based on pear/PHP_Archive, original concept by Davey Shafik."); in PHP_MINFO_FUNCTION()
3595 PUTS(!sapi_module.phpinfo_as_text?"<br />":"\n"); in PHP_MINFO_FUNCTION()
3596 PUTS("Phar fully realized by Gregory Beaver and Marcus Boerger."); in PHP_MINFO_FUNCTION()
3597 PUTS(!sapi_module.phpinfo_as_text?"<br />":"\n"); in PHP_MINFO_FUNCTION()
3598 PUTS("Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle."); in PHP_MINFO_FUNCTION()
/php-src/sapi/phpdbg/
H A Dphpdbg.c1457 PUTS("Could not startup"); in main()

Completed in 71 milliseconds