mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Beautify.
This commit is contained in:
parent
6d42121bf3
commit
208c52fda6
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue