3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = file_get_contents('http://www.escritoriosorriso.com.br/'); preg_match_all('/ORES-->(.+)<!--/s', $url, $conteudo); $exibir = $conteudo[0][0]; $retirar = array('mais moedas','atas Copom','mais detalhes','ORES-->','<!--'); $exibir = str_replace($retirar, '', $exibir); echo $exibir;
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for www.escritoriosorriso.com.br failed: System error in /in/J2adv on line 2 Warning: file_get_contents(http://www.escritoriosorriso.com.br/): Failed to open stream: php_network_getaddresses: getaddrinfo for www.escritoriosorriso.com.br failed: System error in /in/J2adv on line 2 Warning: Undefined array key 0 in /in/J2adv on line 4 Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/J2adv on line 6

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