/PHP-8.1/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.1/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.1/ext/date/tests/ |
H A D | bug62852_var2.phpt | 12 function __wakeup(): void { 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(): void { 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.1/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 | bug72731.phpt | 8 function __wakeup() {
|
H A D | 005.phpt | 55 function __wakeup() 88 function __wakeup() 135 TestOld::__wakeup() 150 TestOld::__wakeup()
|
H A D | bug37947.phpt | 13 function __wakeup() {
|
H A D | bug64354_2.phpt | 6 public function __wakeup() {
|
/PHP-8.1/ext/phar/tests/ |
H A D | phar_metadata_write4.phpt | 11 public function __wakeup() { 12 echo "In __wakeup " . spl_object_id($this) . "\n"; 79 In __wakeup 2 84 In __wakeup 3 89 In __wakeup 2 94 In __wakeup 3
|
/PHP-8.1/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.1/Zend/ |
H A D | zend_exceptions.stub.php | 46 public function __wakeup(): void {} function in Exception 110 public function __wakeup(): void {} function in Error
|
/PHP-8.1/ext/date/ |
H A D | php_date.stub.php | 207 public function __wakeup(): void; function 215 public function __wakeup(): void {} function in DateTime 322 public function __wakeup(): void {} function in DateTimeImmutable 445 public function __wakeup(): void {} function in DateTimeZone 468 public function __wakeup(): void {} function in DateInterval 497 public function __wakeup(): void {} function in DatePeriod
|
H A D | php_date_arginfo.h | 520 ZEND_METHOD(DateTime, __wakeup); 525 ZEND_METHOD(DateTimeImmutable, __wakeup); 538 ZEND_METHOD(DateTimeZone, __wakeup); 541 ZEND_METHOD(DateInterval, __wakeup); 548 ZEND_METHOD(DatePeriod, __wakeup); 612 …ZEND_ABSTRACT_ME_WITH_FLAGS(DateTimeInterface, __wakeup, arginfo_class_DateTimeInterface___wakeup,… 619 ZEND_ME(DateTime, __wakeup, arginfo_class_DateTime___wakeup, ZEND_ACC_PUBLIC) 644 ZEND_ME(DateTimeImmutable, __wakeup, arginfo_class_DateTimeImmutable___wakeup, ZEND_ACC_PUBLIC) 675 ZEND_ME(DateTimeZone, __wakeup, arginfo_class_DateTimeZone___wakeup, ZEND_ACC_PUBLIC) 685 ZEND_ME(DateInterval, __wakeup, arginfo_class_DateInterval___wakeup, ZEND_ACC_PUBLIC) [all …]
|
/PHP-8.1/ext/dom/tests/ |
H A D | gh8996.phpt | 8 echo "=== __sleep and __wakeup ===\n"; 20 public function __wakeup(): void 83 === __sleep and __wakeup ===
|
/PHP-8.1/ext/spl/ |
H A D | spl_fixedarray.stub.php | 10 public function __wakeup(): void {} function in SplFixedArray
|
H A D | spl_fixedarray_arginfo.h | 53 ZEND_METHOD(SplFixedArray, __wakeup); 69 ZEND_ME(SplFixedArray, __wakeup, arginfo_class_SplFixedArray___wakeup, ZEND_ACC_PUBLIC)
|