3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = "[Code][WST-2587] hello world"; print($value); $trimPattern = '/^[”’"\'(<]*@?(.+?)[.”’"\'\,!?:;)>]*$/'; print($trimPattern); $projects = array('IC', 'WST'); print($projects); $calloutPattern = "/^(?:" . implode('|', $projects) . ")-[0-9]+$/"; print($calloutPattern); $words = preg_split('/(\s+)/', $value); print($words); $callouts = array(); print($callouts);
Output for git.master, git.master_jit, rfc.property-hooks
[Code][WST-2587] hello world/^[”’"'(<]*@?(.+?)[.”’"'\,!?:;)>]*$/ Warning: Array to string conversion in /in/fI73j on line 9 Array/^(?:IC|WST)-[0-9]+$/ Warning: Array to string conversion in /in/fI73j on line 13 Array Warning: Array to string conversion in /in/fI73j on line 15 Array

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