Home
last modified time | relevance | path

Searched refs:unserialize (Results 126 – 150 of 302) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/standard/tests/serialize/
H A Dbug49649.phpt2 Bug #49649 (unserialize() doesn't handle changes in property visibility) - to public
33 $class = unserialize(base64_decode($serialized));
H A Dbug49649_1.phpt2 Bug #49649 (unserialize() doesn't handle changes in property visibility) - to protected
33 $class = unserialize(base64_decode($serialized));
H A D001.phpt2 serialize()/unserialize()/var_dump()
61 $t = unserialize($data);
67 $t = unserialize($data);
75 $a = unserialize($data);
H A Dbug49649_2.phpt2 Bug #49649 (unserialize() doesn't handle changes in property visibility) - to private
33 $class = unserialize(base64_decode($serialized));
H A Dbug72229.phpt2 Bug #72229 (Wrong reference when serialize/unserialize an object)
19 $Obj2 = unserialize($txt1);
H A Dbug69210.phpt34 var_dump(unserialize($ss));
35 var_dump(unserialize($si));
H A Dbug36424.phpt12 function unserialize($s) {
13 foreach (unserialize($s) as $p=>$v) {
32 $d = unserialize($s);
H A Dbug70219_1.phpt19 function unserialize($data) {
27 $data = unserialize($exploit);
H A Dserialization_objects_010.phpt10 /* Prototype : proto mixed unserialize(string variable_representation)
21 public function unserialize($blah) {
H A Dbug31402.phpt2 Bug #31402 (unserialize() generates references when it should not)
31 $after = unserialize($ser);
/PHP-7.4/ext/date/tests/
H A Dbug62852.phpt10 unserialize( $s1 );
16 #1 %sbug62852.php(%d): unserialize('O:8:"DateTime":...')
H A Dbug66721.phpt8 var_dump(unserialize($y));
14 #1 %sbug66721.php(%d): unserialize('O:8:"DateTime":...')
H A Dbug62852_var2.phpt20 unserialize( $s2 );
28 #2 %sbug62852_var2.php(%d): unserialize('O:3:"Foo":3:{s:...')
H A Dbug62852_var3.phpt20 unserialize( $s2 );
28 #2 %sbug62852_var3.php(%d): unserialize('O:3:"Foo":3:{s:...')
/PHP-7.4/Zend/tests/
H A Dbug64896.phpt2 Bug #64896 (Segfault with gc_collect_cycles using unserialize on certain objects)
30 unserialize(serialize($foo));
/PHP-7.4/ext/snmp/tests/
H A Dbug72479.phpt2 Bug #72479: Use After Free Vulnerability in SNMP with GC and unserialize()
11 $out = unserialize($poc);
/PHP-7.4/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt2 Check that SplObjectStorage::unserialize throws exception when numeric value passed
21 $s->unserialize($input);
H A Dunserialize.phpt2 SPL: unserialize with no data (for PHPUnit)
13 $obj = unserialize($str);
H A Dbug70365.phpt2 SPL: Bug #70365 use-after-free vulnerability in unserialize() with SplObjectStorage
22 $data = unserialize($exploit);
H A Dbug70366.phpt2 SPL: Bug #70366 use-after-free vulnerability in unserialize() with SplDoublyLinkedList
22 $data = unserialize($exploit);
/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl3.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
10 $unit_test_args = unserialize('a:4:{i:0;O:15:"NumberFormatter":0:{}i:1;d:2147483648;i:2;s:14:"-2,14…
H A Dsymfony_format_type_int32_intl6.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
10 $unit_test_args = unserialize('a:4:{i:0;O:15:"NumberFormatter":0:{}i:1;d:2147483648;i:2;s:21:"(SFD2…
H A Dsymfony_format_type_int32_intl7.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
10 $unit_test_args = unserialize('a:4:{i:0;O:15:"NumberFormatter":0:{}i:1;d:-2147483649;i:2;s:19:"SFD2…
H A Dsymfony_format_type_int32_intl2.phpt12 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
13 $unit_test_args = unserialize('a:3:{i:0;O:15:"NumberFormatter":0:{}i:1;d:1.1000000000000001;i:2;s:1…
/PHP-7.4/ext/pdo/tests/
H A Dpecl_bug_5217.phpt2 PDO Common: PECL Bug #5217 (serialize/unserialize safety)
19 $db = unserialize($ser);

Completed in 32 milliseconds

12345678910>>...13