fork download
  1. <?php
  2.  
  3. $nome->nome = "hahah";
  4.  
  5. echo $nome -> nome;
Success #stdin #stdout #stderr 0s 82560KB
stdin
Standard input is empty
stdout
hahah
stderr
PHP Warning:  Creating default object from empty value in /home/zu36OG/prog.php on line 3