Home
last modified time | relevance | path

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

12

/PHP-7.0/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.phpt58 function __wakeup()
91 function __wakeup()
139 TestOld::__wakeup()
154 TestOld::__wakeup()
H A Dbug72731.phpt8 function __wakeup() {
H A Dbug64354_2.phpt6 public function __wakeup() {
H A Dbug37947.phpt13 function __wakeup() {
H A Dbug68976.phpt7 function __wakeup() {
H A Dbug70513.phpt12 function __wakeup()
H A Dbug69425.phpt11 function __wakeup()
H A Dbug70172_2.phpt17 function __wakeup() {
/PHP-7.0/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
H A Dbug72663.phpt2 Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization
/PHP-7.0/ext/date/tests/
H A Dbug62852_var2.phpt12 function __wakeup() {
15 parent::__wakeup();
H A Dbug62852_var3.phpt12 function __wakeup() {
15 parent::__wakeup();
H A Dbug68942.phpt9 Fatal error: DateTimeZone::__wakeup(): Timezone initialization failed in %s%ebug68942.php on line %d
H A Dbug66721.phpt2 Test for bug #66721: __wakeup of DateTime segfaults when invalid object data is supplied
/PHP-7.0/ext/date/
H A Dphp_date.h54 PHP_METHOD(DateTime, __wakeup);
91 PHP_METHOD(DateTimeZone, __wakeup);
104 PHP_METHOD(DateInterval, __wakeup);
110 PHP_METHOD(DatePeriod, __wakeup);
/PHP-7.0/ext/curl/
H A Dcurl_file.c138 ZEND_METHOD(CURLFile, __wakeup) in ZEND_METHOD() argument
164 PHP_ME(CURLFile, __wakeup, NULL, ZEND_ACC_PUBLIC)
/PHP-7.0/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.0/ext/curl/tests/
H A Dcurl_file_serialize.phpt17 #0 [internal function]: CURLFile->__wakeup()
/PHP-7.0/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt53 public function __wakeup() {}
145 Modifiers for method TestClass::__wakeup():
213 Modifiers for method TestClass::__wakeup():
/PHP-7.0/ext/spl/tests/
H A Dbug70365.phpt7 function __wakeup() {
H A Dbug70366.phpt7 function __wakeup() {

Completed in 41 milliseconds

12