Home
last modified time | relevance | path

Searched refs:serialize (Results 51 – 75 of 287) sorted by relevance

12345678910>>...12

/php-src/ext/standard/tests/serialize/
H A Dbug68594.phpt15 $z = serialize($m);
18 $z = serialize($y);
H A Dsleep_mangled_name_clash.phpt11 $s = serialize(new Test);
15 Warning: serialize(): "priv" is returned from __sleep() multiple times in %s on line %d
H A Dbug62373.phpt2 Bug #62373 (serialize() generates wrong reference to the object)
14 $s = unserialize(serialize(array($b, $a)));
H A Dbug35895.phpt20 serialize($obj);
24 Warning: serialize(): "parents" returned as member variable from __sleep() but does not exist in %s…
H A Dunserialize_subclasses.phpt9 $c = serialize(new C);
10 $d = serialize(new D);
H A Dserialization_arrays_001.phpt2 Test serialize() & unserialize() functions: arrays (circular references)
11 $serialize_data = serialize($arr_circ);
20 $serialize_data = serialize($arr_asso);
H A Dbug21957.phpt2 Bug #21957 (serialize() mangles objects with __sleep)
26 $s = @serialize($t);
H A Dserialization_objects_016.phpt10 $s=serialize($y);
14 vaR_dump(serialize($x));
H A Dbug71995.phpt16 $s = serialize($a);
21 Warning: serialize(): "b" is returned from __sleep() multiple times in %s on line %d
H A Dbug72229.phpt2 Bug #72229 (Wrong reference when serialize/unserialize an object)
18 $txt1 = serialize($Obj1);
H A Dserialization_objects_001.phpt2 Test serialize() & unserialize() functions: objects
18 $serialize_data = serialize( $members_obj );
25 $serialize_data = serialize( $ref_members_obj );
H A Dbug64354_3.phpt12 public function serialize() {
23 serialize($data);
/php-src/ext/spl/tests/
H A Dbug62672.phpt2 Bug #62672 (Error on serialize of ArrayObject)
29 var_dump($obj == unserialize(serialize($obj)));
H A Dbug41528.phpt2 Bug #41528 (Classes extending ArrayObject do not serialize correctly)
16 $classOne = unserialize(serialize($classOne));
H A Darray_023.phpt2 Testing class extending to ArrayObject and serialize
17 $a = unserialize(serialize($a));
33 $a = unserialize(serialize($a));
H A Dgh10925.phpt15 $serialized = serialize($x);
20 $serialized = serialize($x);
26 $serialized = serialize($x);
H A Darray_025.phpt2 SPL: ArrayObject serialize with an object as storage
6 $s = serialize($obj1);
H A Dobserver_003.phpt30 var_dump(serialize($storage));
33 $storage2 = unserialize(serialize($storage));
/php-src/Zend/tests/
H A Dbug69761.phpt9 var_dump(serialize($instance));
14 #0 %sbug69761.php(%d): serialize(Object(class@anonymous))
H A Dserializable_deprecation.phpt10 public function serialize(): string {}
15 public function serialize(): string {}
/php-src/ext/standard/tests/strings/
H A Dbug68710.phpt16 $z = serialize($m);
20 $z = serialize($y);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_class.phpt67 public function serialize() {
69 return 'Data from serialize';
88 $myobj = serialize($obj);
117 myclass::serialize()
120 myclass::__set(myobj, 'C:7:"myclass":19:{Data from serialize}')
126 string(38) "C:7:"myclass":19:{Data from serialize}"
H A Dpdo_mysql_stmt_fetch_serialize.phpt67 public function serialize() {
69 return 'Data from serialize';
88 $myobj = serialize($obj);
114 myclass::serialize()
117 myclass::unserialize('Data from serialize')
/php-src/Zend/tests/traits/
H A Dinterface_003.phpt7 public function serialize() {
19 var_dump($o = serialize(new bar));
/php-src/tests/classes/
H A Dbug26737.phpt17 $data = serialize($foo);
21 Warning: serialize(): "no_such" returned as member variable from __sleep() but does not exist in %s…

Completed in 30 milliseconds

12345678910>>...12