mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Clean-up
Remove a lot of 100% redundent code
This commit is contained in:
parent
a86a08cc06
commit
1093ed17fb
5 changed files with 56 additions and 164 deletions
|
@ -372,7 +372,7 @@ function_entry basic_functions[] = {
|
|||
PHP_FE(print_r, NULL)
|
||||
|
||||
PHP_FE(setcookie, NULL)
|
||||
PHP_NAMED_FE(header, PHP_FN(Header), NULL)
|
||||
PHP_FE(header, NULL)
|
||||
PHP_FE(headers_sent, NULL)
|
||||
|
||||
PHP_FE(connection_aborted, NULL)
|
||||
|
@ -857,7 +857,6 @@ PHP_RINIT_FUNCTION(basic)
|
|||
PHP_RINIT(lcg)(INIT_FUNC_ARGS_PASSTHRU);
|
||||
#endif
|
||||
|
||||
PHP_RINIT(head)(INIT_FUNC_ARGS_PASSTHRU);
|
||||
PHP_RINIT(filestat)(INIT_FUNC_ARGS_PASSTHRU);
|
||||
PHP_RINIT(syslog)(INIT_FUNC_ARGS_PASSTHRU);
|
||||
PHP_RINIT(assert)(INIT_FUNC_ARGS_PASSTHRU);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue