Lines Matching refs:PUTS
64 PUTS("<h2>" name "</h2>\n"); \
154 PUTS("<tr>"); in php_print_gpcse_array()
155 PUTS("<td class=\"e\">"); 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()
176 PUTS("</td><td class=\"v\">"); in php_print_gpcse_array()
178 PUTS(" => "); in php_print_gpcse_array()
182 PUTS("<pre>"); in php_print_gpcse_array()
184 PUTS("</pre>"); in php_print_gpcse_array()
194 PUTS("<i>no value</i>"); in php_print_gpcse_array()
205 PUTS("<i>no value</i>"); in php_print_gpcse_array()
214 PUTS("</td></tr>\n"); in php_print_gpcse_array()
216 PUTS("\n"); in php_print_gpcse_array()
628 …PUTS("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"DTD/xhtml1-transitional.d… in php_print_info_htmlhead()
629 PUTS("<html xmlns=\"http://www.w3.org/1999/xhtml\">"); in php_print_info_htmlhead()
630 PUTS("<head>\n"); in php_print_info_htmlhead()
632 PUTS("<title>phpinfo()</title>"); in php_print_info_htmlhead()
633 PUTS("<meta name=\"ROBOTS\" content=\"NOINDEX,NOFOLLOW,NOARCHIVE\" />"); in php_print_info_htmlhead()
637 PUTS("</head>\n"); in php_print_info_htmlhead()
638 PUTS("<body><div class=\"center\">\n"); in php_print_info_htmlhead()
664 PUTS("phpinfo()\n"); in php_print_info()
679 PUTS("<a href=\"http://www.php.net/\"><img border=\"0\" src=\""); in php_print_info()
682 PUTS(elem_esc); in php_print_info()
685 PUTS("?="); in php_print_info()
687 PUTS(logo_guid); in php_print_info()
689 PUTS("\" alt=\"PHP Logo\" /></a>"); in php_print_info()
884 PUTS("<a href=\"http://www.zend.com/\"><img border=\"0\" src=\""); in php_print_info()
887 PUTS(elem_esc); in php_print_info()
890 PUTS("?="ZEND_LOGO_GUID"\" alt=\"Zend logo\" /></a>\n"); in php_print_info()
892 PUTS("This program makes use of the Zend Scripting Language Engine:"); in php_print_info()
893 PUTS(!sapi_module.phpinfo_as_text?"<br />":"\n"); in php_print_info()
895 PUTS(zend_version); in php_print_info()
905 PUTS("<h1><a href=\""); in php_print_info()
908 PUTS(elem_esc); in php_print_info()
911 PUTS("?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000\">"); in php_print_info()
912 PUTS("PHP Credits"); in php_print_info()
913 PUTS("</a></h1>\n"); in php_print_info()
921 PUTS("<h1>Configuration</h1>\n"); in php_print_info()
1001 PUTS("<p>\n"); in php_print_info()
1002 PUTS("This program is free software; you can redistribute it and/or modify "); in php_print_info()
1003 PUTS("it under the terms of the PHP License as published by the PHP Group "); in php_print_info()
1004 PUTS("and included in the distribution in the file: LICENSE\n"); in php_print_info()
1005 PUTS("</p>\n"); in php_print_info()
1006 PUTS("<p>"); in php_print_info()
1007 PUTS("This program is distributed in the hope that it will be useful, "); in php_print_info()
1008 PUTS("but WITHOUT ANY WARRANTY; without even the implied warranty of "); in php_print_info()
1009 PUTS("MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); in php_print_info()
1010 PUTS("</p>\n"); in php_print_info()
1011 PUTS("<p>"); in php_print_info()
1012 PUTS("If you did not receive a copy of the PHP license, or have any questions about "); in php_print_info()
1013 PUTS("PHP licensing, please contact license@php.net.\n"); in php_print_info()
1014 PUTS("</p>\n"); in php_print_info()
1017 PUTS("\nPHP License\n"); in php_print_info()
1018 PUTS("This program is free software; you can redistribute it and/or modify\n"); in php_print_info()
1019 PUTS("it under the terms of the PHP License as published by the PHP Group\n"); in php_print_info()
1020 PUTS("and included in the distribution in the file: LICENSE\n"); in php_print_info()
1021 PUTS("\n"); in php_print_info()
1022 PUTS("This program is distributed in the hope that it will be useful,\n"); in php_print_info()
1023 PUTS("but WITHOUT ANY WARRANTY; without even the implied warranty of\n"); in php_print_info()
1024 PUTS("MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); in php_print_info()
1025 PUTS("\n"); in php_print_info()
1026 PUTS("If you did not receive a copy of the PHP license, or have any\n"); in php_print_info()
1027 PUTS("questions about PHP licensing, please contact license@php.net.\n"); in php_print_info()
1031 PUTS("</div></body></html>"); in php_print_info()
1119 PUTS("<th>"); in php_info_print_table_header()
1120 PUTS(row_element); in php_info_print_table_header()
1121 PUTS("</th>"); in php_info_print_table_header()
1123 PUTS(row_element); in php_info_print_table_header()
1125 PUTS(" => "); in php_info_print_table_header()
1127 PUTS("\n"); in php_info_print_table_header()
1165 PUTS( "<i>no value</i>" ); in php_info_print_table_row_internal()
1167 PUTS( " " ); in php_info_print_table_row_internal()
1172 PUTS(elem_esc); in php_info_print_table_row_internal()
1175 PUTS(row_element); in php_info_print_table_row_internal()
1177 PUTS(" => "); in php_info_print_table_row_internal()
1184 PUTS("\n"); in php_info_print_table_row_internal()