Searched refs:php_info_printf (Results 1 – 1 of 1) sorted by relevance
67 static ZEND_COLD int php_info_printf(const char *fmt, ...) /* {{{ */ in php_info_printf() function98 php_info_printf("<tr><td class=\"e\">Registered %s</td><td class=\"v\">", name); in php_info_print_stream_hash()100 php_info_printf("\nRegistered %s => ", name); in php_info_print_stream_hash()157 php_info_printf("<tr><td class=\"v\">%s</td></tr>\n", zend_module->name); in php_info_print_module()159 php_info_printf("%s\n", zend_module->name); in php_info_print_module()194 php_info_printf(ZEND_ULONG_FMT, num_key); in php_print_gpcse_array()243 php_info_printf("<style type=\"text/css\">\n"); in php_info_print_style()245 php_info_printf("</style>\n"); in php_info_print_style()735 php_info_printf("<title>PHP %s - phpinfo()</title>", PHP_VERSION); in php_print_info_htmlhead()788 php_info_printf("<h1 class=\"p\">PHP Version %s</h1>\n", PHP_VERSION); in php_print_info()[all …]
Completed in 7 milliseconds