Home
last modified time | relevance | path

Searched refs:__serialize (Results 51 – 75 of 94) sorted by path

1234

/php-src/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt65 public function __serialize() {}
177 Modifiers for method TestClass::__serialize():
265 Modifiers for method TestClass::__serialize():
/php-src/ext/spl/
H A Dspl_array.c1397 PHP_METHOD(ArrayObject, __serialize) in PHP_METHOD() argument
H A Dspl_array.stub.php66 public function __serialize(): array {} function in ArrayObject
202 public function __serialize(): array {} function in ArrayIterator
H A Dspl_array_arginfo.h174 ZEND_METHOD(ArrayObject, __serialize);
210 ZEND_ME(ArrayObject, __serialize, arginfo_class_ArrayObject___serialize, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c1097 PHP_METHOD(SplDoublyLinkedList, __serialize) in PHP_METHOD() argument
H A Dspl_dllist.stub.php101 public function __serialize(): array {} function in SplDoublyLinkedList
H A Dspl_dllist_arginfo.h110 ZEND_METHOD(SplDoublyLinkedList, __serialize);
138 …ZEND_ME(SplDoublyLinkedList, __serialize, arginfo_class_SplDoublyLinkedList___serialize, ZEND_ACC_…
H A Dspl_fixedarray.c590 PHP_METHOD(SplFixedArray, __serialize) in PHP_METHOD() argument
H A Dspl_fixedarray.stub.php12 public function __serialize(): array {} function in SplFixedArray
H A Dspl_fixedarray_arginfo.h59 ZEND_METHOD(SplFixedArray, __serialize);
76 ZEND_ME(SplFixedArray, __serialize, arginfo_class_SplFixedArray___serialize, ZEND_ACC_PUBLIC)
H A Dspl_observer.c976 PHP_METHOD(SplObjectStorage, __serialize) in PHP_METHOD() argument
H A Dspl_observer.stub.php107 public function __serialize(): array {} function in SplObjectStorage
H A Dspl_observer_arginfo.h159 ZEND_METHOD(SplObjectStorage, __serialize);
210 ZEND_ME(SplObjectStorage, __serialize, arginfo_class_SplObjectStorage___serialize, ZEND_ACC_PUBLIC)
/php-src/ext/spl/tests/
H A DArrayObject__serialize_saves_iterator_class.phpt2 ArrayObject::__serialize saves any iterator class set by ::setIteratorClass
H A Dbug45826.phpt34 public function __serialize(): array {
35 return parent::__serialize();
53 $s2 = $o->__serialize();
H A Dserialize_property_tables.phpt23 var_dump($x->__serialize());
26 var_dump($x->__serialize());
29 var_dump($x->__serialize());
/php-src/ext/standard/tests/serialize/
H A D005.phpt131 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__serialize_001.phpt2 __serialize() mechanism (001): Basics
9 public function __serialize() {
H A D__serialize_002.phpt2 __serialize() mechanism (002): TypeError on invalid return type
7 public function __serialize() {
20 Test::__serialize() must return an array
H A D__serialize_003.phpt2 __serialize() mechanism (003): Interoperability of different serialization mechanisms
15 public function __serialize() {
16 echo "__serialize() called\n";
44 __serialize() called
H A D__serialize_004.phpt2 __serialize() mechanism (004): Delayed __unserialize() calls
25 public function __serialize() {
H A D__serialize_005.phpt2 __serialize() mechanism (005): parent::__unserialize() is safe
11 public function __serialize() {
25 public function __serialize() {
26 return [$this->data2, parent::__serialize()];
H A Dbug36424.phpt46 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
48 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
50 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug64146.phpt55 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug64354_3.phpt29 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …

Completed in 55 milliseconds

1234