3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json1 = json_decode('[{"id":"1","texto":"Vamos newells 17471934","fecha":"2019-06-24 12:09:12","categoria":"1","idpayment":"Reference_1561388952","provincia":"1","estado":"NO","email":"newells@gmail.com"}]',1); $json2 = json_decode('{"Texto":" VENDO O PERMUTO","imageJob":{"pathConvertido":"ClasificadosPNG/0011311247.png","convertido":true,"id":5011},"rubroClasificado":{"CodigoRubro":150,"id":76}}',1); $json1[] = $json2; print_r($json1); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [id] => 1 [texto] => Vamos newells 17471934 [fecha] => 2019-06-24 12:09:12 [categoria] => 1 [idpayment] => Reference_1561388952 [provincia] => 1 [estado] => NO [email] => newells@gmail.com ) [1] => Array ( [Texto] => VENDO O PERMUTO [imageJob] => Array ( [pathConvertido] => ClasificadosPNG/0011311247.png [convertido] => 1 [id] => 5011 ) [rubroClasificado] => Array ( [CodigoRubro] => 150 [id] => 76 ) ) )

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:
27.22 ms | 408 KiB | 5 Q