ID:               16080
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Analyzed
-Bug Type:         *General Issues
+Bug Type:         Scripting Engine problem
 Operating System: Linux
 PHP Version:      4.1.1
 New Comment:

Reproduced with latest CVS.



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

[2002-03-14 14:38:04] [EMAIL PROTECTED]

following php code give me a segmention fault:

<?php

  function th($page)
  {
    $page="more as 5 Characters. Stack Problem?";
    return $page;
  }

ob_start("th");
  echo "12345";
ob_end_flush();
?>


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


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

Reply via email to