fork(1) download
  1. <?php
  2. $a = "test";
  3. echo "${$a ?? 'test'}";
Success #stdin #stdout #stderr 0.02s 24312KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined variable: test in /home/6s2EKX/prog.php on line 3