3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "http://google.at;www.davetrudes.com asdf http://www.youtube.com/user/davetrudes http://code.google.com/u/dave.trudes/"; $t = "regexbuddy.com www.regexbuddy.com http://regexbuddy.com cvc http://www.regexbuddy.com cvcv http://www.regexbuddy.com/ g http://www.regexbuddy.com/index.html f http://www.regexbuddy.com/index.html?source=library f You can download RegexBu ddy at http://www.regexbuddy.com/download.html. f 'www.domain.com/quoted URL with spaces' http://10.2.2.1.2/ttxx/txt/gg v support@regexbuddy.com"; $match = null; preg_match_all('/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+/', $t, $match); var_dump($match);
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { [0]=> array(7) { [0]=> string(21) "http://regexbuddy.com" [1]=> string(25) "http://www.regexbuddy.com" [2]=> string(26) "http://www.regexbuddy.com/" [3]=> string(36) "http://www.regexbuddy.com/index.html" [4]=> string(51) "http://www.regexbuddy.com/index.html?source=library" [5]=> string(40) "http://www.regexbuddy.com/download.html." [6]=> string(29) "http://10.2.2.1.2/ttxx/txt/gg" } }

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:
49.66 ms | 402 KiB | 8 Q