/PHP-8.1/Zend/tests/ |
H A D | magic_methods_serialize.phpt | 2 __serialize declaration 6 static function __serialize($arguments) {} 10 Fatal error: Method Foo::__serialize() cannot take arguments in %s on line %d
|
H A D | serializable_deprecation.phpt | 17 public function __serialize(): array {} 23 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
|
H A D | bug64354.phpt | 24 Deprecated: B implements the Serializable interface, which is deprecated. Implement __serialize() a…
|
/PHP-8.1/Zend/tests/return_types/ |
H A D | 038.phpt | 2 __serialize can only declare array as return type 6 public function __serialize(): \stdClass {} 10 Fatal error: Foo::__serialize(): Return type must be array when declared in %s on line %d
|
/PHP-8.1/ext/standard/tests/serialize/ |
H A D | __serialize_002.phpt | 2 __serialize() mechanism (002): TypeError on invalid return type 7 public function __serialize() { 20 Test::__serialize() must return an array
|
H A D | __serialize_003.phpt | 2 __serialize() mechanism (003): Interoperability of different serialization mechanisms 15 public function __serialize() { 16 echo "__serialize() called\n"; 44 __serialize() called
|
H A D | __serialize_005.phpt | 2 __serialize() mechanism (005): parent::__unserialize() is safe 11 public function __serialize() { 25 public function __serialize() { 26 return [$this->data2, parent::__serialize()];
|
H A D | bug81111.phpt | 2 Bug #81111: Serialization is unexpectedly allowed on anonymous classes with __serialize() 7 public function __serialize() { return []; } 18 public function __serialize() { return []; }
|
H A D | __serialize_001.phpt | 2 __serialize() mechanism (001): Basics 9 public function __serialize() {
|
H A D | bug36424.phpt | 45 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() … 47 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() … 49 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
|
H A D | __serialize_004.phpt | 2 __serialize() mechanism (004): Delayed __unserialize() calls 23 public function __serialize() {
|
H A D | serialization_objects_010.phpt | 23 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
|
H A D | ref_to_failed_serialize.phpt | 22 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
|
H A D | 005.phpt | 131 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() … 156 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() … 165 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
|
H A D | bug64354_3.phpt | 29 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
|
/PHP-8.1/ext/spl/tests/ |
H A D | serialize_property_tables.phpt | 23 var_dump($x->__serialize()); 26 var_dump($x->__serialize()); 29 var_dump($x->__serialize());
|
H A D | bug45826.phpt | 34 public function __serialize(): array { 35 return parent::__serialize(); 53 $s2 = $o->__serialize();
|
H A D | ArrayObject__serialize_saves_iterator_class.phpt | 2 ArrayObject::__serialize saves any iterator class set by ::setIteratorClass
|
/PHP-8.1/ext/dom/tests/ |
H A D | gh8996.phpt | 35 echo "=== __serialize and __unserialize ===\n"; 39 public function __serialize(): array 97 === __serialize and __unserialize === 110 … implements the Serializable interface, which is deprecated. Implement __serialize() and __unseria…
|
/PHP-8.1/ext/spl/ |
H A D | spl_array.stub.php | 61 public function __serialize(): array {} function in ArrayObject 192 public function __serialize(): array {} function in ArrayIterator
|
H A D | spl_dllist.stub.php | 92 public function __serialize(): array {} function in SplDoublyLinkedList
|
/PHP-8.1/Zend/tests/enum/ |
H A D | no-implement-serializable.phpt | 22 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
|
H A D | no-implement-serializable-indirect.phpt | 24 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
|
/PHP-8.1/Zend/tests/traits/ |
H A D | interface_003.phpt | 24 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
|
/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionMethod_getModifiers_basic.phpt | 65 public function __serialize() {} 177 Modifiers for method TestClass::__serialize(): 265 Modifiers for method TestClass::__serialize():
|