Home
last modified time | relevance | path

Searched refs:serialized (Results 1 – 25 of 34) sorted by relevance

12

/PHP-5.5/ext/date/tests/
H A DDateTimeZone_serialize_type_1.phpt10 $serialized = serialize($tz1);
11 var_dump($serialized);
13 $tz2 = unserialize($serialized);
H A DDateTimeZone_serialize_type_2.phpt10 $serialized = serialize($tz1);
11 var_dump($serialized);
13 $tz2 = unserialize($serialized);
H A DDateTimeZone_serialize_type_3.phpt10 $serialized = serialize($tz1);
11 var_dump($serialized);
13 $tz2 = unserialize($serialized);
H A DDateTime_serialize.phpt10 $serialized = serialize($date1);
11 var_dump($serialized);
13 $date2 = unserialize($serialized);
/PHP-5.5/ext/zlib/tests/
H A Dbug61287.phpt14 $serialized = serialize($array);
16 $deflated = gzdeflate($serialized, 9);
/PHP-5.5/tests/classes/
H A Dserialize_001.phpt22 function unserialize($serialized)
24 echo __METHOD__ . "($serialized)\n";
25 $this->data = $serialized;
/PHP-5.5/ext/pdo/tests/
H A Dpdo_018.phpt26 $serialized = array();
28 $serialized[$prop] = $val;
30 $serialized = serialize($serialized);
31 echo __METHOD__ . "() = '$serialized'\n";
32 return $serialized;
35 function unserialize($serialized)
37 echo __METHOD__ . "($serialized)\n";
38 foreach(unserialize($serialized) as $prop => $val) {
59 function unserialize($serialized)
62 return TestBase::unserialize($serialized);
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt18 $garbage = "obvious non-serialized data";
31 // candidate safe idiom for determining whether data is serialized
H A Dbug43614.phpt2 Bug #43614 (incorrect processing of numerical string keys of array in arbitrary serialized data)
H A D005.phpt53 function unserialize($serialized)
86 function unserialize($serialized)
H A Dserialization_objects_004.phpt2 …e() functions: objects - ensure that COW references of objects are not serialized separately (unli…
H A Dserialization_objects_005.phpt16 $serialized = 'O:1:"C":1:{s:1:"p";i:1;}';
18 $incomplete = unserialize($serialized);
20 $complete = unserialize($serialized);
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter3.phpt18 Empty serialized string cannot be empty
H A DArrayObject_unserialize_empty_string.phpt12 Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Empty serialized string ca…
H A DSplObjectStorage_unserialize_bad.phpt2 SPL: Test that serialized blob contains unique elements (CVE-2010-2225)
/PHP-5.5/Zend/tests/
H A Dbug34045.phpt2 Bug #34045 (Buffer overflow with serialized object)
/PHP-5.5/ext/sysvmsg/tests/
H A D001.phpt2 send/receive serialized message.
/PHP-5.5/Zend/tests/generators/errors/
H A Dserialize_unserialize_error.phpt2 Generators can't be serialized or unserialized
/PHP-5.5/ext/standard/tests/strings/
H A Dbug72434.phpt9 // The following array will be serialized and this representation will be freed later on.
/PHP-5.5/sapi/roxen/
H A DREADME6 module. This means that all PHP-requests are serialized (ie only one
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt95 printf("\nUnserializing the previously serialized object...\n");
130 Unserializing the previously serialized object...
/PHP-5.5/sapi/tux/
H A DREADME12 All requests to the PHP userspace module are currently serialized.
/PHP-5.5/sapi/thttpd/
H A DREADME7 NOTE: All HTTP requests will be serialized. That means, one long running
/PHP-5.5/ext/spl/
H A Dspl.php604 function unserialize($serialized); argument
/PHP-5.5/
H A DUPGRADING.INTERNALS118 implementing Serializable will always start with "C:" in the serialized

Completed in 105 milliseconds

12