Diff for /embedaddon/php/ext/standard/tests/array/array_walk_recursive_basic2.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:03 version 1.1.1.2, 2013/07/22 01:32:05
Line 25  function test_alter(&$item, $key, $prefix) Line 25  function test_alter(&$item, $key, $prefix)
   // with proper type    // with proper type
   var_dump($item); // value    var_dump($item); // value
   var_dump($key);  // key    var_dump($key);  // key
  var_dump($prefix); // additional agument passed to callback function  var_dump($prefix); // additional argument passed to callback function
   echo "\n"; // new line to separate the output between each element    echo "\n"; // new line to separate the output between each element
 }  }
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>