Searched refs:__wakeup (Results 1 – 25 of 47) sorted by relevance
12
2 Enum __wakeup9 public function __wakeup() {16 Fatal error: Enum Foo cannot include magic method __wakeup in %s on line %d
2 __wakeup cannot take arguments6 public function __wakeup(string $name) {}10 Fatal error: Method Foo::__wakeup() cannot take arguments in %s on line %d
2 __wakeup can only declare return void6 public function __wakeup(): bool {}10 Fatal error: Foo::__wakeup(): Return type must be void when declared in %s on line %d
2 Bug #72663 (1): Don't call __destruct if __wakeup not called or fails8 public function __wakeup() {18 public function __wakeup() {34 // Unserialize object with throwing __wakeup
12 public function __wakeup() {13 echo "__wakeup() called\n";46 __wakeup() called76 __wakeup() called
11 public function __wakeup() {12 echo "__wakeup() called\n";
37 function __wakeup()39 echo "__wakeup called\n";103 __wakeup called
8 function __wakeup() {
55 function __wakeup()88 function __wakeup()135 TestOld::__wakeup()150 TestOld::__wakeup()
13 function __wakeup() {
6 public function __wakeup() {
7 function __wakeup() {
12 function __wakeup()
11 function __wakeup()
11 public function __wakeup() {12 echo "In __wakeup " . spl_object_id($this) . "\n";79 In __wakeup 284 In __wakeup 389 In __wakeup 294 In __wakeup 3
2 Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization7 function __wakeup() {
2 Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization
12 function __wakeup(): void {15 parent::__wakeup();
48 public function __wakeup(): void {} function in Exception112 public function __wakeup(): void {} function in Error
8 echo "=== __sleep and __wakeup ===\n";20 public function __wakeup(): void83 === __sleep and __wakeup ===
2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
9 public function __wakeup() {
11 public function __wakeup(): void {} function in SplFixedArray
337 public function __wakeup(): void; function353 public function __wakeup(): void {} function in DateTime470 public function __wakeup(): void {} function in DateTimeImmutable637 public function __wakeup(): void {} function in DateTimeZone663 public function __wakeup(): void {} function in DateInterval739 public function __wakeup(): void {} function in DatePeriod
Completed in 28 milliseconds