From:             [EMAIL PROTECTED]
Operating system: linux debian
PHP version:      4.3.0
PHP Bug Type:     Class/Object related
Bug description:  crash without any error

when I try this

<?
        class test {
                function test(){
                        echo 'b';
                }
                function test($a){
                        echo 'a';
                }
        }

?>done

I minimized the problem, which I found with an old code using
FastTemplate

nothing happens - no errors, no warning, no output - just sending headers
and thats all

I am not sure if it is leagal code, but I'm sure it should get some error
or warning message at least, or work of course

I installed it on apache web server, but the cli version is working the
same way ( not working )

compiled the PHP with --enable-debug, and still no difference - no
messages of any kind
-- 
Edit bug report at http://bugs.php.net/?id=21467&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21467&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21467&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21467&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21467&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21467&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21467&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21467&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21467&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21467&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21467&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21467&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21467&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21467&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21467&r=gnused

Reply via email to