PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php class Test { public string $key = 'hello world; } $key = 'key'; $test = new Test(); echo $test->$key;
Show:  
Copy Clear