3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array('918xxxxxx', '9196xxxxxx', '919xxxxx'); $messages = array('sender' => "akhil", 'messages' => array() ); $i = 0; while ($i < count($data)) { $messages['messages'][] = array('number' => $data[$i], 'text' => rawurlencode('Hello,.........')); $i++; } print_r($messages);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [sender] => akhil [messages] => Array ( [0] => Array ( [number] => 918xxxxxx [text] => Hello%2C......... ) [1] => Array ( [number] => 9196xxxxxx [text] => Hello%2C......... ) [2] => Array ( [number] => 919xxxxx [text] => Hello%2C......... ) ) )

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:
113.99 ms | 407 KiB | 5 Q