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"] ;
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?
XYplorer Beta Club