Home
last modified time | relevance | path

Searched refs:__wakeup (Results 26 – 44 of 44) sorted by relevance

12

/PHP-7.1/ext/spl/tests/
H A Dbug70365.phpt7 function __wakeup() {
H A Dbug70366.phpt7 function __wakeup() {
/PHP-7.1/ext/standard/tests/strings/
H A Dbug72663.phpt2 Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug70172_2.phpt17 function __wakeup() {
H A Dbug65806.phpt34 public function __wakeup()
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt32 '__wakeup' => true,
H A Dpdo_mysql_stmt_fetch_serialize.phpt37 public function __wakeup() {
/PHP-7.1/ext/date/tests/
H A DDateTimeZone_verify.phpt40 string(8) "__wakeup"
H A DDateTime_verify.phpt41 string(8) "__wakeup"
/PHP-7.1/sapi/cli/tests/
H A D005.phpt77 Method [ <internal:Core> public method __wakeup ] {
/PHP-7.1/ext/standard/
H A Dvar_unserializer.re72 /* VAR_FLAG used in var_dtor entries to signify an entry on which __wakeup should be called */
212 /* Perform delayed __wakeup calls */
217 ZVAL_STRINGL(&wakeup_name, "__wakeup", sizeof("__wakeup") - 1);
540 && zend_hash_str_exists(&Z_OBJCE_P(rval)->function_table, "__wakeup", sizeof("__wakeup")-1);
558 /* Delay __wakeup call until end of serialization */
/PHP-7.1/ext/spl/
H A Dspl_fixedarray.c581 SPL_METHOD(SplFixedArray, __wakeup) in SPL_METHOD() argument
1061 SPL_ME(SplFixedArray, __wakeup, arginfo_splfixedarray_void, ZEND_ACC_PUBLIC)
/PHP-7.1/ext/date/
H A Dphp_date.c467 PHP_ABSTRACT_ME(DateTimeInterface, __wakeup, NULL)
473 PHP_ME(DateTime, __wakeup, NULL, ZEND_ACC_PUBLIC)
495 PHP_ME(DateTime, __wakeup, NULL, ZEND_ACC_PUBLIC)
518 PHP_ME(DateTimeZone, __wakeup, NULL, ZEND_ACC_PUBLIC)
531 PHP_ME(DateInterval, __wakeup, NULL, ZEND_ACC_PUBLIC)
540 PHP_ME(DatePeriod, __wakeup, NULL, ZEND_ACC_PUBLIC)
2977 PHP_METHOD(DateTime, __wakeup) in PHP_METHOD() argument
3884 PHP_METHOD(DateTimeZone, __wakeup) in PHP_METHOD() argument
4401 PHP_METHOD(DateInterval, __wakeup) in PHP_METHOD() argument
5243 PHP_METHOD(DatePeriod, __wakeup) in PHP_METHOD() argument
/PHP-7.1/Zend/
H A Dzend_exceptions.c314 ZEND_METHOD(exception, __wakeup) in ZEND_METHOD() argument
806 ZEND_ME(exception, __wakeup, NULL, ZEND_ACC_PUBLIC)
H A Dzend_generators.c1121 ZEND_METHOD(Generator, __wakeup) in ZEND_METHOD() argument
1263 ZEND_ME(Generator, __wakeup, arginfo_generator_void, ZEND_ACC_PUBLIC)
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c1162 static PHP_METHOD(PDO, __wakeup) in PHP_METHOD() argument
1248 PHP_ME(PDO, __wakeup, arginfo_pdo__void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
H A Dpdo_stmt.c2143 static PHP_METHOD(PDOStatement, __wakeup) in PHP_METHOD() argument
2177 PHP_ME(PDOStatement, __wakeup, arginfo_pdostatement__void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
/PHP-7.1/
H A DUPGRADING301 throw an instance of Error from __wakeup() or __set_state() instead of
304 instance of Error from __wakeup() or __set_state() instead of resulting in
H A DNEWS1489 __wakeup() in Deserialization). (Stas)
1627 throw an instance of Error from __wakeup() or __set_state() instead of
1630 instance of Error from __wakeup() or __set_state() instead of resulting in
2506 __wakeup() in Deserialization). (Stas)

Completed in 69 milliseconds

12