|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-03 18:09 UTC] zak@php.net
[2001-02-03 19:00 UTC] t dot stinner at billiton dot de
[2001-02-20 01:34 UTC] andre@php.net
[2001-06-12 12:41 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 08:00:02 2025 UTC |
This code snippet: class test { function test(&$test1=false) { } } gives me Parse error - parse error, expecting `')'' on the line with the constructor (function ...) shouldn't this work (or at least return a useful error)?