Home
last modified time | relevance | path

Searched refs:unserialize (Results 51 – 75 of 319) sorted by relevance

12345678910>>...13

/PHP-8.0/ext/standard/tests/serialize/
H A Dbug70963.phpt5 var_dump(unserialize('a:2:{i:0;O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"test";…
6 var_dump(unserialize('a:2:{i:0;O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"test";…
11 #0 %s(%d): unserialize('a:2:{i:0;O:9:"e...')
H A Dtyped_property_ref_assignment_failure.phpt14 var_dump(unserialize($s));
22 var_dump(unserialize($s));
28 Notice: unserialize(): Error at offset 38 of 38 bytes in %s on line %d
H A Dunserialize_neg_iv_edge_cases.phpt8 var_dump(unserialize('i:-9223372036854775808;'));
9 var_dump(unserialize('i:-0;'));
H A Dbug73341.phpt7 $obj = unserialize($token);
15 unserialize($exploit);
23 Notice: ArrayObject::unserialize(): Unexpected end of serialized data in %sbug73341.php on line %d
H A Dbug69425.phpt2 Bug #69425: Use After Free in unserialize()
17 $data = unserialize('a:2:{i:0;O:4:"test":1:{s:4:"ryat";R:1;}i:1;i:2;}');
21 $data = unserialize('a:2:{i:0;O:12:"DateInterval":1:{s:1:"y";R:1;}i:1;i:2;}');
H A Dbug71840.phpt5 var_dump(unserialize('a:1:{s:0:""0a:0:{}}'));
8 Notice: unserialize(): Error at offset 11 of 19 bytes in %sbug71840.php on line %d
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 Notice: unserialize(): Error at offset %d of %d bytes in %sbug68545.php on line %d
H A Dbug64146.phpt33 public function unserialize($data)
35 $this->b = unserialize($data);
49 $a = unserialize(serialize(new A()));
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 Dbug70219.phpt14 function unserialize($data) {
23 $data = unserialize($exploit);
34 Notice: unserialize(): Error at offset 55 of 56 bytes in %s on line %d
H A Dbug71940.phpt30 public function unserialize($serialized)
32 list($this->identity) = unserialize($serialized);
43 print_r(unserialize($serialized));
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 Dbug69139.phpt2 Bug #69139 (Crash in gc_zval_possible_root on unserialize)
6 @unserialize($str);
H A Dbug73052.phpt14 var_dump(unserialize($poc));
17 Notice: unserialize(): Error at offset 13 of 13 bytes in %sbug73052.php on line %d
/PHP-8.0/ext/date/tests/
H A Dbug68942_2.phpt2 Bug #68942 (Use after free vulnerability in unserialize() with DateTime).
5 $data = unserialize('a:2:{i:0;O:8:"DateTime":3:{s:4:"date";s:26:"2000-01-01 00:00:00.000000";s:13:"…
12 #1 %sbug68942_2.php(%d): unserialize('a:2:{i:0;O:8:"D...')
H A Dbug67308.phpt7 // Ensure we can still unserialize the old style.
8 var_dump(unserialize('O:8:"DateTime":3:{s:4:"date";s:19:"2005-07-14 22:30:41";s:13:"timezone_type";…
11 var_dump(unserialize('O:8:"DateTime":3:{s:4:"date";s:26:"2005-07-14 22:30:41.123456";s:13:"timezone…
/PHP-8.0/Zend/tests/
H A Dbug70187_2.phpt2 Bug #70187 (Notice: unserialize(): Unexpected end of serialized data)
7 unserialize(serialize($GLOBALS));
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…
11 #0 %s(%d): unserialize('O:12:"DateInter...')
H A Dbug70253.phpt5 unserialize('a:2:{i:0;O:9:"000000000":10000000');
8 Notice: unserialize(): Error at offset 33 of 33 bytes in %s on line %d
/PHP-8.0/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 NULL passed
11 $s->unserialize(NULL);
/PHP-8.0/ext/com_dotnet/tests/
H A Dbug77177.phpt23 unserialize($string);
31 var_dump(unserialize($string));
44 Notice: unserialize(): Error at offset 13 of 14 bytes in %s on line %d
49 Notice: unserialize(): Error at offset 16 of 17 bytes in %s on line %d
54 Notice: unserialize(): Error at offset 17 of 18 bytes in %s on line %d
/PHP-8.0/ext/gmp/tests/
H A Dbug74670.phpt6 var_dump(unserialize($str));
9 Notice: unserialize(): Error at offset 13 of 29 bytes in %s on line %d
/PHP-8.0/ext/reflection/tests/
H A Dbug76737.phpt14 var_dump(unserialize($s));
20 var_dump(unserialize($s));
32 Notice: unserialize(): Error at offset 26 of 27 bytes in %s on line %d

Completed in 36 milliseconds

12345678910>>...13