3v4l.org

run code in 300+ PHP versions simultaneously
<?php $categorias = array(array('nome'=>'Corte','valor'=>'corte'),array('nome'=>'Tintura','valor'=>'tintura'),array('nome'=>'Tratamento Capilar','valor'=>'tratamentocapilar'),array('nome'=>'Tratamento de Pele','valor'=>'tartamentopele'),array('nome'=>'Unhas','valor'=>'unhas'),array('nome'=>'Depilação','valor'=>'depilacao'),array('nome'=>'Estética','valor'=>'estetica'),array('nome'=>'Penteado','valor'=>'penteado'),array('nome'=>'Maquiagem','valor'=>'maquiagem'),array('nome'=>'Outros','valor'=>'outros')); foreach( $categorias as $categoria ): echo $categoria['valor']; echo $categoria['nome']; endforeach; ?>
Output for git.master, git.master_jit, rfc.property-hooks
corteCortetinturaTinturatratamentocapilarTratamento CapilartartamentopeleTratamento de PeleunhasUnhasdepilacaoDepilaçãoesteticaEstéticapenteadoPenteadomaquiagemMaquiagemoutrosOutros

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:
54.56 ms | 401 KiB | 8 Q