Searched refs:serialized (Results 1 – 25 of 27) sorted by relevance
12
10 $serialized = serialize($tz1);11 var_dump($serialized); 13 $tz2 = unserialize($serialized);
10 $serialized = serialize($date1);11 var_dump($serialized); 13 $date2 = unserialize($serialized);
22 function unserialize($serialized)24 echo __METHOD__ . "($serialized)\n";25 $this->data = $serialized;
26 $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);
2 Bug #43614 (incorrect processing of numerical string keys of array in arbitrary serialized data)
53 function unserialize($serialized)86 function unserialize($serialized)
2 …e() functions: objects - ensure that COW references of objects are not serialized separately (unli…
16 $serialized = 'O:1:"C":1:{s:1:"p";i:1;}';18 $incomplete = unserialize($serialized);20 $complete = unserialize($serialized);
18 Empty serialized string cannot be empty
12 Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Empty serialized string ca…
2 SPL: Test that serialized blob contains unique elements (CVE-2010-2225)
2 Bug #34045 (Buffer overflow with serialized object)
2 send/receive serialized message.
6 module. This means that all PHP-requests are serialized (ie only one
95 printf("\nUnserializing the previously serialized object...\n");130 Unserializing the previously serialized object...
12 All requests to the PHP userspace module are currently serialized.
7 NOTE: All HTTP requests will be serialized. That means, one long running
607 function unserialize($serialized); argument
835 ZEND_ARG_INFO(0, serialized)
1942 ZEND_ARG_INFO(0, serialized)
116 * Add a version number to data serialized via serialize().
317 ; When floats & doubles are serialized store serialize_precision significant
477 /* 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");
115 '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. " .
556 ZEND_ARG_INFO(0, serialized)
Completed in 55 milliseconds