Searched refs:php_info_printf (Results 1 – 1 of 1) sorted by relevance
66 static ZEND_COLD size_t php_info_printf(const char *fmt, ...) /* {{{ */ in php_info_printf() function97 php_info_printf("<tr><td class=\"e\">Registered %s</td><td class=\"v\">", name); in php_info_print_stream_hash()99 php_info_printf("\nRegistered %s => ", name); in php_info_print_stream_hash()158 php_info_printf("<tr><td class=\"v\">%s</td></tr>\n", zend_module->name); in php_info_print_module()160 php_info_printf("%s\n", zend_module->name); in php_info_print_module()195 php_info_printf(ZEND_ULONG_FMT, num_key); in php_print_gpcse_array()244 php_info_printf("<style type=\"text/css\">\n"); in php_info_print_style()246 php_info_printf("</style>\n"); in php_info_print_style()744 php_info_printf("<title>PHP %s - phpinfo()</title>", PHP_VERSION); in php_print_info_htmlhead()797 php_info_printf("<h1 class=\"p\">PHP Version %s</h1>\n", PHP_VERSION); in php_print_info()[all …]
Completed in 12 milliseconds