Commit 2b2d8ef7 authored by Hannes Magnusson's avatar Hannes Magnusson

Its a bit creepy seeing my family in bug reports

parent 57e05c13
...@@ -11,7 +11,7 @@ $hannes = [ ...@@ -11,7 +11,7 @@ $hannes = [
"citizen" => "Iceland", "citizen" => "Iceland",
]; ];
$hayley = [ $hayley = [
"name" => "Hayley", "name" => "Bayley",
"nick" => "Ninja", "nick" => "Ninja",
"citizen" => "USA", "citizen" => "USA",
]; ];
...@@ -55,7 +55,7 @@ try { ...@@ -55,7 +55,7 @@ try {
["citizen" => "Iceland"], ["citizen" => "Iceland"],
["comment" => "Excellent query"] ["comment" => "Excellent query"]
); );
echo "Searching for citizen => Iceland, verify Hayley is now Icelandic\n"; echo "Searching for citizen => Iceland, verify Bayley is now Icelandic\n";
foreach($cursor as $document) { foreach($cursor as $document) {
var_dump($document); var_dump($document);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment