FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Parse error: syntax error, unexpected T_VARIABLE
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Parse error: syntax error, unexpected T_VARIABLE [message #177326 is a reply to message #177325] Sat, 10 March 2012 19:07 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 3/10/2012 2:06 PM, Jerry Stuckle wrote:
> On 3/10/2012 9:57 AM, Une BĂ©vue wrote:
>> at line :
>> public static $JAR=$_SERVER['DOCUMENT_ROOT'] .
>> '/AB2Html/Builder/saxon9he.jar';
>>
>> i got the error :
>> Parse error: syntax error, unexpected T_VARIABLE
>>
>> this is inside a class.
>>
>> if i test the above line apart, in another script, outside any class, i
>> get NO error.
>>
>> then, is that forbiden using such a variable "$_SERVER['DOCUMENT_ROOT'"
>> inside a class ?
>>
>> the purpose of using it is to allow my script working on both ubuntu and
>> Mac OS X.
>
> You can only initialize a static to a literal. This is not a literal.
>
> You can do it - you just need to do it in the constructor.
>

I should say a literal or other constant.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: combobox
Next Topic: Stats comp.lang.php (last 7 days)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Nov 25 23:06:42 GMT 2024

Total time taken to generate the page: 0.07799 seconds