Home
last modified time | relevance | path

Searched refs:__unserialize (Results 51 – 75 of 111) sorted by relevance

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 Dbug80411.phpt25 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dunserialize_extra_data_002.phpt9 public function __unserialize(array $foo)
H A Dserialization_objects_018.phpt9 public function __unserialize($data) {}
H A Dbug70219_1.phpt33 …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 …
H A Dbug70172.phpt44 …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 Dbug72663_2.phpt22 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dunserialize_extra_data_003.phpt27 …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 Dbug70436.phpt49 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
/php-src/ext/spl/
H A Dspl_dllist.stub.php104 public function __unserialize(array $data): void {} function in SplDoublyLinkedList
H A Dspl_observer.stub.php108 public function __unserialize(array $data): void {} function in SplObjectStorage
H A Dspl_dllist_arginfo.h111 ZEND_METHOD(SplDoublyLinkedList, __unserialize);
139 …ZEND_ME(SplDoublyLinkedList, __unserialize, arginfo_class_SplDoublyLinkedList___unserialize, ZEND_…
/php-src/ext/random/
H A Drandom_arginfo.h137 ZEND_METHOD(Random_Engine_Mt19937, __unserialize);
155 ZEND_METHOD(Random_Randomizer, __unserialize);
174 …ZEND_ME(Random_Engine_Mt19937, __unserialize, arginfo_class_Random_Engine_Mt19937___unserialize, Z…
226 …ZEND_ME(Random_Randomizer, __unserialize, arginfo_class_Random_Randomizer___unserialize, ZEND_ACC_…
/php-src/ext/standard/tests/strings/
H A Dbug72663.phpt22 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
/php-src/ext/hash/
H A Dhash.stub.php104 public function __unserialize(array $data): void {}
H A Dhash_arginfo.h168 ZEND_METHOD(HashContext, __unserialize);
207 ZEND_ME(HashContext, __unserialize, arginfo_class_HashContext___unserialize, ZEND_ACC_PUBLIC)
/php-src/ext/date/tests/
H A Dunserialize-test.phpt2 Test DateInterval::__unserialize OSS fuzz issues
H A DDateInterval_serialize-001.phpt2 Test DateInterval::__serialize and DateInterval::__unserialize
/php-src/tests/classes/
H A Dserialize_001.phpt49 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
/php-src/ext/pdo/tests/
H A Dbug_44409.phpt51 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
/php-src/ext/date/
H A Dphp_date_arginfo.h569 ZEND_METHOD(DateTime, __unserialize);
581 ZEND_METHOD(DateTimeImmutable, __unserialize);
598 ZEND_METHOD(DateTimeZone, __unserialize);
604 ZEND_METHOD(DateInterval, __unserialize);
614 ZEND_METHOD(DatePeriod, __unserialize);
687 ZEND_ME(DateTime, __unserialize, arginfo_class_DateTime___unserialize, ZEND_ACC_PUBLIC)
716 …ZEND_ME(DateTimeImmutable, __unserialize, arginfo_class_DateTimeImmutable___unserialize, ZEND_ACC_…
751 ZEND_ME(DateTimeZone, __unserialize, arginfo_class_DateTimeZone___unserialize, ZEND_ACC_PUBLIC)
762 ZEND_ME(DateInterval, __unserialize, arginfo_class_DateInterval___unserialize, ZEND_ACC_PUBLIC)
776 ZEND_ME(DatePeriod, __unserialize, arginfo_class_DatePeriod___unserialize, ZEND_ACC_PUBLIC)

Completed in 44 milliseconds

12345