Home
last modified time | relevance | path

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

12

/php-src/Zend/tests/
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
H A Dbug34045.phpt9 public function __wakeup() {
H A Dmagic_methods_inheritance_rules.phpt34 public function __wakeup(): void {}
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
/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/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/Zend/
H A Dzend_exceptions.c341 ZEND_METHOD(Exception, __wakeup) in ZEND_METHOD() argument
H A Dzend_exceptions.stub.php48 public function __wakeup(): void {} function in Exception
112 public function __wakeup(): void {} function in Error
H A Dzend_exceptions_arginfo.h86 ZEND_METHOD(Exception, __wakeup);
112 ZEND_ME(Exception, __wakeup, arginfo_class_Exception___wakeup, ZEND_ACC_PUBLIC)
/php-src/ext/date/
H A Dphp_date.c3050 PHP_METHOD(DateTime, __wakeup) in PHP_METHOD() argument
3069 PHP_METHOD(DateTimeImmutable, __wakeup) in PHP_METHOD() argument
4126 PHP_METHOD(DateTimeZone, __wakeup) in PHP_METHOD() argument
4838 PHP_METHOD(DateInterval, __wakeup) in PHP_METHOD() argument
5914 PHP_METHOD(DatePeriod, __wakeup) in PHP_METHOD() argument
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
H A Dphp_date_arginfo.h570 ZEND_METHOD(DateTime, __wakeup);
582 ZEND_METHOD(DateTimeImmutable, __wakeup);
599 ZEND_METHOD(DateTimeZone, __wakeup);
605 ZEND_METHOD(DateInterval, __wakeup);
615 ZEND_METHOD(DatePeriod, __wakeup);
688 ZEND_ME(DateTime, __wakeup, arginfo_class_DateTime___wakeup, ZEND_ACC_PUBLIC)
717 ZEND_ME(DateTimeImmutable, __wakeup, arginfo_class_DateTimeImmutable___wakeup, ZEND_ACC_PUBLIC)
752 ZEND_ME(DateTimeZone, __wakeup, arginfo_class_DateTimeZone___wakeup, ZEND_ACC_PUBLIC)
763 ZEND_ME(DateInterval, __wakeup, arginfo_class_DateInterval___wakeup, ZEND_ACC_PUBLIC)
777 ZEND_ME(DatePeriod, __wakeup, arginfo_class_DatePeriod___wakeup, ZEND_ACC_PUBLIC)
/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/ext/dom/
H A Dnode.c2603 PHP_METHOD(DOMNode, __wakeup) in PHP_METHOD() argument
H A Dphp_dom.stub.php420 public function __wakeup(): void {} function in DOMNode
459 public function __wakeup(): void {} function in DOMNameSpaceNode
1218 public function __wakeup(): void {} function in DOM\\Node
H A Dphp_dom_arginfo.h1123 ZEND_METHOD(DOMNode, __wakeup);
1359 ZEND_ME(DOMNode, __wakeup, arginfo_class_DOMNode___wakeup, ZEND_ACC_PUBLIC)
/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/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_class.phpt37 public function __wakeup() {
H A Dpdo_mysql_stmt_fetch_serialize.phpt37 public function __wakeup() {
H A Dpdo_mysql_stmt_fetch_serialize_fetch_class.phpt37 public function __wakeup() {
/php-src/ext/phar/tests/
H A Dphar_metadata_write3.phpt11 public function __wakeup() {
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/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt59 public function __wakeup() {}
165 Modifiers for method TestClass::__wakeup():
253 Modifiers for method TestClass::__wakeup():
/php-src/ext/spl/
H A Dspl_fixedarray.c563 PHP_METHOD(SplFixedArray, __wakeup) in PHP_METHOD() argument

Completed in 104 milliseconds

12