b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/
File Upload :
Current File : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/bug01520.inc

<?php
$obj = new stdClass;

$dash = "with-dash-char";
$obj->$dash = 42;

$square = "with['square']";
$obj->$square = 43;

$brace = "{with";
$obj->$brace = 45;

$close = "{wi\"th";
$obj->$close = 46;

$square2 = "two['square']";
$obj->$square2 = [ $close => 4, $brace => 5 ];

echo $name, "\n";
?>

Copyright © 2019 by b0y-101