Home
last modified time | relevance | path

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

12

/PHP-5.5/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/bug68942.php on line %d
H A Dbug66721.phpt2 Test for bug #66721: __wakeup of DateTime segfaults when invalid object data is supplied
H A DDateTimeZone_verify.phpt40 string(8) "__wakeup"
H A DDateTime_verify.phpt41 string(8) "__wakeup"
/PHP-5.5/ext/standard/tests/serialize/
H A D005.phpt58 function __wakeup()
91 function __wakeup()
139 TestOld::__wakeup()
154 TestOld::__wakeup()
159 TestNew::__wakeup()
H A D001.phpt35 function __wakeup()
37 echo "__wakeup called\n";
101 __wakeup called
H A Dbug64354_2.phpt6 public function __wakeup() {
H A Dbug37947.phpt13 function __wakeup() {
H A Dbug68976.phpt7 function __wakeup() {
H A Dbug70172_2.phpt17 function __wakeup() {
H A Dbug65806.phpt34 public function __wakeup()
/PHP-5.5/ext/date/
H A Dphp_date.h51 PHP_METHOD(DateTime, __wakeup);
87 PHP_METHOD(DateTimeZone, __wakeup);
100 PHP_METHOD(DateInterval, __wakeup);
106 PHP_METHOD(DatePeriod, __wakeup);
/PHP-5.5/ext/curl/
H A Dcurl_file.c138 ZEND_METHOD(CURLFile, __wakeup) in ZEND_METHOD() argument
163 PHP_ME(CURLFile, __wakeup, NULL, ZEND_ACC_PUBLIC)
/PHP-5.5/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-5.5/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.5/ext/curl/tests/
H A Dcurl_file_serialize.phpt17 #0 [internal function]: CURLFile->__wakeup()
/PHP-5.5/ext/spl/tests/
H A Dbug70366.phpt7 function __wakeup() {
H A Dbug70365.phpt7 function __wakeup() {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt32 '__wakeup' => true,
/PHP-5.5/sapi/cli/tests/
H A D005.phpt77 Method [ <internal:Core> public method __wakeup ] {
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re450 zend_hash_exists(&Z_OBJCE_PP(rval)->function_table, "__wakeup", sizeof("__wakeup"))) {
452 ZVAL_STRINGL(&fname, "__wakeup", sizeof("__wakeup") - 1, 0);
/PHP-5.5/Zend/
H A Dzend_generators.c590 ZEND_METHOD(Generator, __wakeup) in ZEND_METHOD() argument
728 ZEND_ME(Generator, __wakeup, arginfo_generator_void, ZEND_ACC_PUBLIC)

Completed in 55 milliseconds

12