Home
last modified time | relevance | path

Searched refs:unserialize (Results 176 – 200 of 319) sorted by relevance

12345678910>>...13

/PHP-8.0/ext/standard/tests/serialize/
H A Dsplobjectstorage_negative_count.phpt10 var_dump(unserialize($str));
H A Dtyped_property_ref_overwrite2.phpt12 var_dump(unserialize($s));
H A Dserialization_objects_010.phpt10 public function unserialize($blah) {
H A Dbug27469.phpt6 $obj = unserialize($str);
H A Dbug37947.phpt19 var_dump(unserialize($str));
H A Dbug64354_2.phpt18 var_dump(unserialize('a:2:{i:0;O:1:"A":0:{}i:1;O:1:"B":0:{}}'));
H A Dbug45706.phpt13 $y = unserialize($s);
H A Dbug64354_3.phpt16 public function unserialize($data) {
H A Dbug62373.phpt14 $s = unserialize(serialize(array($b, $a)));
/PHP-8.0/ext/spl/tests/
H A Dbug69108.phpt16 $d = unserialize($c);
H A Dbug70068.phpt6 $a = unserialize('a:3:{i:0;C:11:"ArrayObject":20:{x:i:0;r:3;;m:a:0:{};}i:1;d:11;i:2;S:31:"AAAAAAAAB…
H A Dbug71838.phpt19 $obj = unserialize($serialized);
H A Dbug78456.phpt9 var_dump(unserialize($s));
H A Dbug67539.phpt10 $GLOBALS['it']->unserialize($GLOBALS['it']->serialize());
H A Dbug62672.phpt29 var_dump($obj == unserialize(serialize($obj)));
H A Dbug41528.phpt16 $classOne = unserialize(serialize($classOne));
/PHP-8.0/ext/standard/
H A Dvar_unserializer.re58 if (BG(serialize_lock) || !BG(unserialize).level) {
69 BG(unserialize).data = d;
70 BG(unserialize).level = 1;
73 d = BG(unserialize).data;
74 ++BG(unserialize).level;
86 BG(unserialize).data = NULL;
624 if (BG(unserialize).level > 1) {
677 if (ce->unserialize == NULL) {
1101 /* Check for unserialize callback */
1108 /* Call unserialize callback */
[all …]
/PHP-8.0/ext/phar/tests/
H A Dbug69324.phpt2 Bug #69324: Buffer Over-read in unserialize when parsing Phar
/PHP-8.0/Zend/tests/
H A Dbug30791.phpt16 $c = unserialize(serialize($b));
H A Dbug64354.phpt11 public function unserialize($data) {
H A Dbug34045.phpt24 $db2 = unserialize($db_str);
/PHP-8.0/Zend/
H A Dzend_interfaces.stub.php55 public function unserialize(string $data); function
/PHP-8.0/ext/date/tests/
H A Ddate_time_fractions_serialize.phpt13 $u = unserialize( $s );
/PHP-8.0/Zend/tests/attributes/
H A D029_reflect_internal_symbols.phpt6 $rf = new ReflectionFunction('unserialize');
/PHP-8.0/ext/soap/tests/
H A Dbug70388.phpt7 $dummy = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"X";s:8:"location";s:22:"http://localhost/…

Completed in 21 milliseconds

12345678910>>...13