PHP_MINFO_FUNCTION(overload)
{
php_info_print_table_start();
- php_info_print_table_row(2, "User-space object overloading support", "enabled");
+ php_info_print_table_row(2, "User-Space Object Overloading Support", "enabled");
php_info_print_table_end();
/* Remove comments if you have entries in php.ini
PHP_MINFO_FUNCTION(tokenizer)
{
php_info_print_table_start();
- php_info_print_table_header(2, "tokenizer support", "enabled");
+ php_info_print_table_row(2, "Tokenizer Support", "enabled");
php_info_print_table_end();
/* Remove comments if you have entries in php.ini