From: Andi Gutmans Date: Mon, 21 May 2001 15:27:11 +0000 (+0000) Subject: - EG's are passed automatically to internal functions. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d160031c7db4f24c2365d331c9a700fb9a2eae75;p=php - EG's are passed automatically to internal functions. --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 659187f3a5..45f12dbfd0 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2390,8 +2390,6 @@ PHP_FUNCTION(get_loaded_extensions) Return an array containing the names and values of all defined constants */ PHP_FUNCTION(get_defined_constants) { - ELS_FETCH(); - if (ZEND_NUM_ARGS() != 0) { WRONG_PARAM_COUNT; }