Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/date/tests/
H A DDateTimeZone_serialize.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.3/tests/classes/
H A Dserialize_001.phpt22 function unserialize($serialized)
24 echo __METHOD__ . "($serialized)\n";
25 $this->data = $serialized;
/PHP-5.3/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.3/ext/standard/tests/serialize/
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.3/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.3/Zend/tests/
H A Dbug34045.phpt2 Bug #34045 (Buffer overflow with serialized object)
/PHP-5.3/ext/sysvmsg/tests/
H A D001.phpt2 send/receive serialized message.
/PHP-5.3/sapi/roxen/
H A DREADME6 module. This means that all PHP-requests are serialized (ie only one
/PHP-5.3/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.3/sapi/tux/
H A DREADME12 All requests to the PHP userspace module are currently serialized.
/PHP-5.3/sapi/thttpd/
H A DREADME7 NOTE: All HTTP requests will be serialized. That means, one long running
/PHP-5.3/ext/spl/
H A Dspl.php607 function unserialize($serialized); argument
H A Dspl_observer.c835 ZEND_ARG_INFO(0, serialized)
H A Dspl_array.c1942 ZEND_ARG_INFO(0, serialized)
/PHP-5.3/
H A DTODO116 * Add a version number to data serialized via serialize().
H A Dphp.ini-development317 ; When floats & doubles are serialized store serialize_precision significant
/PHP-5.3/ext/standard/
H A Dvar_unserializer.re477 /* Use double for large long values that were serialized on a 64-bit system */
725 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unexpected end of serialized data");
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc115 'inf' => '<meta> Meta data to store with entry (serialized php data).'
1211 return "Set meta data of a PHAR entry or a PHAR package using serialized input. " .
1217 "the input is been taken directly rather then being serialized.";
1289 return "Get meta information of a PHAR entry or a PHAR package in serialized from. " .
/PHP-5.3/Zend/
H A Dzend_interfaces.c556 ZEND_ARG_INFO(0, serialized)

Completed in 55 milliseconds

12