3v4l.org

run code in 300+ PHP versions simultaneously
<?php $length = "8,2" $column = []; list($column['numeric_precision'], $column['numeric_scale']) = explode(',', $length); var_dump($column);
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16, 7.0.0
Parse error: syntax error, unexpected '$column' (T_VARIABLE) in /in/ZqvI3 on line 4
Process exited with code 255.

preferences:
158.13 ms | 1395 KiB | 24 Q