mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
Beautify.
This commit is contained in:
parent
6d42121bf3
commit
208c52fda6
@ -146,7 +146,7 @@ PHP_RSHUTDOWN_FUNCTION(overload)
|
||||
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
|
||||
|
@ -307,7 +307,7 @@ PHP_RSHUTDOWN_FUNCTION(tokenizer)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user