3v4l.org

run code in 300+ PHP versions simultaneously
<?php $template = "select emp.* from employee emp" . " join departments dep on emp.id_department = dep.id" . " @{where}" . " @{order}" . " limit :limit offset :offset"; echo $template; $pattern = '/[^\\$]\\@\\{(\\w+)\\}/'; preg_match_all($pattern, $str, $matches);
Output for git.master, git.master_jit, rfc.property-hooks
select emp.* from employee emp join departments dep on emp.id_department = dep.id @{where} @{order} limit :limit offset :offset Warning: Undefined variable $str in /in/Egr7N on line 11 Deprecated: preg_match_all(): Passing null to parameter #2 ($subject) of type string is deprecated in /in/Egr7N on line 11

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