Lines Matching refs:depth
10 function create_nested_data($depth, $prefix, $suffix, $inner = 'i:0;') {
11 return str_repeat($prefix, $depth) . $inner . str_repeat($suffix, $depth);
53 // But an explicitly specified depth still takes precedence
79 echo "Nested unserialize combined depth limit:\n";
90 // If depth limit is overridden, the depth should be counted
102 echo "Nested unserialize overridden depth limit:\n";
116 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
123 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
130 Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be changed using the max…
137 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
143 Nested unserialize combined depth limit:
145 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…
153 Nested unserialize overridden depth limit:
155 Warning: unserialize(): Maximum depth of 256 exceeded. The depth limit can be changed using the max…