Home
last modified time | relevance | path

Searched refs:__unserialize (Results 101 – 111 of 111) sorted by path

12345

/php-src/ext/standard/tests/serialize/
H A Dbug80411.phpt25 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dbug81111.phpt8 public function __unserialize($value) { return new self('file'); }
19 public function __unserialize($value) { }
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 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 Dserialization_objects_018.phpt9 public function __unserialize($data) {}
H A Dunserialize_extra_data_002.phpt9 public function __unserialize(array $foo)
H A Dunserialize_extra_data_003.phpt27 …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/standard/
H A Dvar_unserializer.re29 * __wakeup/__unserialize should be called */
289 /* Perform delayed __unserialize calls */
296 Z_OBJCE_P(zv)->__unserialize, Z_OBJ_P(zv), NULL, &param);
805 /* Delay __unserialize() call until end of serialization. We use two slots here to
1317 has_unserialize = !incomplete_class && ce->__unserialize;
1321 * there is both Serializable::unserialize() and __unserialize(), then both may be used,
/php-src/tests/classes/
H A Dserialize_001.phpt49 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …

Completed in 15 milliseconds

12345