Home
last modified time | relevance | path

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

12

/PHP-5.5/Zend/tests/traits/
H A Dinterface_003.phpt2 Testing to implement Serializable interface by traits
15 class bar implements Serializable {
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_010.phpt4 <?php if (!interface_exists('Serializable')) die('skip Interface Serialzable not defined'); ?>
18 Class C implements Serializable {
H A Dbug36424.phpt2 Bug #36424 - Serializable interface breaks object references
8 class a implements Serializable {
H A Dbug64354_3.phpt11 class B implements Serializable {
H A Dbug65481.phpt11 class Token implements \Serializable {
H A Dbug70219.phpt5 class obj implements Serializable {
H A Dbug70219_1.phpt8 class obj implements Serializable {
H A Dbug64146.phpt19 class B implements Serializable
H A Dbug70172.phpt7 class obj implements Serializable {
H A Dbug70172_2.phpt5 class obj implements Serializable {
H A D005.phpt4 <?php if (!interface_exists('Serializable')) die('skip Interface Serialzable not defined'); ?>
70 class TestNew implements Serializable
H A Dbug67072_2.phpt17 class MyClassSer implements Serializable {
/PHP-5.5/tests/classes/
H A Dserialize_001.phpt2 ZE2 Serializable
6 class Test implements Serializable
/PHP-5.5/Zend/tests/
H A Dbug64354.phpt5 class B implements Serializable {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug46292.phpt9 die("skip Needs 5.1.0 and Interface Serializable");
18 class myclass implements Serializable {
H A Dpdo_mysql_stmt_fetch_serialize.phpt9 die("skip Needs 5.1.0 and Interface Serializable");
18 class myclass implements Serializable {
66 // Serializable
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt9 die("skip Needs 5.1.0 and Interface Serializable");
18 class myclass implements Serializable {
/PHP-5.5/
H A DUPGRADING.INTERNALS115 whether the object they contain implements the Serializable interface.
117 objects using Serializable to disallow serialization. An object
118 implementing Serializable will always start with "C:" in the serialized
120 implementing Serializable to disable serialization using
H A DUPGRADING211 those implementing Serializable) is still supported in 5.4, though
214 implementing Serializable (like ArrayObject) and classes that extend
/PHP-5.5/ext/pdo/tests/
H A Dbug_44409.phpt20 class bug44409 implements Serializable
H A Dpdo_018.phpt6 if (!interface_exists('Serializable')) die('skip no Serializable interface');
18 class TestBase implements Serializable
/PHP-5.5/ext/spl/
H A Dspl.php592 interface Serializable interface
H A Dspl_array.c1961 REGISTER_SPL_IMPLEMENTS(ArrayObject, Serializable); in PHP_MINIT_FUNCTION()
1987 REGISTER_SPL_IMPLEMENTS(ArrayIterator, Serializable); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re418 Serializable interface have eventually an inconsistent behavior at this place when
424 …/* If this class implements Serializable, it should not land here but in object_custom(). The pass…
/PHP-5.5/Zend/
H A Dzend_interfaces.c564 REGISTER_ITERATOR_INTERFACE(serializable, Serializable) in zend_register_interfaces()

Completed in 34 milliseconds

12