ID:               35044
 Comment by:       ihanic at yahoo dot com
 Reported By:      boris at psyonline dot ru
 Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Linux 2.6.14-rc2
 PHP Version:      5.0.5
 New Comment:

sorry, this bag exists only in cvs version PHP_5_0 04.13.2005
all works fine with current php version.


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

[2005-11-01 11:18:30] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

Couldn't reproduce with current CVS version. 

------------------------------------------------------------------------

[2005-11-01 10:59:06] boris at psyonline dot ru

Description:
------------
Server not found. Segmentation fault

Reproduce code:
---------------
<?php
    function any_func () { 
       return "any_func";
    } 

    $any_var = "any_value";
    switch ($any_var) { 
       default:
          class any_class {  
             function any_class_func() {  
               echo "any_class_func ".any_func()."";
             } 
          } 
          
          $any_class = new any_class();
          $any_class->any_class_func(); 
    } 
?>

Expected result:
----------------
any_class_func any_func

Actual result:
--------------
Server not found. Segmentation fault


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35044&edit=1

Reply via email to