Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dcss.c25 PUTS("pre {margin: 0; font-family: monospace;}\n"); in php_info_print_css()
27 PUTS("a:hover {text-decoration: underline;}\n"); in php_info_print_css()
29 PUTS(".center {text-align: center;}\n"); in php_info_print_css()
30 PUTS(".center table {margin: 1em auto; text-align: left;}\n"); in php_info_print_css()
31 PUTS(".center th {text-align: center !important;}\n"); in php_info_print_css()
34 PUTS("h1 {font-size: 150%;}\n"); in php_info_print_css()
35 PUTS("h2 {font-size: 125%;}\n"); in php_info_print_css()
36 PUTS(".p {text-align: left;}\n"); in php_info_print_css()
38 PUTS(".h {background-color: #99c; font-weight: bold;}\n"); in php_info_print_css()
40 PUTS(".v i {color: #999;}\n"); in php_info_print_css()
[all …]
H A Dcredits.c33 PUTS("<h1>PHP Credits</h1>\n"); in php_print_credits()
35 PUTS("PHP Credits\n"); in php_print_credits()
127 PUTS("</div></body></html>\n"); in php_print_credits()
H A Dvar.c126 PUTS("\"\n"); in php_var_dump()
133 PUTS("*RECURSION*\n"); in php_var_dump()
154 PUTS("}\n"); in php_var_dump()
158 PUTS("*RECURSION*\n"); in php_var_dump()
192 PUTS("}\n"); in php_var_dump()
322 PUTS("*RECURSION*\n"); in php_debug_zval_dump()
343 PUTS("}\n"); in php_debug_zval_dump()
349 PUTS("*RECURSION*\n"); in php_debug_zval_dump()
379 PUTS("}\n"); in php_debug_zval_dump()
H A Ddl.c276 PUTS("Dynamic Library support not available<br />.\n"); in PHP_MINFO_FUNCTION()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_status.c172 PUTS(fpm_status_ping_response); in fpm_status_handle_request()
187 PUTS("Internal error. Please review log file for errors."); in fpm_status_handle_request()
197 PUTS("Server busy. Please try again later."); in fpm_status_handle_request()
210 PUTS("Internal error. Please review log file for errors."); in fpm_status_handle_request()
474 PUTS(buffer); in fpm_status_handle_request()
479 PUTS(short_post); in fpm_status_handle_request()
496 PUTS(full_pre); in fpm_status_handle_request()
510 PUTS(full_separator); in fpm_status_handle_request()
558 PUTS(buffer); in fpm_status_handle_request()
567 PUTS(full_post); in fpm_status_handle_request()
H A Dfpm_main.c1800 PUTS("<b>Security Alert!</b> The PHP CGI cannot be accessed directly.\n\n\ in main()
1900 PUTS("File not found.\n"); in main()
1908 PUTS("Access denied.\n"); in main()
1924 PUTS("Access denied.\n"); in main()
1927 PUTS("No input file specified.\n"); in main()
/PHP-7.4/main/
H A Dphp_ini.c142 PUTS("<tr>"); in display_ini_entries()
143 PUTS("<td class=\"e\">"); in display_ini_entries()
145 PUTS("</td><td class=\"v\">"); in display_ini_entries()
147 PUTS("</td><td class=\"v\">"); in display_ini_entries()
149 PUTS("</td></tr>\n"); in display_ini_entries()
152 PUTS(" => "); in display_ini_entries()
154 PUTS(" => "); in display_ini_entries()
156 PUTS("\n"); in display_ini_entries()
H A Dphp_output.h163 #define PUTS(str) do { \ macro
H A Dmain.c563 PUTS("STDERR"); in PHP_INI_DISP()
565 PUTS("On"); in PHP_INI_DISP()
571 PUTS("STDOUT"); in PHP_INI_DISP()
573 PUTS("On"); in PHP_INI_DISP()
578 PUTS("Off"); in PHP_INI_DISP()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c541 PUTS("Unlimited"); in PHP_INI_DISP()
567 PUTS("********"); in PHP_INI_DISP()
571 PUTS("<i>no value</i>"); in PHP_INI_DISP()
573 PUTS("no value"); in PHP_INI_DISP()
596 PUTS("passthru"); in PHP_INI_DISP()
599 PUTS("return as is"); in PHP_INI_DISP()
602 PUTS("return as char"); in PHP_INI_DISP()
625 PUTS("Passthru"); in PHP_INI_DISP()
652 PUTS ("Forward Only cursor"); in PHP_INI_DISP()
656 PUTS ("Static cursor"); in PHP_INI_DISP()
[all …]
/PHP-7.4/sapi/cli/
H A Dphp_cli.c863 PUTS(param_error); in do_cli()
932 PUTS("Could not startup.\n"); in do_cli()
/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c55 #define SECTION(name) PUTS("<h2>" name "</h2>\n")
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1945 PUTS("<b>Security Alert!</b> The PHP CGI cannot be accessed directly.\n\n\
2519 PUTS("Access denied.\n");
2522 PUTS("No input file specified.\n");
/PHP-7.4/ext/phar/
H A Dphar.c3583 PUTS("Phar based on pear/PHP_Archive, original concept by Davey Shafik."); in PHP_MINFO_FUNCTION()
3584 PUTS(!sapi_module.phpinfo_as_text?"<br />":"\n"); in PHP_MINFO_FUNCTION()
3585 PUTS("Phar fully realized by Gregory Beaver and Marcus Boerger."); in PHP_MINFO_FUNCTION()
3586 PUTS(!sapi_module.phpinfo_as_text?"<br />":"\n"); in PHP_MINFO_FUNCTION()
3587 PUTS("Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle."); in PHP_MINFO_FUNCTION()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1807 PUTS("Could not startup"); in main()

Completed in 80 milliseconds