Searched refs:php_info_printf (Results 1 – 1 of 1) sorted by relevance
69 static int php_info_printf(const char *fmt, ...) /* {{{ */ in php_info_printf() function100 php_info_printf("<tr><td class=\"e\">Registered %s</td><td class=\"v\">", name); in php_info_print_stream_hash()102 php_info_printf("\nRegistered %s => ", name); in php_info_print_stream_hash()159 php_info_printf("<tr><td class=\"v\">%s</td></tr>\n", zend_module->name); in php_info_print_module()161 php_info_printf("%s\n", zend_module->name); in php_info_print_module()217 php_info_printf(ZEND_ULONG_FMT, num_key); in php_print_gpcse_array()266 php_info_printf("<style type=\"text/css\">\n"); in php_info_print_style()268 php_info_printf("</style>\n"); in php_info_print_style()761 php_info_printf("<title>PHP %s - phpinfo()</title>", PHP_VERSION); in php_print_info_htmlhead()818 php_info_printf("<h1 class=\"p\">PHP Version %s</h1>\n", PHP_VERSION); in php_print_info()[all …]
Completed in 8 milliseconds