On Sat Sep 06 15:51:16 2008, julianalbo wrote:
> Sorry, the code I poste was bad. The valid form is:
> 
> $P1 = new ['Exception'], $P0  # create new exception object
> 

I've changed the example code to use the more common syntax without
brackets:
$P1 = new 'Exception', $P0
.  The code works now, so I'm resolving this ticket.

Reply via email to