Lines Matching refs:unserialize

11 var_dump(unserialize('i:0;', ['max_depth' => 'foo']));
12 var_dump(unserialize('i:0;', ['max_depth' => -1]));
15 var_dump(unserialize(
19 var_dump(unserialize(
25 var_dump(unserialize(
29 var_dump(unserialize(
37 var_dump(unserialize(create_nested_data(128, 'a:1:{i:0;', '}')) !== false);
38 var_dump(unserialize(create_nested_data(129, 'a:1:{i:0;', '}')));
42 var_dump(unserialize(
46 var_dump(unserialize(
59 public function unserialize($str) {
61 var_dump(unserialize(create_nested_data(129, 'a:1:{i:0;', '}')));
63 var_dump(unserialize(create_nested_data(128, 'a:1:{i:0;', '}')) !== false);
66 echo "Nested unserialize combined depth limit:\n";
67 var_dump(is_array(unserialize(
76 public function unserialize($str) {
79 var_dump(unserialize(
83 var_dump(unserialize(
89 echo "Nested unserialize overridden depth limit:\n";
90 var_dump(is_array(unserialize(
99 Warning: unserialize(): max_depth should be int in %s on line %d
102 Warning: unserialize(): max_depth cannot be negative in %s on line %d
107 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
109 Notice: unserialize(): Error at offset 1157 of 1294 bytes in %s on line %d
114 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
116 Notice: unserialize(): Error at offset 2834 of 2971 bytes in %s on line %d
121 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
123 Notice: unserialize(): Error at offset 1157 of 1294 bytes in %s on line %d
128 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
130 Notice: unserialize(): Error at offset 2309 of 2574 bytes in %s on line %d
132 Nested unserialize combined depth limit:
134 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
136 Notice: unserialize(): Error at offset 1157 of 1294 bytes in %s on line %d
140 Nested unserialize overridden depth limit:
142 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
144 Notice: unserialize(): Error at offset 2309 of 2574 bytes in %s on line %d