Searched refs:Serializable (Results 1 – 25 of 27) sorted by relevance
12
2 Testing to implement Serializable interface by traits15 class bar implements Serializable {
4 <?php if (!interface_exists('Serializable')) die('skip Interface Serialzable not defined'); ?>18 Class C implements Serializable {
2 Bug #36424 - Serializable interface breaks object references8 class a implements Serializable {
11 class B implements Serializable {
11 class Token implements \Serializable {
5 class obj implements Serializable {
19 class B implements Serializable
7 class obj implements Serializable {
4 <?php if (!interface_exists('Serializable')) die('skip Interface Serialzable not defined'); ?>70 class TestNew implements Serializable
17 class MyClassSer implements Serializable {
2 ZE2 Serializable6 class Test implements Serializable
9 die("skip Needs 5.1.0 and Interface Serializable");18 class myclass implements Serializable {
9 die("skip Needs 5.1.0 and Interface Serializable");18 class myclass implements Serializable {66 // Serializable
5 class B implements Serializable {
20 class bug44409 implements Serializable
6 if (!interface_exists('Serializable')) die('skip no Serializable interface');18 class TestBase implements Serializable
195 whether the object they contain implements the Serializable interface.197 objects using Serializable to disallow serialization. An object198 implementing Serializable will always start with "C:" in the serialized200 implementing Serializable to disable serialization using
365 those implementing Serializable) is still supported in 5.4, though368 implementing Serializable (like ArrayObject) and classes that extend
592 interface Serializable interface
1963 REGISTER_SPL_IMPLEMENTS(ArrayObject, Serializable); in PHP_MINIT_FUNCTION()1988 REGISTER_SPL_IMPLEMENTS(ArrayIterator, Serializable); in PHP_MINIT_FUNCTION()
1361 REGISTER_SPL_IMPLEMENTS(SplDoublyLinkedList, Serializable); in PHP_MINIT_FUNCTION()
418 Serializable interface have eventually an inconsistent behavior at this place when424 …/* If this class implements Serializable, it should not land here but in object_custom(). The pass…
590 REGISTER_ITERATOR_INTERFACE(serializable, Serializable) in zend_register_interfaces()
Completed in 40 milliseconds