We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f01532 commit 1525738Copy full SHA for 1525738
tests/data/app/data.php
@@ -30,7 +30,7 @@ public static function clean()
30
protected static function load()
31
{
32
$data = file_get_contents(__DIR__.self::$filename);
33
- $data = $data ? unserialize($data) : $data = array();
+ $data = $data ? unserialize($data) : array();
34
if (!is_array($data)) $data = array();
35
return $data;
36
}
tests/data/app/db
@@ -1 +1 @@
1
-a:0:{}
+a:4:{s:6:"params";a:0:{}s:5:"query";a:0:{}s:4:"form";a:4:{s:8:"wireless";s:5:"mouse";s:6:"coffee";s:1:"0";s:3:"tea";s:1:"1";s:7:"vanilla";s:2:"on";}s:5:"files";a:0:{}}
0 commit comments