3v4l.org

run code in 300+ PHP versions simultaneously
<?php $output = '<div class="center"> <table border="0" cellpadding="3" width="600"> <tr><td class="e">ctype functions </td><td class="v">enabled </td></tr> </table><br /> <table></table>'; $output1 = preg_replace('#<table[^>]*>#', '<table class="table table-striped adminlist">', $output); echo $output . PHP_EOL . PHP_EOL . $output1;
Output for git.master, git.master_jit, rfc.property-hooks
<div class="center"> <table border="0" cellpadding="3" width="600"> <tr><td class="e">ctype functions </td><td class="v">enabled </td></tr> </table><br /> <table></table> <div class="center"> <table class="table table-striped adminlist"> <tr><td class="e">ctype functions </td><td class="v">enabled </td></tr> </table><br /> <table class="table table-striped adminlist"></table>

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