From 651cea08f01760334bf6b828642d97e331842963 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 7 Jan 2003 11:37:09 +0000 Subject: [PATCH] whitespace --- ext/standard/basic_functions.c | 86 +++++++++++++++++----------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 001849f17d..70054b93c7 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -1029,38 +1029,38 @@ PHP_MINIT_FUNCTION(basic) register_html_constants(INIT_FUNC_ARGS_PASSTHRU); register_string_constants(INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(regex) (INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(file) (INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(pack) (INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(browscap) (INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(standard_filters) (INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(user_filters) (INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(regex)(INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(file)(INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(pack)(INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(browscap)(INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(standard_filters)(INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(user_filters)(INIT_FUNC_ARGS_PASSTHRU); #if defined(HAVE_LOCALECONV) && defined(ZTS) - PHP_MINIT(localeconv) (INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(localeconv)(INIT_FUNC_ARGS_PASSTHRU); #endif #if defined(HAVE_NL_LANGINFO) - PHP_MINIT(nl_langinfo) (INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(nl_langinfo)(INIT_FUNC_ARGS_PASSTHRU); #endif #if HAVE_CRYPT - PHP_MINIT(crypt) (INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(crypt)(INIT_FUNC_ARGS_PASSTHRU); #endif - PHP_MINIT(lcg) (INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(lcg)(INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(dir) (INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(dir)(INIT_FUNC_ARGS_PASSTHRU); #ifdef HAVE_SYSLOG_H - PHP_MINIT(syslog) (INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(syslog)(INIT_FUNC_ARGS_PASSTHRU); #endif - PHP_MINIT(array) (INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(assert) (INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(url_scanner_ex) (INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(proc_open) (INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(array)(INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(assert)(INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(url_scanner_ex)(INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(proc_open)(INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(user_streams) (INIT_FUNC_ARGS_PASSTHRU); - PHP_MINIT(imagetypes) (INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(user_streams)(INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(imagetypes)(INIT_FUNC_ARGS_PASSTHRU); php_register_url_stream_wrapper("php", &php_stream_php_wrapper TSRMLS_CC); #ifndef PHP_CURL_URL_WRAPPERS @@ -1074,7 +1074,7 @@ PHP_MINIT_FUNCTION(basic) #if HAVE_RES_SEARCH && !(defined(__BEOS__)||defined(PHP_WIN32) || defined(NETWARE)) # if HAVE_DNS_FUNCS - PHP_MINIT(dns) (INIT_FUNC_ARGS_PASSTHRU); + PHP_MINIT(dns)(INIT_FUNC_ARGS_PASSTHRU); # endif #endif @@ -1102,15 +1102,15 @@ PHP_MSHUTDOWN_FUNCTION(basic) UNREGISTER_INI_ENTRIES(); - PHP_MSHUTDOWN(regex) (SHUTDOWN_FUNC_ARGS_PASSTHRU); - PHP_MSHUTDOWN(browscap) (SHUTDOWN_FUNC_ARGS_PASSTHRU); - PHP_MSHUTDOWN(array) (SHUTDOWN_FUNC_ARGS_PASSTHRU); - PHP_MSHUTDOWN(assert) (SHUTDOWN_FUNC_ARGS_PASSTHRU); - PHP_MSHUTDOWN(url_scanner_ex) (SHUTDOWN_FUNC_ARGS_PASSTHRU); - PHP_MSHUTDOWN(file) (SHUTDOWN_FUNC_ARGS_PASSTHRU); - PHP_MSHUTDOWN(standard_filters) (SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_MSHUTDOWN(regex)(SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_MSHUTDOWN(browscap)(SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_MSHUTDOWN(array)(SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_MSHUTDOWN(assert)(SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_MSHUTDOWN(url_scanner_ex)(SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_MSHUTDOWN(file)(SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_MSHUTDOWN(standard_filters)(SHUTDOWN_FUNC_ARGS_PASSTHRU); #if defined(HAVE_LOCALECONV) && defined(ZTS) - PHP_MSHUTDOWN(localeconv) (SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_MSHUTDOWN(localeconv)(SHUTDOWN_FUNC_ARGS_PASSTHRU); #endif return SUCCESS; @@ -1144,17 +1144,17 @@ PHP_RINIT_FUNCTION(basic) BG(user_shutdown_function_names) = NULL; #if HAVE_CRYPT - PHP_RINIT(crypt) (INIT_FUNC_ARGS_PASSTHRU); + PHP_RINIT(crypt)(INIT_FUNC_ARGS_PASSTHRU); #endif - PHP_RINIT(lcg) (INIT_FUNC_ARGS_PASSTHRU); + PHP_RINIT(lcg)(INIT_FUNC_ARGS_PASSTHRU); - PHP_RINIT(filestat) (INIT_FUNC_ARGS_PASSTHRU); + PHP_RINIT(filestat)(INIT_FUNC_ARGS_PASSTHRU); #ifdef HAVE_SYSLOG_H - PHP_RINIT(syslog) (INIT_FUNC_ARGS_PASSTHRU); + PHP_RINIT(syslog)(INIT_FUNC_ARGS_PASSTHRU); #endif - PHP_RINIT(dir) (INIT_FUNC_ARGS_PASSTHRU); - PHP_RINIT(url_scanner_ex) (INIT_FUNC_ARGS_PASSTHRU); + PHP_RINIT(dir)(INIT_FUNC_ARGS_PASSTHRU); + PHP_RINIT(url_scanner_ex)(INIT_FUNC_ARGS_PASSTHRU); /* Reset magic_quotes_runtime */ PG(magic_quotes_runtime) = INI_BOOL("magic_quotes_runtime"); @@ -1182,14 +1182,14 @@ PHP_RSHUTDOWN_FUNCTION(basic) } STR_FREE(BG(locale_string)); - PHP_RSHUTDOWN(fsock) (SHUTDOWN_FUNC_ARGS_PASSTHRU); - PHP_RSHUTDOWN(filestat) (SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_RSHUTDOWN(fsock)(SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_RSHUTDOWN(filestat)(SHUTDOWN_FUNC_ARGS_PASSTHRU); #ifdef HAVE_SYSLOG_H - PHP_RSHUTDOWN(syslog) (SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_RSHUTDOWN(syslog)(SHUTDOWN_FUNC_ARGS_PASSTHRU); #endif - PHP_RSHUTDOWN(assert) (SHUTDOWN_FUNC_ARGS_PASSTHRU); - PHP_RSHUTDOWN(url_scanner_ex) (SHUTDOWN_FUNC_ARGS_PASSTHRU); - PHP_RSHUTDOWN(streams) (SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_RSHUTDOWN(assert)(SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_RSHUTDOWN(url_scanner_ex)(SHUTDOWN_FUNC_ARGS_PASSTHRU); + PHP_RSHUTDOWN(streams)(SHUTDOWN_FUNC_ARGS_PASSTHRU); if (BG(user_tick_functions)) { zend_llist_destroy(BG(user_tick_functions)); @@ -1226,11 +1226,11 @@ PHP_RSHUTDOWN_FUNCTION(basic) PHP_MINFO_FUNCTION(basic) { 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_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_MINFO(assert)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU); } -- 2.40.0