Home
last modified time | relevance | path

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

/PHP-7.0/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 Dbug71995.phpt2 Bug #71995 (Returning the same var twice from __sleep() produces broken serialized data)
11 public function __sleep() {
21 Notice: serialize(): "b" is returned from __sleep multiple times in %sbug71995.php on line %d
H A Dbug69210.phpt2 serialize() integrity with non string on __sleep
9 public function __sleep()
19 public function __sleep()
H A Dbug73154.phpt2 Bug #73154: serialize object with __sleep function crash
7 public function __sleep() {
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 Dbug64354_3.phpt6 public function __sleep() {
H A D005.phpt63 function __sleep()
96 function __sleep()
137 TestOld::__sleep()
H A Dbug65806.phpt27 public function __sleep()
/PHP-7.0/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-7.0/ext/session/tests/
H A Dbug53141.phpt14 function __sleep()
/PHP-7.0/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-7.0/Zend/tests/
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt33 '__sleep' => true,
H A Dpdo_mysql_stmt_fetch_serialize.phpt33 public function __sleep() {
/PHP-7.0/ext/wddx/tests/
H A D004.phpt39 public function __sleep() { return array('bar', 'yes'); }
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c1172 static PHP_METHOD(PDO, __sleep) in PHP_METHOD() argument
1251 PHP_ME(PDO, __sleep, arginfo_pdo__void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
H A Dpdo_stmt.c2157 static PHP_METHOD(PDOStatement, __sleep) in PHP_METHOD() argument
2184 PHP_ME(PDOStatement, __sleep, arginfo_pdostatement__void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
/PHP-7.0/
H A DNEWS800 . Fixed bug #73154 (serialize object with __sleep function crash). (Nikita)
1739 . Fixed bug #71995 (Returning the same var twice from __sleep() produces

Completed in 59 milliseconds