| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2003-01-06 11:37 UTC] ceco at noxis dot net
  [2003-01-06 16:24 UTC] iliaa@php.net
  [2003-01-07 03:32 UTC] ceco at noxis dot net
  [2003-01-07 03:48 UTC] derick@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 08:00:01 2025 UTC | 
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