Home
last modified time | relevance | path

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

12

/PHP-7.3/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.3/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 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.3/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.3/ext/date/
H A Dphp_date.h52 PHP_METHOD(DateTime, __wakeup);
90 PHP_METHOD(DateTimeZone, __wakeup);
103 PHP_METHOD(DateInterval, __wakeup);
109 PHP_METHOD(DatePeriod, __wakeup);
/PHP-7.3/Zend/tests/
H A Dbug34045.phpt9 public function __wakeup() {
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
/PHP-7.3/ext/curl/
H A Dcurl_file.c135 ZEND_METHOD(CURLFile, __wakeup) in ZEND_METHOD() argument
161 PHP_ME(CURLFile, __wakeup, NULL, ZEND_ACC_PUBLIC)
/PHP-7.3/ext/curl/tests/
H A Dcurl_file_serialize.phpt17 #0 [internal function]: CURLFile->__wakeup()
/PHP-7.3/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 34 milliseconds

12