Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.1/ext/spl/tests/
H A DArrayObject_unserialize_empty_string.phpt2 ArrayObject: test that you can unserialize a empty string
9 $a->unserialize("");
H A DSplObjectStorage_unserialize_invalid_parameter3.phpt2 Check that SplObjectStorage::unserialize doesn't throws exception when empty string passed
11 $s->unserialize('');
H A Dbug77298.phpt6 $o2 = unserialize(serialize($o));
11 $o3->unserialize($o->serialize());
H A Dbug70959.phpt2 Bug #70959 (ArrayObject unserialize does not restore protected fields)
20 $obj2 = unserialize(serialize($obj));
H A Dbug70166.phpt2 SPL: Bug #70166 Use After Free Vulnerability in unserialize() with SPLArrayObject
8 $data = unserialize($exploit);
/PHP-8.1/ext/standard/tests/serialize/
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 Dserialization_objects_008.phpt6 $o = unserialize('O:3:"FOO":0:{}');
11 Warning: unserialize(): defined (Nonexistent) but not found in %s on line %d
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 Dbug73052.phpt14 var_dump(unserialize($poc));
17 Notice: unserialize(): Error at offset 13 of 13 bytes in %sbug73052.php on line %d
H A Dunserialize_ref_to_overwritten_declared_prop.phpt8 var_dump(unserialize($str));
11 Notice: unserialize(): Error at offset 51 of 52 bytes in %s on line %d
H A Dbug69139.phpt2 Bug #69139 (Crash in gc_zval_possible_root on unserialize)
6 @unserialize($str);
H A Dserialization_objects_003.phpt2 Test serialize() & unserialize() functions: objects (abstract classes)
34 $unserialize_data = unserialize($serialize_data);
39 $unserialize_data = unserialize($serialize_data);
H A Dbug72785.phpt2 Bug #72785: allowed_classes only applies to outermost unserialize()
11 var_dump(unserialize($s, ['allowed_classes' => ['ArrayObject']]));
H A Dbug67072.phpt5 echo unserialize('O:13:"SplFileObject":1:{s:9:"*filename";s:15:"/home/flag/flag";}');
11 #0 %s(%d): unserialize('O:13:"SplFileOb...')
H A Dbug64146.phpt31 public function unserialize($data)
33 $this->b = unserialize($data);
47 $a = unserialize(serialize(new A()));
H A Dbug71940.phpt30 public function unserialize($serialized)
32 list($this->identity) = unserialize($serialized);
43 print_r(unserialize($serialized));
H A Dbug68594.phpt2 Bug #68545 Use after free vulnerability in unserialize()
17 $y = unserialize($z);
/PHP-8.1/ext/gmp/tests/
H A Dbug74670.phpt8 var_dump(unserialize($str));
11 Notice: unserialize(): Error at offset 13 of 29 bytes in %s on line %d
/PHP-8.1/ext/curl/tests/
H A Dbug73147.phpt2 Bug #73147: Use After Free in PHP7 unserialize()
9 var_dump(unserialize($poc));
/PHP-8.1/Zend/tests/
H A Dbug80072.phpt2 Bug #80072: Cyclic unserialize in TMPVAR operand may leak
8 unserialize($s) % gc_collect_cycles();
H A Dbug63882_2.phpt10 $a = unserialize(serialize($GLOBALS));
12 $a = unserialize(serialize($GLOBALS));
/PHP-8.1/ext/standard/tests/strings/
H A Dbug72434.phpt2 Bug #72434: ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize
7 // Create our payload and unserialize it.
9 $unserialized_payload = unserialize($serialized_payload);

Completed in 51 milliseconds

12345678910>>...13