Home
last modified time | relevance | path

Searched refs:Serializable (Results 1 – 25 of 39) sorted by relevance

12

/php-src/Zend/tests/enum/
H A Dno-implement-serializable.phpt2 Enum must not implement Serializable
6 enum Foo implements Serializable {
22 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
24 Fatal error: Enum Foo cannot implement the Serializable interface in %s on line %d
H A Dno-implement-serializable-indirect.phpt2 Enum must not implement Serializable indirectly
6 interface MySerializable extends Serializable {}
24 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
26 Fatal error: Enum Foo cannot implement the Serializable interface in %s on line %d
/php-src/Zend/tests/
H A Dserializable_deprecation.phpt2 Serializable deprecation
6 interface I extends Serializable {}
7 abstract class A implements Serializable {}
23 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug64354.phpt5 class B implements Serializable {
24 Deprecated: B implements the Serializable interface, which is deprecated. Implement __serialize() a…
/php-src/Zend/tests/traits/
H A Dinterface_003.phpt2 Testing to implement Serializable interface by traits
15 class bar implements Serializable {
24 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
/php-src/ext/standard/tests/serialize/
H A Dref_to_failed_serialize.phpt2 References to objects for which Serializable::serialize() returned NULL should use N;
6 class NotSerializable implements Serializable {
22 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug36424.phpt2 Bug #36424 - Serializable interface breaks object references
7 class a implements Serializable {
46 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 Dunserialize_extra_data_003.phpt2 Test unserialize() with extra data at the end of a valid value with Serializable
6 final class Foo implements Serializable {
27 Deprecated: Foo implements the Serializable interface, which is deprecated. Implement __serialize()…
H A Dserialization_objects_010.phpt5 Class C implements Serializable {
23 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug64354_3.phpt11 class B implements Serializable {
29 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug65481.phpt10 class Token implements \Serializable {
38 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug80411.phpt6 class UnSerializable implements Serializable
25 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug70219_1.phpt10 class obj implements Serializable {
33 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug64146.phpt17 class B implements Serializable
55 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug70172.phpt5 class obj implements Serializable {
44 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug71940.phpt16 class Entry implements \Serializable
47 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug72663_2.phpt6 class obj implements Serializable {
22 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug70172_2.phpt5 class obj implements Serializable {
51 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A Dbug70436.phpt6 class obj implements Serializable
49 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
H A D005.phpt67 class TestNew implements Serializable
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() …
/php-src/tests/classes/
H A Dserialize_001.phpt2 ZE2 Serializable
6 class Test implements Serializable
49 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
/php-src/ext/standard/tests/strings/
H A Dbug72663.phpt5 class obj implements Serializable {
22 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
/php-src/ext/pdo/tests/
H A Dbug_44409.phpt21 class bug44409 implements Serializable
51 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
/php-src/ext/spl/
H A Dspl_array.stub.php5 class ArrayObject implements IteratorAggregate, ArrayAccess, Serializable, Countable
87 class ArrayIterator implements SeekableIterator, ArrayAccess, Serializable, Countable
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt18 class myclass implements Serializable {
66 // Serializable
110 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …

Completed in 45 milliseconds

12