Home
last modified time | relevance | path

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

12

/PHP-5.6/ext/standard/tests/serialize/
H A Dbug72610_2.phpt2 __wakeup can replace a copy of the object referring to the root node.
5 … test to make sure that further changes to unserialize don't allow freeing the root in __wakeup. */
11 public function __wakeup() {
12 echo "Calling __wakeup\n";
25 Calling __wakeup
H A Dbug72610_3.phpt2 __wakeup should be able to modify dynamic properties without affecting copies of those properties
15 public function __wakeup() {
16 echo "Calling __wakeup " . json_encode($this->a) . "\n";
33 Calling __wakeup {"c":null}
34 Calling __wakeup {"c":null}
H A Dbug72610.phpt2 __wakeup should be able to add dynamic properties without affecting other dynamic properties
13 public function __wakeup() {
14 echo "Calling __wakeup\n";
45 Calling __wakeup
46 Calling __wakeup
H A Dbug73367_2.phpt2 Bug #73367: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization (2)
8 function __wakeup() {
H A Dbug73367.phpt2 Bug #73367: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization
8 function __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 Dbug73092.phpt7 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 Dbug73092_2.phpt7 function __wakeup() {
/PHP-5.6/ext/standard/tests/strings/
H A Dbug72663_3.phpt2 Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization
9 function __wakeup() {
H A Dbug72663_2.phpt2 Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization
/PHP-5.6/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-5.6/ext/date/
H A Dphp_date.h51 PHP_METHOD(DateTime, __wakeup);
88 PHP_METHOD(DateTimeZone, __wakeup);
101 PHP_METHOD(DateInterval, __wakeup);
107 PHP_METHOD(DatePeriod, __wakeup);
/PHP-5.6/Zend/tests/
H A Dbug34045.phpt9 public function __wakeup() {
/PHP-5.6/ext/curl/
H A Dcurl_file.c138 ZEND_METHOD(CURLFile, __wakeup) in ZEND_METHOD() argument
166 PHP_ME(CURLFile, __wakeup, NULL, ZEND_ACC_PUBLIC)
/PHP-5.6/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-5.6/ext/curl/tests/
H A Dcurl_file_serialize.phpt17 #0 [internal function]: CURLFile->__wakeup()

Completed in 31 milliseconds

12