Posted by Jerry Stuckle on 12/16/31 11:57
M D wrote:
> "Tony Marston" <tony@NOSPAM.demon.co.uk> wrote in message
> news:edjpoq$599$1$8300dec7@news.demon.co.uk...
>
>>You are talking absolute crap. If you have a syntax error then PHP will
>>choke as soon as you attempt to run that script. As well as describing the
>>error it will also tell you the line number where it occurred. This
>>assumes of course that you have RTFM and set the following in your php.ini
>>file:
>>
>>display_errors = On
>>error_reporting = E_ALL
>>
>>--
>>Tony Marston
>>
>>http://www.tonymarston.net
>>http://www.radicore.org
>>
>>
>
> Maybe it depends on the everybody's preference.
>
> For my case I don't want to wait until you run the script.
> I want to fix my syntax error as i create a class or bean.
>
> MD
>
>
>
>
And how do you detect Java errors without compiling the code?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|