> On Jun 19, 4:22 pm, ctx2002 <[email protected]> wrote:
> > I just discovered this today, after used PHP for 4 years!!!
> > but i can not find any reference in  PHP document.

Fairly good odds you *have* been doing something like this already :)

The parser sees it pretty much the same as it would this:

function x() {
  if ( $a ) {
    include('a.class.php');
  }
}


--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to