Skip to content

Commit

Permalink
Little fix in arrayVsClass example
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmart committed Jul 1, 2014
1 parent d3040bc commit 4a3cbde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/arrayVsClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Test {

$bench
->register('plain array', 'Plain Array', function() {
$a = array();
$a["field0"] = 0;
$a["field1"] = 1;
$a["field2"] = 2;
Expand Down

0 comments on commit 4a3cbde

Please sign in to comment.