fork download
  1. <?php
  2.  
  3. $arr = [
  4. 'test' => 123,
  5. ];
  6. echo (string)$arr;
Success #stdin #stdout #stderr 0.02s 25552KB
stdin
Standard input is empty
stdout
Array
stderr
PHP Notice:  Array to string conversion in /home/yLVFFJ/prog.php on line 6