Home
last modified time | relevance | path

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

12345678910>>...15

/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 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
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 Dbug67072.phpt5 echo unserialize('O:13:"SplFileObject":1:{s:9:"*filename";s:15:"/home/flag/flag";}');
11 #0 %s(%d): unserialize('O:13:"SplFileOb...')
/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/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();
H A Dbug63882_2.phpt10 $a = unserialize(serialize($GLOBALS));
12 $a = unserialize(serialize($GLOBALS));
/php-src/ext/spl/tests/
H A DArrayObject_unserialize_empty_string.phpt2 ArrayObject: test that you can unserialize a empty string
9 $a->unserialize("");
/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;}');
/php-src/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 47 milliseconds

12345678910>>...15