3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '-41.350ý-40.490ý-44.800ý-44.620ý-31.250ý-29.620ý-43.450ý-42.250ý-42.570ý-41.140ý-42.060ý-41.380ý-40.490ý-45.960ý-31.960ý-44.920ý-45.890ý-45.930ý-39.670ý-44.040ý-42.870ý-28.368ý-17.012ý-43.550ý-45.390ý-44.500ý-45.850ý-44.640ý-32.630ý-33.320ý-34.980ý-39.590'; print_r( explode('ý', $string) );
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Array ( [0] => -41.350 [1] => -40.490 [2] => -44.800 [3] => -44.620 [4] => -31.250 [5] => -29.620 [6] => -43.450 [7] => -42.250 [8] => -42.570 [9] => -41.140 [10] => -42.060 [11] => -41.380 [12] => -40.490 [13] => -45.960 [14] => -31.960 [15] => -44.920 [16] => -45.890 [17] => -45.930 [18] => -39.670 [19] => -44.040 [20] => -42.870 [21] => -28.368 [22] => -17.012 [23] => -43.550 [24] => -45.390 [25] => -44.500 [26] => -45.850 [27] => -44.640 [28] => -32.630 [29] => -33.320 [30] => -34.980 [31] => -39.590 )
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Array ( [0] => -41.350 [1] => -40.490 [2] => -44.800 [3] => -44.620 [4] => -31.250 [5] => -29.620 [6] => -43.450 [7] => -42.250 [8] => -42.570 [9] => -41.140 [10] => -42.060 [11] => -41.380 [12] => -40.490 [13] => -45.960 [14] => -31.960 [15] => -44.920 [16] => -45.890 [17] => -45.930 [18] => -39.670 [19] => -44.040 [20] => -42.870 [21] => -28.368 [22] => -17.012 [23] => -43.550 [24] => -45.390 [25] => -44.500 [26] => -45.850 [27] => -44.640 [28] => -32.630 [29] => -33.320 [30] => -34.980 [31] => -39.590 )

preferences:
171.3 ms | 403 KiB | 173 Q