3v4l.org

run code in 300+ PHP versions simultaneously
<?php $testArray = array('string'); $testArray2 = 'string'; $testArray = (array) $testArray; $testArray2 = (array) $testArray2: var_dump($testArray); var_dump($testArray2);
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.20, 5.5.0 - 5.5.4
Parse error: syntax error, unexpected ':' in /in/duUWm on line 9
Process exited with code 255.

preferences:
181.61 ms | 1395 KiB | 61 Q