/PHP-8.0/Zend/tests/ |
H A D | magic_methods_wakeup.phpt | 2 __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 D | bug30791.phpt | 2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
|
H A D | bug34045.phpt | 9 public function __wakeup() {
|
/PHP-8.0/Zend/tests/return_types/ |
H A D | 041.phpt | 2 __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 D | bug62852_var2.phpt | 12 function __wakeup() { 15 parent::__wakeup(); 27 #0 %sbug62852_var2.php(%d): DateTime->__wakeup() 28 #1 [internal function]: Foo->__wakeup()
|
H A D | bug62852_var3.phpt | 12 function __wakeup() { 15 parent::__wakeup(); 27 #0 %sbug62852_var3.php(%d): DateTime->__wakeup() 28 #1 [internal function]: Foo->__wakeup()
|
H A D | bug66721.phpt | 2 Test for bug #66721: __wakeup of DateTime segfaults when invalid object data is supplied 13 #0 [internal function]: DateTime->__wakeup()
|
H A D | bug53437_var1.phpt | 15 #0 [internal function]: DatePeriod->__wakeup()
|
H A D | bug55397.phpt | 11 #0 [internal function]: DateTime->__wakeup()
|
/PHP-8.0/ext/standard/tests/serialize/ |
H A D | bug72663.phpt | 2 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.phpt | 11 public function __wakeup() { 12 echo "__wakeup() called\n"; 44 __wakeup() called 74 __wakeup() called
|
H A D | __serialize_003.phpt | 11 public function __wakeup() { 12 echo "__wakeup() called\n";
|
H A D | 001.phpt | 35 function __wakeup() 37 echo "__wakeup called\n"; 101 __wakeup called
|
H A D | 005.phpt | 55 function __wakeup() 88 function __wakeup() 134 TestOld::__wakeup() 149 TestOld::__wakeup()
|
H A D | bug72731.phpt | 8 function __wakeup() {
|
H A D | bug37947.phpt | 13 function __wakeup() {
|
H A D | bug64354_2.phpt | 6 public function __wakeup() {
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | bug72663_3.phpt | 2 Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization 7 function __wakeup() {
|
/PHP-8.0/ext/phar/tests/ |
H A D | phar_metadata_write4.phpt | 13 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 D | zend_exceptions.stub.php | 30 public function __wakeup() {} function in Exception 69 public function __wakeup() {} function in Error
|
H A D | zend_exceptions_arginfo.h | 86 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 D | spl_fixedarray_arginfo.h | 44 ZEND_METHOD(SplFixedArray, __wakeup); 59 ZEND_ME(SplFixedArray, __wakeup, arginfo_class_SplFixedArray___wakeup, ZEND_ACC_PUBLIC)
|
H A D | spl_fixedarray.stub.php | 10 public function __wakeup() {} function in SplFixedArray
|
/PHP-8.0/ext/date/ |
H A D | php_date.stub.php | 138 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 D | php_date_arginfo.h | 478 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 …]
|