Lines Matching refs:depth
6 function create_nested_data($depth, $prefix, $suffix, $inner = 'i:0;') {
7 return str_repeat($prefix, $depth) . $inner . str_repeat($suffix, $depth);
49 // But an explicitly specified depth still takes precedence
75 echo "Nested unserialize combined depth limit:\n";
86 // If depth limit is overridden, the depth should be counted
98 echo "Nested unserialize overridden depth limit:\n";
112 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
119 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
126 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
133 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
137 Nested unserialize combined depth limit:
139 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
145 Nested unserialize overridden depth limit:
147 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…