Home
last modified time | relevance | path

Searched refs:__sleep (Results 1 – 18 of 18) sorted by relevance

/PHP-5.5/ext/standard/tests/serialize/
H A Dbug35895.phpt2 Bug #35895 (__sleep and private property)
7 public function __sleep() {
14 public function __sleep() {
15 return array_merge(array("child"), parent::__sleep());
24 Notice: serialize(): "parents" returned as member variable from __sleep() but does not exist in %sb…
H A Dbug14293.phpt2 Bug #14293 (serialize() and __sleep())
12 function __sleep()
14 echo "__sleep called\n";
27 __sleep called
29 Notice: serialize(): "b" returned as member variable from __sleep() but does not exist in %sbug1429…
H A Dbug21957.phpt2 Bug #21957 (serialize() mangles objects with __sleep)
15 function __sleep()
H A D001.phpt29 function __sleep()
31 echo "__sleep called\n";
99 __sleep called
H A D005.phpt63 function __sleep()
96 function __sleep()
137 TestOld::__sleep()
H A Dbug64354_3.phpt6 public function __sleep() {
H A Dbug65806.phpt27 public function __sleep()
/PHP-5.5/tests/classes/
H A Dbug26737.phpt2 …Protected and private variables are not saved on serialization when a user defined __sleep is used)
11 public function __sleep()
21 Notice: serialize(): "no_such" returned as member variable from __sleep() but does not exist in %s …
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
14 public function __sleep()
/PHP-5.5/ext/session/tests/
H A Dbug53141.phpt14 function __sleep()
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt51 public function __sleep() {}
141 Modifiers for method TestClass::__sleep():
209 Modifiers for method TestClass::__sleep():
/PHP-5.5/Zend/tests/
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt33 '__sleep' => true,
H A Dpdo_mysql_stmt_fetch_serialize.phpt33 public function __sleep() {
/PHP-5.5/ext/wddx/tests/
H A D004.phpt39 public function __sleep() { return array('bar', 'yes'); }
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1201 static PHP_METHOD(PDO, __sleep) in PHP_METHOD() argument
1283 PHP_ME(PDO, __sleep, arginfo_pdo__void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
H A Dpdo_stmt.c2197 static PHP_METHOD(PDOStatement, __sleep) in PHP_METHOD() argument
2224 PHP_ME(PDOStatement, __sleep, arginfo_pdostatement__void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
/PHP-5.5/
H A DNEWS9696 - Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call
10112 declared method __sleep() exists). E_NOTICE thrown when __sleep() returns

Completed in 69 milliseconds