From:             [EMAIL PROTECTED]
Operating system: Win2000
PHP version:      4.1.1
PHP Bug Type:     WDDX related
Bug description:  Function  in get_defined_functions() array causing fatal error.

<?php
        $all = get_defined_functions();
        $internal = $all['internal'];
        if (in_array('wddx_packet_start',$internal)){
                $packet_id�=�wddx_packet_start("FORUM TREE");
                //Fatal error:  Call to undefined function:   wddx_packet_start() in
c:\apache\htdocs\a.php on line 5
        }
?>
-- 
Edit bug report at http://bugs.php.net/?id=15713&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15713&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15713&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15713&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15713&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15713&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15713&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15713&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15713&r=submittedtwice

Reply via email to