Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/date/tests/
H A Dbug62852_var2.phpt12 function __wakeup() {
15 parent::__wakeup();
26 #0 %sbug62852_var2.php(%d): DateTime->__wakeup()
27 #1 [internal function]: Foo->__wakeup()
H A Dbug62852_var3.phpt12 function __wakeup() {
15 parent::__wakeup();
26 #0 %sbug62852_var3.php(%d): DateTime->__wakeup()
27 #1 [internal function]: Foo->__wakeup()
H A Dbug66721.phpt2 Test for bug #66721: __wakeup of DateTime segfaults when invalid object data is supplied
13 #0 [internal function]: DateTime->__wakeup()
H A Dbug53437_var1.phpt15 #0 [internal function]: DatePeriod->__wakeup()
H A Dbug55397.phpt11 #0 [internal function]: DateTime->__wakeup()
H A Dbug68942.phpt11 #0 [internal function]: DateTimeZone->__wakeup()
H A Dbug62852.phpt15 #0 [internal function]: DateTime->__wakeup()
H A Dbug68942_2.phpt11 #0 [internal function]: DateTime->__wakeup()
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug72663.phpt2 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.phpt11 public function __wakeup() {
12 echo "__wakeup() called\n";
44 __wakeup() called
74 __wakeup() called
H A D__serialize_003.phpt11 public function __wakeup() {
12 echo "__wakeup() called\n";
H A D001.phpt35 function __wakeup()
37 echo "__wakeup called\n";
101 __wakeup called
H A D005.phpt55 function __wakeup()
88 function __wakeup()
136 TestOld::__wakeup()
151 TestOld::__wakeup()
H A Dbug72731.phpt8 function __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()
H A Dbug69425.phpt11 function __wakeup()
/PHP-7.4/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-7.4/ext/date/
H A Dphp_date.h48 PHP_METHOD(DateTime, __wakeup);
86 PHP_METHOD(DateTimeZone, __wakeup);
99 PHP_METHOD(DateInterval, __wakeup);
105 PHP_METHOD(DatePeriod, __wakeup);
/PHP-7.4/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() {
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt53 public function __wakeup() {}
145 Modifiers for method TestClass::__wakeup():
213 Modifiers for method TestClass::__wakeup():

Completed in 23 milliseconds

12