3v4l.org

run code in 300+ PHP versions simultaneously
<?php $testArray = array('percy' => 'string'); $testArray2 = 'string'; $testArray = (array) $testArray; $testArray2 = (array) $testArray2; var_dump($testArray); var_dump($testArray2);

preferences:
49.53 ms | 402 KiB | 5 Q