Home
last modified time | relevance | path

Searched refs:__wakeup (Results 1 – 25 of 47) sorted by relevance

12

/PHP-8.0/Zend/tests/
H A Dmagic_methods_wakeup.phpt2 __wakeup cannot take arguments
6 public function __wakeup(string $name) {}
10 Fatal error: Method Foo::__wakeup() cannot take arguments in %s on line %d
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
H A Dbug34045.phpt9 public function __wakeup() {
/PHP-8.0/Zend/tests/return_types/
H A D041.phpt2 __wakeup can only declare return void
6 public function __wakeup(): bool {}
10 Fatal error: Foo::__wakeup(): Return type must be void when declared in %s on line %d
/PHP-8.0/ext/date/tests/
H A Dbug62852_var2.phpt12 function __wakeup() {
15 parent::__wakeup();
27 #0 %sbug62852_var2.php(%d): DateTime->__wakeup()
28 #1 [internal function]: Foo->__wakeup()
H A Dbug62852_var3.phpt12 function __wakeup() {
15 parent::__wakeup();
27 #0 %sbug62852_var3.php(%d): DateTime->__wakeup()
28 #1 [internal function]: Foo->__wakeup()
H A Dbug66721.phpt2 Test for bug #66721: __wakeup of DateTime segfaults when invalid object data is supplied
13 #0 [internal function]: DateTime->__wakeup()
H A Dbug53437_var1.phpt15 #0 [internal function]: DatePeriod->__wakeup()
H A Dbug55397.phpt11 #0 [internal function]: DateTime->__wakeup()
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug72663.phpt2 Bug #72663 (1): Don't call __destruct if __wakeup not called or fails
7 public function __wakeup() {
16 public function __wakeup() {
32 // Unserialize object with throwing __wakeup
H A D__serialize_004.phpt11 public function __wakeup() {
12 echo "__wakeup() called\n";
44 __wakeup() called
74 __wakeup() called
H A D__serialize_003.phpt11 public function __wakeup() {
12 echo "__wakeup() called\n";
H A D001.phpt35 function __wakeup()
37 echo "__wakeup called\n";
101 __wakeup called
H A D005.phpt55 function __wakeup()
88 function __wakeup()
134 TestOld::__wakeup()
149 TestOld::__wakeup()
H A Dbug72731.phpt8 function __wakeup() {
H A Dbug37947.phpt13 function __wakeup() {
H A Dbug64354_2.phpt6 public function __wakeup() {
/PHP-8.0/ext/standard/tests/strings/
H A Dbug72663_3.phpt2 Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization
7 function __wakeup() {
/PHP-8.0/ext/phar/tests/
H A Dphar_metadata_write4.phpt13 public function __wakeup() {
14 echo "In __wakeup " . spl_object_id($this) . "\n";
81 In __wakeup 2
86 In __wakeup 3
91 In __wakeup 2
96 In __wakeup 3
/PHP-8.0/Zend/
H A Dzend_exceptions.stub.php30 public function __wakeup() {} function in Exception
69 public function __wakeup() {} function in Error
H A Dzend_exceptions_arginfo.h86 ZEND_METHOD(Exception, __wakeup);
114 ZEND_ME(Exception, __wakeup, arginfo_class_Exception___wakeup, ZEND_ACC_PUBLIC)
137 ZEND_MALIAS(Exception, __wakeup, __wakeup, arginfo_class_Error___wakeup, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/spl/
H A Dspl_fixedarray_arginfo.h44 ZEND_METHOD(SplFixedArray, __wakeup);
59 ZEND_ME(SplFixedArray, __wakeup, arginfo_class_SplFixedArray___wakeup, ZEND_ACC_PUBLIC)
H A Dspl_fixedarray.stub.php10 public function __wakeup() {} function in SplFixedArray
/PHP-8.0/ext/date/
H A Dphp_date.stub.php138 public function __wakeup(); function
146 public function __wakeup() {} function in DateTime
252 public function __wakeup() {} function in DateTimeImmutable
370 public function __wakeup() {} function in DateTimeZone
393 public function __wakeup() {} function in DateInterval
422 public function __wakeup() {} function in DatePeriod
H A Dphp_date_arginfo.h478 ZEND_METHOD(DateTime, __wakeup);
483 ZEND_METHOD(DateTimeImmutable, __wakeup);
496 ZEND_METHOD(DateTimeZone, __wakeup);
499 ZEND_METHOD(DateInterval, __wakeup);
506 ZEND_METHOD(DatePeriod, __wakeup);
570 …ZEND_ABSTRACT_ME_WITH_FLAGS(DateTimeInterface, __wakeup, arginfo_class_DateTimeInterface___wakeup,…
577 ZEND_ME(DateTime, __wakeup, arginfo_class_DateTime___wakeup, ZEND_ACC_PUBLIC)
602 ZEND_ME(DateTimeImmutable, __wakeup, arginfo_class_DateTimeImmutable___wakeup, ZEND_ACC_PUBLIC)
633 ZEND_ME(DateTimeZone, __wakeup, arginfo_class_DateTimeZone___wakeup, ZEND_ACC_PUBLIC)
643 ZEND_ME(DateInterval, __wakeup, arginfo_class_DateInterval___wakeup, ZEND_ACC_PUBLIC)
[all …]

Completed in 51 milliseconds

12