3v4l.org

run code in 300+ PHP versions simultaneously
<?php $q = <<<EOSRT Beginning of text <table data-replace-style-on-save="table"> <thead style="border: 1px solid rgb(204, 204, 204); padding: 3px; vertical-align: top;"> <tr> <th>Name</th> <th>Storage Size</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td> <tt>bytea</tt> </td> <td> 1 or 4 bytes plus the actual binary string </td> <td> variable-length binary string </td> </tr> </tbody> </table> &nbsp;End of text <br> EOSRT; var_dump( strip_tags($q) );
Output for git.master, git.master_jit, rfc.property-hooks
string(234) "Beginning of text Name Storage Size Description bytea 1 or 4 bytes plus the actual binary string variable-length binary string &nbsp;End of text "

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