Home
last modified time | relevance | path

Searched refs:__unserialize (Results 51 – 75 of 111) sorted by last modified time

12345

/php-src/ext/date/tests/
H A Ddate_period_unserialize3.phpt2 Test that calling DatePeriod::__unserialize() directly with wrong argument type throws
12 $period->__unserialize(
H A DDateInterval_serialize-003.phpt2 Test DateInterval::__serialize and DateInterval::__unserialize
22 echo "\n\nCalling __unserialize manually:\n";
24 $d->__unserialize(
73 Calling __unserialize manually:
H A DDateTimeZone_serialization.phpt2 Test DateTimeZone::__serialize and DateTime::__unserialize
9 $tz->__unserialize(
17 $tz->__unserialize(
25 $tz->__unserialize(
H A DDateTime_serialization.phpt2 Test DateTime::__serialize and DateTime::__unserialize
23 echo "\n\nCalling __unserialize manually:\n";
25 $d->__unserialize(
34 echo "\n\nCalling __unserialize a few more times, with abbreviations:\n";
35 $d->__unserialize(
43 $d->__unserialize(
91 Calling __unserialize manually:
102 Calling __unserialize a few more times, with abbreviations:
H A DDateTimeImmutable_serialization.phpt2 Test DateTimeImmutable::__serialize and DateTimeImmutable::__unserialize
23 echo "\n\nCalling __unserialize manually:\n";
25 $d->__unserialize(
34 echo "\n\nCalling __unserialize a few more times, with abbreviations:\n";
35 $d->__unserialize(
43 $d->__unserialize(
91 Calling __unserialize manually:
102 Calling __unserialize a few more times, with abbreviations:
/php-src/ext/gmp/
H A Dgmp.stub.php66 public function __unserialize(array $data): void {} function in GMP
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_018.phpt9 public function __unserialize($data) {}
H A Dbug70436.phpt49 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dbug72663_2.phpt22 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dmax_depth.phpt142 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
152 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A D005.phpt131 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
156 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
165 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A D__serialize_006.phpt2 Failure while parsing data array for __unserialize()
7 public function __unserialize(array $data) { }
H A Dbug81111.phpt8 public function __unserialize($value) { return new self('file'); }
19 public function __unserialize($value) { }
H A Dref_to_failed_serialize.phpt22 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dserialization_objects_010.phpt23 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A D__serialize_001.phpt12 public function __unserialize(array $data) {
H A D__serialize_003.phpt20 public function __unserialize(array $data) {
21 echo "__unserialize() called\n";
46 __unserialize() called
H A D__serialize_004.phpt2 __serialize() mechanism (004): Delayed __unserialize() calls
28 public function __unserialize(array $data) {
30 echo "__unserialize() called\n";
43 __unserialize() called
57 __unserialize() called
H A D__serialize_005.phpt2 __serialize() mechanism (005): parent::__unserialize() is safe
14 public function __unserialize(array $data) {
28 public function __unserialize(array $payload) {
30 parent::__unserialize($data);
H A D__serialize_007.phpt2 No packed -> mixed reallocation while populating __unserialize() array
H A Dbug36424.phpt46 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
48 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
50 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dbug64146.phpt55 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
/php-src/ext/standard/tests/strings/
H A Dbug72663.phpt22 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
/php-src/ext/spl/tests/
H A DSplFixedArray_serialize.phpt31 // __unserialize is a no-op on a non-empty SplFixedArray
33 $array->__unserialize([
/php-src/tests/classes/
H A Dserialize_001.phpt49 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …

Completed in 29 milliseconds

12345