From:             kester dot everts at wanadoo dot nl
Operating system: Windows XP Professional (SP1)
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     Reproducible crash
Bug description:  Crash when nesting classes

Description:
------------
When nesting a class within another class function, PHP crashes.
I have PHP running on an Apache2 (2.0.47) server as a module.
Changes in my php.ini, different from php.ini-dist are my SMTP server
setting, my error reporting level setting to E_ALL and the floating point
number precision to 14. No exentions are enabled.

Reproduce code:
---------------
class foo {
 function bar() {
  //here comes the line of doom:
  class my_class {}
 }
}


Expected result:
----------------
I expected PHP to return a fatal error which says that classes cannot be
nested.

Actual result:
--------------
PHP crashed...
I am using Windows, so I have not got a backtrace. I have sent an error
report to Microsoft; maybe that helps.

-- 
Edit bug report at http://bugs.php.net/?id=26065&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26065&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26065&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26065&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26065&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26065&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26065&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26065&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26065&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26065&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26065&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26065&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26065&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26065&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26065&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26065&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26065&r=float

Reply via email to