Posted by Jerry Stuckle on 01/13/08 04:05
Peter Pei wrote:
> Try the following to see it
> <?php
> class A {
> }
> function foo(A $a = 1) {
> ;
> }
> foo();
> ?>
>
So, what is your error? I'm not necessarily running the same version as
you.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|