Home
last modified time | relevance | path

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

12

/php-src/Zend/tests/enum/
H A D__wakeup.phpt2 Enum __wakeup
9 public function __wakeup() {
16 Fatal error: Enum Foo cannot include magic method __wakeup in %s on line %d
/php-src/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-src/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-src/ext/standard/tests/serialize/
H A Dbug72663.phpt2 Bug #72663 (1): Don't call __destruct if __wakeup not called or fails
8 public function __wakeup() {
18 public function __wakeup() {
34 // Unserialize object with throwing __wakeup
H A D__serialize_004.phpt12 public function __wakeup() {
13 echo "__wakeup() called\n";
46 __wakeup() called
76 __wakeup() called
H A D__serialize_003.phpt11 public function __wakeup() {
12 echo "__wakeup() called\n";
H A D001.phpt37 function __wakeup()
39 echo "__wakeup called\n";
103 __wakeup called
H A Dbug72731.phpt8 function __wakeup() {
H A D005.phpt55 function __wakeup()
88 function __wakeup()
135 TestOld::__wakeup()
150 TestOld::__wakeup()
H A Dbug37947.phpt13 function __wakeup() {
H A Dbug64354_2.phpt6 public function __wakeup() {
H A Dbug68976.phpt7 function __wakeup() {
H A Dbug70513.phpt12 function __wakeup()
/php-src/ext/phar/tests/
H A Dphar_metadata_write4.phpt11 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-src/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() {
H A Dbug72663_2.phpt2 Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization
/php-src/ext/date/tests/
H A Dbug62852_var2.phpt12 function __wakeup(): void {
15 parent::__wakeup();
H A Dbug62852_var3.phpt12 function __wakeup(): void {
15 parent::__wakeup();
/php-src/Zend/
H A Dzend_exceptions.stub.php48 public function __wakeup(): void {} function in Exception
112 public function __wakeup(): void {} function in Error
/php-src/ext/dom/tests/
H A Dgh8996.phpt8 echo "=== __sleep and __wakeup ===\n";
20 public function __wakeup(): void
83 === __sleep and __wakeup ===
/php-src/ext/spl/
H A Dspl_fixedarray.stub.php10 public function __wakeup(): void {} function in SplFixedArray
H A Dspl_fixedarray_arginfo.h58 ZEND_METHOD(SplFixedArray, __wakeup);
75 ZEND_ME(SplFixedArray, __wakeup, arginfo_class_SplFixedArray___wakeup, ZEND_ACC_PUBLIC)
/php-src/ext/date/
H A Dphp_date.stub.php334 public function __wakeup(): void; function
350 public function __wakeup(): void {} function in DateTime
467 public function __wakeup(): void {} function in DateTimeImmutable
676 public function __wakeup(): void {} function in DateTimeZone
702 public function __wakeup(): void {} function in DateInterval
763 public function __wakeup(): void {} function in DatePeriod

Completed in 30 milliseconds

12