3v4l.org

run code in 300+ PHP versions simultaneously
<?php $template = <<<EOF <!DOCTYPE html> <html lang="en"> <head> <meta charset="{{$__charset__}}"> <title>{{block:title}}My Site{{endblock}}</title> </head> <body> <h1>Header</h1> <ul> {{block:list}}{{endblock}} </ul> <hr> {{block:content}}{{endblock}} <hr> Footer </body> </html> EOF; var_dump(token_get_all($template));
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $__charset__ in /in/dWjmU on line 7 array(1) { [0]=> array(3) { [0]=> int(318) [1]=> string(337) "<!DOCTYPE html> <html lang="en"> <head> <meta charset="{}"> <title>{{block:title}}My Site{{endblock}}</title> </head> <body> <h1>Header</h1> <ul> {{block:list}}{{endblock}} </ul> <hr> {{block:content}}{{endblock}} <hr> Footer </body> </html>" [2]=> 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:
58.15 ms | 402 KiB | 8 Q