Searched refs:php_info_printf (Results 1 - 1 of 1) sorted by relevance

/PHP_5_4/ext/standard/
H A Dinfo.c78 static int php_info_printf(const char *fmt, ...) /* {{{ */ function
120 php_info_printf("<tr><td class=\"e\">Registered %s</td><td class=\"v\">", name);
122 php_info_printf("\nRegistered %s => ", name);
155 php_info_printf("<h2><a name=\"module_%s\">%s</a></h2>\n", zend_module->name, zend_module->name);
171 php_info_printf("<tr><td>%s</td></tr>\n", zend_module->name);
173 php_info_printf("%s\n", zend_module->name);
229 php_info_printf("%ld", num_key);
283 php_info_printf("<style type=\"text/css\">\n");
285 php_info_printf("</style>\n");
693 php_info_printf("<h
[all...]

Completed in 2 milliseconds