]> granicus.if.org Git - php/commitdiff
- EG's are passed automatically to internal functions.
authorAndi Gutmans <andi@php.net>
Mon, 21 May 2001 15:27:11 +0000 (15:27 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 21 May 2001 15:27:11 +0000 (15:27 +0000)
ext/standard/basic_functions.c

index 659187f3a50230211558dc7f532cfc50db1d6930..45f12dbfd07abf929302b97cfe132e00f22456b0 100644 (file)
@@ -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;
        }