3v4l.org

run code in 300+ PHP versions simultaneously
<?php $content = '<li><a href="http://v.360.cn/dianying/index.html">电 影</a></li> <li><a href="http://v.360.cn/dianshi/index.html">电视剧</a></li> <li><a href="http://v.360.cn/zongyi/index.php">综 艺</a></li> <li><a href="http://v.360.cn/yule/index.html">娱 乐</a></li> <li><a href="http://v.360.cn/dongman/index.php">动 漫</a></li> <li><a href="http://v.360.cn/live">电视直播</a></li>'; preg_match_all("/(?<=href=\")[^\"]*/", $content, $data); var_dump($data);
Output for git.master, git.master_jit, rfc.property-hooks
array(1) { [0]=> array(6) { [0]=> string(35) "http://v.360.cn/dianying/index.html" [1]=> string(34) "http://v.360.cn/dianshi/index.html" [2]=> string(32) "http://v.360.cn/zongyi/index.php" [3]=> string(31) "http://v.360.cn/yule/index.html" [4]=> string(33) "http://v.360.cn/dongman/index.php" [5]=> string(20) "http://v.360.cn/live" } }

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.26 ms | 402 KiB | 8 Q