Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt70 public function unserialize($data) {
94 var_dump(unserialize($myobj));
96 …printf("\nUsing PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize
102 printf("\nUsing PDO::FETCH_CLASS to fetch the object from DB and unserialize it...\n");
129 myclass::unserialize('Data from serialize')
135 Using PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize it...
136 myclass::unserialize('C:7:"myclass":19:{Data from serialize}')
142 Using PDO::FETCH_CLASS to fetch the object from DB and unserialize it...
/PHP-7.3/ext/spl/tests/
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 Dbug74669.phpt63 $container = unserialize($serialized);
73 $arObj = unserialize($serialized);
81 $ao = unserialize($str);
90 $selfArray = unserialize($serialized);
H A Dbug70169.phpt2 SPL: Bug #70169 Use After Free Vulnerability in unserialize() with SplDoublyLinkedList
8 $data = unserialize($exploit);
H A Dbug70166.phpt2 SPL: Bug #70166 Use After Free Vulnerability in unserialize() with SPLArrayObject
8 $data = unserialize($exploit);
H A Dbug70155.phpt2 SPL: Bug #70155 Use After Free Vulnerability in unserialize() with SPLArrayObject
7 $data = unserialize($exploit);
/PHP-7.3/ext/standard/tests/serialize/
H A Dserialization_objects_007.phpt10 /* Prototype : proto mixed unserialize(string variable_representation)
26 $o = unserialize('O:3:"FOO":0:{}');
37 Warning: unserialize(): Function check() hasn't defined the class it was called for in %s on line 23
H A Dbug68594.phpt2 Bug #68545 Use after free vulnerability in unserialize()
17 $y = unserialize($z);
H A Dref_to_failed_serialize.phpt11 public function unserialize($serialized) {
18 var_dump(unserialize($s));
H A Dbug74103.phpt5 var_dump(unserialize('a:7:{i:0;i:04;s:1:"a";i:2;i:9617006;i:4;s:1:"a";i:4;s:1:"a";R:5;s:1:"7";R:3;s…
8 Notice: unserialize(): Error at offset %d of %d bytes in %s on line %d
H A Dserialization_arrays_001.phpt2 Test serialize() & unserialize() functions: arrays (circular references)
12 /* Prototype : proto mixed unserialize(string variable_representation)
24 $arr_circ = unserialize($serialize_data);
33 $arr_asso = unserialize($serialize_data);
H A Dbug64354_1.phpt12 var_dump(unserialize('O:1:"A":0:{}'));
18 var_dump(unserialize('a:2:{i:0;O:1:"A":0:{}i:1;O:1:"A":0:{}}'));
H A Dbug55798.phpt2 Bug #55798 (serialize followed by unserialize with numeric object prop. gives integer prop)
11 $b = unserialize(serialize($a));
H A Dbug68976.phpt2 Bug #68976 Use After Free Vulnerability in unserialize()
20 $data = unserialize('a:2:{i:0;O:9:"evilClass":1:{s:4:"name";a:2:{i:0;i:1;i:1;i:2;}}i:1;R:4;}');
H A Dbug75054.phpt8 var_dump(unserialize($poc));
11 Notice: unserialize(): Error at offset 43 of 145 bytes in %s on line %d
H A Dunserialize_leak.phpt8 var_dump(unserialize($payload));
15 Notice: SplObjectStorage::unserialize(): Unexpected end of serialized data in %s on line %d
H A Dserialization_objects_006.phpt2 Behaviour of incomplete class is preserved even when it was not created by unserialize().
10 /* Prototype : proto mixed unserialize(string variable_representation)
26 …nknown" of the object you are trying to operate on was loaded _before_ unserialize() gets called o…
/PHP-7.3/ext/standard/tests/strings/
H A Dbug72434.phpt2 Bug #72434: ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize
11 // Create our payload and unserialize it.
13 $unserialized_payload = unserialize($serialized_payload);
H A Dbug72663_3.phpt13 unserialize($poc);
17 Notice: unserialize(): Error at offset 50 of 50 bytes in %sbug72663_3.php on line %d
H A Dbug68710.phpt2 Bug #68710 Use after free vulnerability in unserialize() (bypassing the
19 $y = unserialize($z);
/PHP-7.3/Zend/tests/
H A Dbug70121.phpt2 Bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref)
5 unserialize('O:12:"DateInterval":1:{s:4:"days";O:9:"Exception":7:{s:10:"'."\0".'*'."\0".'message";s…
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug69085.phpt2 Bug #69085 (SoapClient's __call() type confusion through unserialize())
10 $dummy = unserialize('O:10:"SoapClient":5:{s:3:"uri";s:1:"a";s:8:"location";s:22:"http://localhost/…
/PHP-7.3/ext/date/tests/
H A Dbug53437_var1.phpt7 $dp = unserialize($s);
16 #1 %sbug53437_var1.php(%d): unserialize('O:10:"DatePerio...')
H A Dbug55397.phpt6 var_dump(unserialize('O:8:"DateTime":0:{}') == new DateTime);
12 #1 %sbug55397.php(%d): unserialize('O:8:"DateTime":...')

Completed in 30 milliseconds

12345678910>>...12