3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "ʪ֣ãdÅìÐÄš³·¿­ÉÁÊg¡¸Ší¿ÃÐgdÁ®›¶œ¸˜Ïg¹¥ç"; $esc = preg_replace( '~([^a-z0-9])~u','\\\$1',$str ); var_dump( $esc );
Output for git.master, git.master_jit, rfc.property-hooks
string(111) "\Ê\ª\Ö\£\ãd\Å\ì\Ð\Ä\š\³\·\¿\­\É\Á\Êg\¡\¸\Š\í\¿\Ã\Ðgd\Á\®\›\¶\œ\¸\˜\Ïg\¹\¥\ç"

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.19 ms | 401 KiB | 8 Q