|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-03 11:50 UTC] waldschrott@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 15:00:01 2025 UTC |
<?php class c1 { function c1() { $this = new c2; } } class c2 extends c1 { } $c = new c1; ?> Under Windows i get "unknown software exception" (0xc00000fd)