From:             tony2001 at phpclub dot net
Operating system: Linux 2.4.23
PHP version:      5CVS-2004-06-16 (dev)
PHP Bug Type:     Zend Engine 2 problem
Bug description:  Internal compiler error with self::$array[$i]();

Description:
------------
Internal compiler error.

Reproduce code:
---------------
<?php
class Foo{ 
        public function bar () { 
                self::$array[$ind]();
    } 
        
} 
?>

Expected result:
----------------
I'm even not expect it to work, but error message asked it to be reported,
so here I am =)


Actual result:
--------------
Fatal error: Internal compiler error - please report! in /www/index.php on
line 5

-- 
Edit bug report at http://bugs.php.net/?id=28801&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28801&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28801&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28801&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28801&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28801&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28801&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28801&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28801&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28801&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28801&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28801&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28801&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28801&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28801&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28801&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28801&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28801&r=float

Reply via email to