3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data['acountNumber'] = 45355433; $data['acountNumber'] = strval($data['acountNumber']); // converts numbers to string $accountNumber = str_split($data['acountNumber']); // split the string to array $accountNumber_0 = $accountNumber[0]; $accountNumber_1 = $accountNumber[1]; $accountNumber_2 = $accountNumber[2]; $accountNumber_3 = $accountNumber[3]; $accountNumber_4 = $accountNumber[4]; $accountNumber_5 = $accountNumber[5]; $accountNumber_6 = $accountNumber[6]; $accountNumber_7 = $accountNumber[7]; $accountNumber_8 = $accountNumber[8]; print_r($accountNumber);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key 8 in /in/ORAJq on line 15 Array ( [0] => 4 [1] => 5 [2] => 3 [3] => 5 [4] => 5 [5] => 4 [6] => 3 [7] => 3 )

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