3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result = array('attention', 0, 'danger'); echo $result; echo "\58"; for ($t=0; $t<128; $t++) $result .= chr($t); echo "strlen = ".strlen($result)."\n"; echo "Result = ".$result."\n";
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Array to string conversion in /in/3FrTb on line 4 Array8 Warning: Array to string conversion in /in/3FrTb on line 8 strlen = 133 Result = Array  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Output for 5.4.0 - 5.4.27, 5.4.34 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Array to string conversion in /in/3FrTb on line 4 Array8 Notice: Array to string conversion in /in/3FrTb on line 8 strlen = 133 Result = Array  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.28, 7.3.32 - 7.3.33
Array8strlen = 133 Result = Array  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Output for 5.4.32
Notice: Array to string conversion in /in/3FrTb on line 4 Array8 Notice: Array to string conversion in /in/3FrTb on line 8 strlen = 133 Result = Array5.4.323FrTb  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Output for 5.4.31
Notice: Array to string conversion in /in/3FrTb on line 4 Array8 Notice: Array to string conversion in /in/3FrTb on line 8 strlen = 133 Result = Array5.4.313FrTb  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Output for 5.4.30
Notice: Array to string conversion in /in/3FrTb on line 4 Array8 Notice: Array to string conversion in /in/3FrTb on line 8 strlen = 133 Result = Array5.4.303FrTb  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Output for 5.4.29
Notice: Array to string conversion in /in/3FrTb on line 4 Array8 Notice: Array to string conversion in /in/3FrTb on line 8 strlen = 133 Result = Array5.4.293FrTb  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Output for 5.4.28
Notice: Array to string conversion in /in/3FrTb on line 4 Array8 Notice: Array to string conversion in /in/3FrTb on line 8 strlen = 133 Result = Array5.4.283FrTb  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Output for 5.3.29
Array8strlen = 133 Result = Array5.3.293FrTb  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

preferences:
281.07 ms | 401 KiB | 329 Q