3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pattern = [ '#ModDate\(D:.+?\)#iS', '#CreationDate\(D:.+?\)>>#iS', '#<(?:\w+>\s*)?<\w+>]/Info 12 0 R/Size 13>>#iS' ]; $test = [ '<<6406385b76f6aff658f99ae741311613>]/Info 12 0 R/Size 13>>', '<<386b495366514f47b43ebdafdcdfb880>]/Info 12 0 R/Size 13>>' ]; foreach ($test as $t) { foreach ($pattern as $p) { var_dump(preg_match($p, $t)); } };
Output for git.master, git.master_jit, rfc.property-hooks
int(0) int(0) int(1) int(0) int(0) int(1)

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