Re: [PHP] Parse Error Suggestions?

2002-03-18 Thread Jason Wong
On Tuesday 19 March 2002 02:01, Mike At Spy wrote: > > On Mon, 18 Mar 2002, Mike At Spy wrote: > > > Anyone have any suggestions for getting better reporting on a generic > > > Parse Error? Code is falling to the end of the script, and I can't > > > find a problem anywhere. > > > > I'd guess you

RE: [PHP] Parse Error Suggestions?

2002-03-18 Thread Ben Edwards
Not sure exactly what your code is but if you try to pass a literal where a reference type parameter is defined this produces a blank page. function test( &$var ) { echo $var } if you call with test( "hello" ) you get NO output. Ben At 18:01 18/03/2002, Mike At Spy wrote: > > > > On Mon, 18

RE: [PHP] Parse Error Suggestions?

2002-03-18 Thread Mike At Spy
> > On Mon, 18 Mar 2002, Mike At Spy wrote: > > Anyone have any suggestions for getting better reporting on a generic > > Parse Error? Code is falling to the end of the script, and I can't find > > a problem anywhere. > > I'd guess you left a curly brace open. Try opening the file in an editor >

RE: [PHP] Parse Error Suggestions?

2002-03-18 Thread Darren Gamble
Good day, It's not really possible to have an error reporting function on a parse error. If there is a parse error, then the program can not be run, period. Darren Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2

Re: [PHP] Parse Error Suggestions?

2002-03-18 Thread mnc
On Mon, 18 Mar 2002, Mike At Spy wrote: > Anyone have any suggestions for getting better reporting on a generic > Parse Error? Code is falling to the end of the script, and I can't find > a problem anywhere. I'd guess you left a curly brace open. Try opening the file in an editor that lets you