Home
last modified time | relevance | path

Searched refs:__unserialize (Results 76 – 100 of 111) sorted by relevance

12345

/php-src/ext/spl/tests/
H A DSplFixedArray_get_properties_for.phpt29 // is coercing '0' to a string before calling SplFixedArray::__unserialize.
H A Dunserialize_errors.phpt2 Errors from __unserialize() with invalid data
/php-src/ext/standard/tests/serialize/
H A Dbug78438.phpt15 public function __unserialize(array $data)
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 …
/php-src/ext/date/tests/
H A DDatePeriod_serialize-001.phpt2 Test DatePeriod::__serialize and DatePeriod::__unserialize (ISO String)
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)
H A DDatePeriod_serialize-004.phpt2 Test DatePeriod::__serialize and DatePeriod::__unserialize (start/recurrences)
/php-src/ext/spl/
H A Dspl_observer_arginfo.h155 ZEND_METHOD(SplObjectStorage, __unserialize);
205 …ZEND_ME(SplObjectStorage, __unserialize, arginfo_class_SplObjectStorage___unserialize, ZEND_ACC_PU…
H A Dspl_array_arginfo.h175 ZEND_METHOD(ArrayObject, __unserialize);
211 ZEND_ME(ArrayObject, __unserialize, arginfo_class_ArrayObject___unserialize, ZEND_ACC_PUBLIC)
H A Dspl_fixedarray.c623 PHP_METHOD(SplFixedArray, __unserialize) in PHP_METHOD() argument
/php-src/ext/pdo/tests/
H A Dpdo_018.phpt194 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
196 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
198 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
/php-src/ext/gmp/
H A Dgmp_arginfo.h251 ZEND_METHOD(GMP, __unserialize);
311 ZEND_ME(GMP, __unserialize, arginfo_class_GMP___unserialize, ZEND_ACC_PUBLIC)
H A Dgmp.stub.php66 public function __unserialize(array $data): void {} function in GMP
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt110 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dpdo_mysql_stmt_fetch_class.phpt113 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dpdo_mysql_stmt_fetch_serialize_fetch_class.phpt113 …ializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or …
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt77 …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/ext/random/
H A Dengine_mt19937.c342 PHP_METHOD(Random_Engine_Mt19937, __unserialize) in PHP_METHOD() argument
H A Drandomizer.c485 PHP_METHOD(Random_Randomizer, __unserialize) in PHP_METHOD() argument
/php-src/Zend/
H A Dzend.h184 zend_function *__unserialize; member
H A Dzend_interfaces.c474 && (!class_type->__serialize || !class_type->__unserialize)) { in zend_implement_serializable()
H A Dzend_enum.c94 ZEND_ENUM_DISALLOW_MAGIC_METHOD(__unserialize, "__unserialize"); in zend_verify_enum_magic_methods()
/php-src/ext/opcache/
H A Dzend_persist.c1184 if (ce->__unserialize) { in zend_update_parent_ce()
1185 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->__unserialize); in zend_update_parent_ce()
1187 ce->__unserialize = tmp; in zend_update_parent_ce()

Completed in 37 milliseconds

12345