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 = [
"citizen" => "Iceland",
];
$hayley = [
"name" => "Hayley",
"name" => "Bayley",
"nick" => "Ninja",
"citizen" => "USA",
];
......@@ -55,7 +55,7 @@ try {
["citizen" => "Iceland"],
["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) {
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