Home
last modified time | relevance | path

Searched refs:serialized (Results 51 – 71 of 71) sorted by relevance

123

/PHP-8.2/ext/spl/tests/
H A DSplObjectStorage_unserialize_bad.phpt2 SPL: Test that serialized blob contains unique elements (CVE-2010-2225)
/PHP-8.2/ext/date/tests/
H A Dgh10747-2.phpt2 Bug GH-10747 (Private fields in serialized DateTimeZone objects throw)
H A Dgh10747-1.phpt2 Bug GH-10747 (Private fields in serialized DateTimeImmutable objects throw)
H A Dgh10747-3.phpt2 Bug GH-10747 (Private fields in serialized DateInterval objects throw)
H A Dgh10747-error.phpt2 Bug GH-10747 (Private fields in serialized DateTimeImmutable objects throw)
H A Dgh10747-4.phpt2 Bug GH-10747 (Private fields in serialized DatePeriod objects throw)
/PHP-8.2/ext/standard/tests/serialize/
H A Dbug72663_2.phpt24 Notice: unserialize(): Unexpected end of serialized data in %s on line %d
H A Dbug73341.phpt32 Notice: ArrayObject::unserialize(): Unexpected end of serialized data in %sbug73341.php on line %d
H A D005.phpt50 function unserialize($serialized)
83 function unserialize($serialized)
H A Dserialization_objects_005.phpt5 $serialized = 'O:1:"C":1:{s:1:"p";i:1;}';
7 $incomplete = unserialize($serialized);
9 $complete = unserialize($serialized);
H A Dmax_depth.phpt2 Bug #78549: Stack overflow due to nested serialized input
/PHP-8.2/ext/standard/tests/strings/
H A Dbug72663.phpt24 Notice: unserialize(): Unexpected end of serialized data in %sbug72663.php on line %d
/PHP-8.2/ext/hash/tests/
H A Dhash_serialize_004.phpt40 HashContext with HASH_HMAC option cannot be serialized
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt95 printf("\nUnserializing the previously serialized object...\n");
131 Unserializing the previously serialized object...
/PHP-8.2/ext/session/tests/
H A Dsave_handler.inc71 // string $session_data - Session data string serialized by session serializer.
166 // string $session_data - Session data serialized by session serializer
/PHP-8.2/ext/phar/phar/
H A Dpharcommand.inc115 'inf' => '<meta> Meta data to store with entry (serialized php data).'
1223 return "Set meta data of a PHAR entry or a PHAR package using serialized input. " .
1229 "the input is been taken directly rather then being serialized.";
1301 return "Get meta information of a PHAR entry or a PHAR package in serialized from. " .
/PHP-8.2/
H A DUPGRADING242 . unserialize() now performs a stricter validation of the structure of serialized
313 no longer serializable. Previously, they could be serialized, but
H A DNEWS1188 . Fixed bug GH-10747 (Private and protected properties in serialized Date*
H A Dphp.ini-development305 ; When floats & doubles are serialized, store serialize_precision significant
H A Dphp.ini-production305 ; When floats & doubles are serialized, store serialize_precision significant
/PHP-8.2/ext/standard/
H A Dvar_unserializer.re982 /* Use double for large zend_long values that were serialized on a 64-bit system */
1429 php_error_docref(NULL, E_NOTICE, "Unexpected end of serialized data");

Completed in 43 milliseconds

123