<?php $array = array('a','b'); $t = &$array; foreach($t as $value) if ($value == 'a') $t = array_merge($t, array('c')); else echo($value); var_dump($array);
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources