SC array - syntax error with v24.50.100

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
pirgygab
Posts: 25
Joined: 05 Feb 2013 23:07

SC array - syntax error with v24.50.100

Post by pirgygab »

Hello

v24.50.100 shows a syntax error whereas v24.50 was OK:

Code: Select all

	$name = array("cat"=>"pussy","catanddog"=>"rex");
	$name["catanddog"] = "other dog :" ;
	$name["cat"] = $name["catanddog"] . "snoopy" ;
	echo $name["cat"] ;
=> Dubious syntax: catanddog
but result of echo is OK: "other dog :snoopy"

If "catanddog" is replaced by something else, e.g. "dog", all is OK.
Is it related to v24.50.0013?

admin
Site Admin
Posts: 66551
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: SC array - syntax error with v24.50.100

Post by admin »

Confirmed. :tup: Fix comes.

pirgygab
Posts: 25
Joined: 05 Feb 2013 23:07

Re: SC array - syntax error with v24.50.100

Post by pirgygab »

OK, fixed in v24.50.0116
Thanks

Post Reply