3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "---------------------password check----------------------- \n"; $str1="JamesBlunt32"; if(preg_match("/\A(?=\w{6,12}\z)(?=[^a-z]*[a-z])(?:[^A-Z]*[A-Z])(\D*\d.*)\z/", $str1)==1){ echo "Password valid \n"; } else echo "Password invalid \n";
Output for git.master, git.master_jit, rfc.property-hooks
---------------------password check----------------------- Password valid

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