Home
last modified time | relevance | path

Searched refs:__unserialize (Results 76 – 100 of 111) sorted by last modified time

12345

/php-src/ext/standard/tests/serialize/
H A Dbug64354_3.phpt29 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dbug65481.phpt38 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dbug70172.phpt44 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dbug70172_2.phpt51 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dbug70219_1.phpt33 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dbug71940.phpt47 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dbug78438.phpt15 public function __unserialize(array $data)
H A Dbug80411.phpt25 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
/php-src/ext/spl/tests/
H A Dunserialize_errors.phpt2 Errors from __unserialize() with invalid data
H A Dbug78409.phpt12 $a->__unserialize($u);
H A Dbug45826.phpt38 public function __unserialize($s): void {
39 parent::__unserialize($s);
63 $o2->__unserialize($s2);
/php-src/ext/hash/tests/
H A Dhash_serialize_004.phpt9 $ctx->__unserialize($ctx->__serialize());
36 HashContext::__unserialize called on initialized object
/php-src/ext/date/tests/
H A Ddate_period_unserialize1.phpt2 Test that DatePeriod::__unserialize() can be called directly
11 $period->__unserialize(
H A Dbug53437_var1.phpt15 #0 [internal function]: DatePeriod->__unserialize(Array)
H A Dbug55397.phpt11 #0 [internal function]: DateTime->__unserialize(Array)
H A Dbug62852.phpt16 #0 [internal function]: DateTime->__unserialize(Array)
H A Dbug62852_var2.phpt27 #0 [internal function]: DateTime->__unserialize(Array)
H A Dbug62852_var3.phpt27 #0 [internal function]: DateTime->__unserialize(Array)
H A Dbug66721.phpt2 Test for bug #66721: __unserialize of DateTime segfaults when invalid object data is supplied
13 #0 [internal function]: DateTime->__unserialize(Array)
H A Dbug68942.phpt11 #0 [internal function]: DateTimeZone->__unserialize(Array)
H A Dbug68942_2.phpt11 #0 [internal function]: DateTime->__unserialize(Array)
H A DDateInterval_serialize-001.phpt2 Test DateInterval::__serialize and DateInterval::__unserialize
H A DDateInterval_serialize-002.phpt2 Test DateInterval::__serialize and DateInterval::__unserialize
25 echo "\n\nCalling __unserialize manually:\n";
27 $d->__unserialize(
126 Calling __unserialize manually:
H A DDatePeriod_serialize-002.phpt2 Test DatePeriod::__serialize and DatePeriod::__unserialize (start/end)
H A DDatePeriod_serialize-003.phpt2 Test DatePeriod::__serialize and DatePeriod::__unserialize (start/end)

Completed in 22 milliseconds

12345