|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-06-19 18:54 UTC] stas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Oct 26 23:00:02 2025 UTC |
By accident I wrote the following member function in a class, of course it should not read "$this->query( $query )": <?php class foo { function query( $query ) { if( $this->query( $query ) ) { return true; } } } $bar = new foo(); $bar->query( "test" ); ?> But I find the behaviour of PHP odd, as I get a "unknown software exception (0xc00000fd)" in php.exe on Windows 2000 Professional with the latest snapshot of php-4.0.1-dev.