Skip to content

Instantly share code, notes, and snippets.

@sashless
sashless / gist:7201213
Created October 28, 2013 17:41
php array_walk speedtest
Some speed tests
<?php
// Test results
$array1 = test('array_walk');
$array2 = test('array_walk_list_each');
$array3 = test('array_walk_foreach1');
$array4 = test('array_walk_foreach2');
// Check arrays for equal