3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "Reman. 9mm Luger 125 gr. Match"; if(preg_match('/(9mm Luger|40 S&W|45 ACP)(.*Match)/',$string,$matches)){ $power_factor = 175; }else{ $power_factor = 0; } $ammunition = "Reman. 9mm Luger 115 gr. Target"; $grains = filter_var(substr($ammunition,$strcspn($ammunition,"gr")-4,4),FILTER_SANITIZE_NUMBER_INT); echo '['.$power_factor.'] ['.$grains.']';
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $strcspn in /in/CLbj1 on line 9 Fatal error: Uncaught Error: Value of type null is not callable in /in/CLbj1:9 Stack trace: #0 {main} thrown in /in/CLbj1 on line 9
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
55.78 ms | 401 KiB | 8 Q