Searched refs:__sleep (Results 1 – 21 of 21) sorted by relevance
/PHP-7.1/ext/standard/tests/serialize/ |
H A D | bug35895.phpt | 2 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 D | bug14293.phpt | 2 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 D | bug71995.phpt | 2 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 D | bug69210.phpt | 2 serialize() integrity with non string on __sleep 9 public function __sleep() 19 public function __sleep()
|
H A D | bug73154.phpt | 2 Bug #73154: serialize object with __sleep function crash 7 public function __sleep() {
|
H A D | bug21957.phpt | 2 Bug #21957 (serialize() mangles objects with __sleep) 15 function __sleep()
|
H A D | 001.phpt | 29 function __sleep() 31 echo "__sleep called\n"; 99 __sleep called
|
H A D | bug64354_3.phpt | 6 public function __sleep() {
|
H A D | 005.phpt | 63 function __sleep() 96 function __sleep() 137 TestOld::__sleep()
|
H A D | bug65806.phpt | 27 public function __sleep()
|
/PHP-7.1/tests/classes/ |
H A D | bug26737.phpt | 2 …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 D | private_members_serialization.phpt | 2 Verifies that it is possible to return private member names of parent classes in __sleep 14 public function __sleep()
|
/PHP-7.1/ext/session/tests/ |
H A D | bug53141.phpt | 14 function __sleep()
|
/PHP-7.1/ext/reflection/tests/ |
H A D | ReflectionMethod_getModifiers_basic.phpt | 51 public function __sleep() {} 141 Modifiers for method TestClass::__sleep(): 209 Modifiers for method TestClass::__sleep():
|
/PHP-7.1/Zend/tests/ |
H A D | bug30791.phpt | 2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
|
/PHP-7.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_interface.phpt | 33 '__sleep' => true,
|
H A D | pdo_mysql_stmt_fetch_serialize.phpt | 33 public function __sleep() {
|
/PHP-7.1/ext/wddx/tests/ |
H A D | 004.phpt | 39 public function __sleep() { return array('bar', 'yes'); }
|
/PHP-7.1/ext/pdo/ |
H A D | pdo_dbh.c | 1170 static PHP_METHOD(PDO, __sleep) in PHP_METHOD() argument 1249 PHP_ME(PDO, __sleep, arginfo_pdo__void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
|
H A D | pdo_stmt.c | 2151 static PHP_METHOD(PDOStatement, __sleep) in PHP_METHOD() argument 2178 PHP_ME(PDOStatement, __sleep, arginfo_pdostatement__void, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
|
/PHP-7.1/ |
H A D | NEWS | 1412 . Fixed bug #73154 (serialize object with __sleep function crash). (Nikita) 3027 . Fixed bug #71995 (Returning the same var twice from __sleep() produces
|
Completed in 79 milliseconds