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. .380 ACP 195 gr. Target"; $strstart = strcspn($ammunition,"gr"); $substr = substr($ammunition,$strstart-4,4); $grains = filter_var(substr($ammunition,$strstart-4,4),FILTER_SANITIZE_NUMBER_INT); echo '['.$power_factor.'] ['.$strstart.'] ['.$substr.'] ['.$grains.']';
Output for git.master, git.master_jit, rfc.property-hooks
[175] [20] [195 ] [195]

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:
63.36 ms | 401 KiB | 8 Q