Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dcss.c26 PUTS("body {background-color: #ffffff; color: #000000;}\n"); in php_info_print_css()
27 PUTS("body, td, th, h1, h2 {font-family: sans-serif;}\n"); in php_info_print_css()
28 PUTS("pre {margin: 0px; font-family: monospace;}\n"); in php_info_print_css()
30 PUTS("a:hover {text-decoration: underline;}\n"); in php_info_print_css()
31 PUTS("table {border-collapse: collapse;}\n"); in php_info_print_css()
32 PUTS(".center {text-align: center;}\n"); in php_info_print_css()
34 PUTS(".center th { text-align: center !important; }\n"); in php_info_print_css()
36 PUTS("h1 {font-size: 150%;}\n"); in php_info_print_css()
37 PUTS("h2 {font-size: 125%;}\n"); in php_info_print_css()
38 PUTS(".p {text-align: left;}\n"); in php_info_print_css()
[all …]
H A Dinfo.c154 PUTS("<tr>"); in php_print_gpcse_array()
159 PUTS(name); in php_print_gpcse_array()
160 PUTS("[\""); in php_print_gpcse_array()
174 PUTS("\"]"); in php_print_gpcse_array()
178 PUTS(" => "); in php_print_gpcse_array()
216 PUTS("\n"); in php_print_gpcse_array()
685 PUTS("?="); in php_print_info()
1006 PUTS("<p>"); in php_print_info()
1021 PUTS("\n"); in php_print_info()
1025 PUTS("\n"); in php_print_info()
[all …]
H A Dcredits.c35 PUTS("<h1>PHP Credits</h1>\n"); in php_print_credits()
37 PUTS("PHP Credits\n"); in php_print_credits()
127 PUTS("</div></body></html>\n"); in php_print_credits()
H A Dvar.c115 PUTS("\"\n"); in php_var_dump()
120 PUTS("*RECURSION*\n"); in php_var_dump()
131 PUTS("*RECURSION*\n"); in php_var_dump()
152 PUTS("}\n"); in php_var_dump()
273 PUTS("*RECURSION*\n"); in php_debug_zval_dump()
282 PUTS("*RECURSION*\n"); in php_debug_zval_dump()
304 PUTS("}\n"); in php_debug_zval_dump()
H A Ddl.c289 PUTS("Dynamic Library support not available<br />.\n"); in PHP_MINFO_FUNCTION()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_status.c76 PUTS(fpm_status_ping_response); in fpm_status_handle_request()
91 PUTS("Internal error. Please review log file for errors."); in fpm_status_handle_request()
101 PUTS("Server busy. Please try again later."); in fpm_status_handle_request()
114 PUTS("Internal error. Please review log file for errors."); in fpm_status_handle_request()
372 PUTS(buffer); in fpm_status_handle_request()
376 PUTS(short_post); in fpm_status_handle_request()
391 PUTS(full_pre); in fpm_status_handle_request()
405 PUTS(full_separator); in fpm_status_handle_request()
452 PUTS(buffer); in fpm_status_handle_request()
461 PUTS(full_post); in fpm_status_handle_request()
H A Dfpm_main.c1799 PUTS("<b>Security Alert!</b> The PHP CGI cannot be accessed directly.\n\n\
1889 PUTS("File not found.\n");
1897 PUTS("Access denied.\n");
1913 PUTS("Access denied.\n");
1916 PUTS("No input file specified.\n");
/PHP-5.3/sapi/pi3web/
H A Dpi3web_sapi.c57 PUTS("<table border=0 cellpadding=3 cellspacing=1 width=600 align=center>\n"); in php_info_pi3web()
58 PUTS("<tr><th colspan=2 bgcolor=\"" PHP_HEADER_COLOR "\">Pi3Web Server Information</th></tr>\n"); in php_info_pi3web()
74 PUTS("</table><br />"); in php_info_pi3web()
76 PUTS("<table border=0 cellpadding=3 cellspacing=1 width=600 align=center>\n"); in php_info_pi3web()
77 PUTS("<tr><th colspan=2 bgcolor=\"" PHP_HEADER_COLOR "\">HTTP Request Information</th></tr>\n"); in php_info_pi3web()
79 PUTS("<tr><th colspan=2 bgcolor=\"" PHP_HEADER_COLOR "\">HTTP Headers</th></tr>\n"); in php_info_pi3web()
105 PUTS("</table>"); in php_info_pi3web()
/PHP-5.3/main/
H A Dphp_ini.c130 PUTS("<tr>"); in php_ini_displayer()
131 PUTS("<td class=\"e\">"); in php_ini_displayer()
133 PUTS("</td><td class=\"v\">"); in php_ini_displayer()
135 PUTS("</td><td class=\"v\">"); in php_ini_displayer()
137 PUTS("</td></tr>\n"); in php_ini_displayer()
140 PUTS(" => "); in php_ini_displayer()
142 PUTS(" => "); in php_ini_displayer()
144 PUTS("\n"); in php_ini_displayer()
H A Dphp.h386 #define PUTS(str) do { \ macro
H A Dmain.c341 PUTS("STDERR"); in PHP_INI_DISP()
343 PUTS("On"); in PHP_INI_DISP()
349 PUTS("STDOUT"); in PHP_INI_DISP()
351 PUTS("On"); in PHP_INI_DISP()
356 PUTS("Off"); in PHP_INI_DISP()
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c542 PUTS("Unlimited"); in PHP_INI_DISP()
569 PUTS("********"); in PHP_INI_DISP()
573 PUTS("<i>no value</i>"); in PHP_INI_DISP()
575 PUTS("no value"); in PHP_INI_DISP()
599 PUTS("passthru"); in PHP_INI_DISP()
602 PUTS("return as is"); in PHP_INI_DISP()
605 PUTS("return as char"); in PHP_INI_DISP()
629 PUTS("Passthru"); in PHP_INI_DISP()
657 PUTS ("Forward Only cursor"); in PHP_INI_DISP()
661 PUTS ("Static cursor"); in PHP_INI_DISP()
[all …]
/PHP-5.3/ext/zlib/
H A Dzlib.c66 # ifndef PUTS
67 # define PUTS(a) php_printf("%s",a) macro
70 # define PUTC(a) PUTS(a)
/PHP-5.3/ext/interbase/
H A Dinterbase.c707 PUTS("********"); in PHP_INI_DISP()
709 PUTS("<i>no value</i>"); in PHP_INI_DISP()
711 PUTS("no value"); in PHP_INI_DISP()
/PHP-5.3/sapi/apache2handler/
H A Dphp_functions.c57 #define SECTION(name) PUTS("<h2>" name "</h2>\n")
/PHP-5.3/sapi/aolserver/
H A Daolserver.c39 #define SECTION(name) PUTS("<h2>" name "</h2>\n")
/PHP-5.3/sapi/cli/
H A Dphp_cli.c1027 PUTS(param_error); in WinMain()
1088 PUTS("Could not startup.\n"); in WinMain()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c1669 PUTS("<b>Security Alert!</b> The PHP CGI cannot be accessed directly.\n\n\
2081 PUTS("Access denied.\n");
2084 PUTS("No input file specified.\n");
/PHP-5.3/sapi/apache/
H A Dphp_apache.c35 #define SECTION(name) PUTS("<h2>" name "</h2>\n")
/PHP-5.3/ext/phar/
H A Dphar.c3701 PUTS("Phar based on pear/PHP_Archive, original concept by Davey Shafik.");
3702 PUTS(!sapi_module.phpinfo_as_text?"<br />":"\n");
3703 PUTS("Phar fully realized by Gregory Beaver and Marcus Boerger.");
3704 PUTS(!sapi_module.phpinfo_as_text?"<br />":"\n");
3705 PUTS("Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.");
/PHP-5.3/sapi/milter/
H A Dphp_milter.c1135 PUTS(param_error); in main()
/PHP-5.3/sapi/isapi/
H A Dphp5isapi.c863 PUTS("No input file specified.\n"); in HttpExtensionProc()
/PHP-5.3/sapi/apache_hooks/
H A Dphp_apache.c37 #define SECTION(name) PUTS("<H2 align=\"center\">" name "</H2>\n")
/PHP-5.3/ext/mssql/
H A Dphp_mssql.c231 PUTS("Server default"); in PHP_INI_DISP()

Completed in 110 milliseconds