Browse Source

beautify

PHP-4.0.5
Thies C. Arntzen 26 years ago
parent
commit
c183168481
  1. 4
      ext/standard/basic_functions.c

4
ext/standard/basic_functions.c

@ -747,12 +747,12 @@ PHP_GINIT_FUNCTION(basic)
PHP_MINFO_FUNCTION(basic)
{
php_info_print_table_start();
php_info_print_table_start();
PHP_MINFO(regex)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU);
PHP_MINFO(dl)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU);
PHP_MINFO(mail)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU);
php_info_print_table_end();
PHP_MINFO(assert)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU);
php_info_print_table_end();
}
/* {{{ proto int ip2long(string ip_address)

Loading…
Cancel
Save