3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "Raphaƫl said you aren't coming home."; function isValidLength($text, $length) { return $length <= preg_match_all("~[\pL\pM'-]+~u", $text); } var_export( [ 5 => isValidLength($text, 5), 6 => isValidLength($text, 6), 7 => isValidLength($text, 7), ] );
Output for git.master, git.master_jit, rfc.property-hooks
array ( 5 => true, 6 => true, 7 => false, )

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.44 ms | 401 KiB | 8 Q