ID:               21467
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Class/Object related
 Operating System: linux debian
 PHP Version:      4.3.0
 New Comment:

forgot to mention that the version it worked correctly is 4.1.2

(if can be defined correctly at all, i mean the script was working)


Previous Comments:
------------------------------------------------------------------------

[2003-01-06 11:34:26] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=21467&edit=1

Reply via email to