Home
last modified time | relevance | path

Searched refs:unserialize (Results 76 – 100 of 384) sorted by relevance

12345678910>>...16

/php-src/ext/standard/tests/serialize/
H A Dunserialize_neg_iv_edge_cases.phpt8 var_dump(unserialize('i:-9223372036854775808;'));
9 var_dump(unserialize('i:-0;'));
H A Dbug68545.phpt2 Bug #68545 NULL pointer dereference in unserialize.c:var_push_dtor
5 var_dump(unserialize('a:6:{a:6:{s:3:"322";s:3:"bar";s:3:"bar";s:3:"foo";a:6:{a:6:{s:3:"322";s:3:"ba…
8 Warning: unserialize(): Error at offset 10 of 310 bytes in %s on line %d
H A Dbug70172_2.phpt2 Bug #70172 - Use After Free Vulnerability in unserialize()
10 function unserialize($data) {
11 $this->data = unserialize($data);
32 $data = unserialize($exploit);
H A Dbug81142.phpt2 Bug #81142 (memory leak when unserialize()ing associative array)
7 unserialize(serialize(["foo_$ctr" => 1]));
H A Dbug65481.phpt25 public function unserialize($str)
27 $r = unserialize($str);
28 $r = unserialize($r[0]);
H A Dbug70219.phpt14 function unserialize($data) {
23 $data = unserialize($exploit);
34 Warning: unserialize(): Error at offset 55 of 56 bytes in %s on line %d
H A Dbug71840.phpt5 var_dump(unserialize('a:1:{s:0:""0a:0:{}}'));
8 Warning: unserialize(): Error at offset 11 of 19 bytes in %s on line %d
H A Dserialization_objects_005.phpt7 $incomplete = unserialize($serialized);
9 $complete = unserialize($serialized);
102 …ion "C" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
104 …ion "C" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
106 …ion "C" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
109 …ion "C" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
111 …ion "C" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
114 …ion "C" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
116 …ion "C" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
120 …ion "C" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
[all …]
H A Dincomplete_class.phpt7 $o = unserialize($d);
23 …nknown" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
25 …nknown" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
28 …nknown" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
H A Dserialization_resources_001.phpt2 Test serialize() & unserialize() functions: resources
10 var_dump(unserialize($serialized_data));
H A D003.phpt2 unserialize() floats with E notation (#18654)
10 var_dump(unserialize($ser));
H A Dbug26762.phpt2 Bug #26762 (unserialize() produces lowercase classnames)
18 @unserialize('O:3:"FOO":0:{}');
H A Dbug69139.phpt2 Bug #69139 (Crash in gc_zval_possible_root on unserialize)
6 @unserialize($str);
H A Dbug73052.phpt14 var_dump(unserialize($poc));
17 Warning: unserialize(): Error at offset 13 of 13 bytes in %s on line %d
H A Dunserialize_ref_to_overwritten_declared_prop.phpt8 var_dump(unserialize($str));
11 Warning: unserialize(): Error at offset 36 of 52 bytes in %s on line %d
/php-src/ext/spl/tests/
H A Dbug73029.phpt7 $m = unserialize($a);
14 $m = unserialize($a);
24 Warning: unserialize(): Error at offset 22 of 43 bytes in %s on line %d
H A DArrayObject_unserialize_empty_string.phpt2 ArrayObject: test that you can unserialize a empty string
9 $a->unserialize("");
/php-src/ext/dom/tests/
H A Dgh8996.phpt31 $unserialized = unserialize($serialized);
54 $unserialized = unserialize($serialized);
58 echo "=== serialize and unserialize ===\n";
67 public function unserialize(string $data): void
77 $unserialized = unserialize($serialized);
108 === serialize and unserialize ===
/php-src/Zend/tests/
H A Dbug70253.phpt5 unserialize('a:2:{i:0;O:9:"000000000":10000000');
8 Warning: unserialize(): Error at offset 33 of 33 bytes in %s on line %d
H A Dbug80072.phpt2 Bug #80072: Cyclic unserialize in TMPVAR operand may leak
8 unserialize($s) % gc_collect_cycles();
/php-src/ext/soap/tests/bugs/
H A Dbug69085.phpt2 Bug #69085 (SoapClient's __call() type confusion through unserialize())
17 $dummy = unserialize('O:12:"MySoapClient":5:{s:3:"uri";s:1:"a";s:8:"location";s:22:"http://localhos…
23 #0 %s(%d): unserialize('O:12:"MySoapCli...')
/php-src/ext/curl/tests/
H A Dbug73147.phpt2 Bug #73147: Use After Free in PHP7 unserialize()
9 var_dump(unserialize($poc));
/php-src/ext/gmp/tests/
H A Dbug74670.phpt8 var_dump(unserialize($str));
11 Warning: unserialize(): Error at offset 17 of 29 bytes in %s on line %d
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unserialize_invalid_parameter3.phpt2 Check that SplObjectStorage::unserialize doesn't throws exception when empty string passed
11 $s->unserialize('');
/php-src/Zend/tests/readonly_classes/
H A Dreadonly_class_unserialize_error.phpt2 Fix GH-9186 Readonly classes can have dynamic properties created by unserialize()
9 $readonly = unserialize('O:1:"C":1:{s:1:"x";b:1;}');

Completed in 26 milliseconds

12345678910>>...16