3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "2017 MODEL YEAR 6.7L POWER STROKE V8 DIESEL 6-SPEED AUTO TRANS 3.55 ELECTRONIC LOCKING AXLE FX4 OFF-ROAD PACKAGE .SKID PLATES 10000-lb. GVWR 20000-lb PACKAGE"; Preg_match("/(\d+)(\d{3})-lb/g", $string, $match); $find = $match[0]; $replace = $match[1] .",". $match[2] ."-lb"; Echo length($match); Echo str_replace($find, $replace, $string);
Output for 8.3.0 - 8.3.4, 8.3.6
Warning: preg_match(): Unknown modifier 'g' in /in/WdlMP on line 5 Warning: Trying to access array offset on null in /in/WdlMP on line 7 Warning: Trying to access array offset on null in /in/WdlMP on line 8 Warning: Trying to access array offset on null in /in/WdlMP on line 8 Fatal error: Uncaught Error: Call to undefined function length() in /in/WdlMP:10 Stack trace: #0 {main} thrown in /in/WdlMP on line 10
Process exited with code 255.
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 Warning: preg_match(): Unknown modifier 'g' in /in/WdlMP on line 5 Warning: Trying to access array offset on null in /in/WdlMP on line 7 Warning: Trying to access array offset on null in /in/WdlMP on line 8 Warning: Trying to access array offset on null in /in/WdlMP on line 8 Fatal error: Uncaught Error: Call to undefined function length() in /in/WdlMP:10 Stack trace: #0 {main} thrown in /in/WdlMP on line 10
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: preg_match(): Unknown modifier 'g' in /in/WdlMP on line 5 Warning: Trying to access array offset on value of type null in /in/WdlMP on line 7 Warning: Trying to access array offset on value of type null in /in/WdlMP on line 8 Warning: Trying to access array offset on value of type null in /in/WdlMP on line 8 Fatal error: Uncaught Error: Call to undefined function length() in /in/WdlMP:10 Stack trace: #0 {main} thrown in /in/WdlMP on line 10
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Warning: preg_match(): Unknown modifier 'g' in /in/WdlMP on line 5 Notice: Trying to access array offset on value of type null in /in/WdlMP on line 7 Notice: Trying to access array offset on value of type null in /in/WdlMP on line 8 Notice: Trying to access array offset on value of type null in /in/WdlMP on line 8 Fatal error: Uncaught Error: Call to undefined function length() in /in/WdlMP:10 Stack trace: #0 {main} thrown in /in/WdlMP on line 10
Process exited with code 255.
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33
Warning: preg_match(): Unknown modifier 'g' in /in/WdlMP on line 5 Fatal error: Uncaught Error: Call to undefined function length() in /in/WdlMP:10 Stack trace: #0 {main} thrown in /in/WdlMP on line 10
Process exited with code 255.

preferences:
205.57 ms | 402 KiB | 200 Q