Home
last modified time | relevance | path

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

12345

/PHP-5.3/ext/standard/tests/serialize/
H A Dbug28325.phpt18 var_dump(unserialize(serialize($a)));
H A Dbug45706.phpt11 $s = serialize($x);
H A Dserialization_objects_008.phpt5 /* Prototype : proto string serialize(mixed variable)
H A Dserialization_arrays_004.phpt5 /* Prototype : proto string serialize(mixed variable)
18 $ser = serialize($a);
H A Dbug31402.phpt29 $ser = serialize($before);
H A Dserialization_objects_009.phpt5 /* Prototype : proto string serialize(mixed variable)
H A Dserialization_objects_007.phpt5 /* Prototype : proto string serialize(mixed variable)
H A Dserialization_miscTypes_001.phpt2 Test serialize() & unserialize() functions: many types
11 /* Prototype : proto string serialize(mixed variable)
97 $serialize_data = serialize($Variation_arr[$i]);
H A Dserialization_objects_006.phpt5 /* Prototype : proto string serialize(mixed variable)
H A Dserialization_arrays_003.phpt5 /* Prototype : proto string serialize(mixed variable)
18 $ser = serialize($a);
/PHP-5.3/ext/spl/tests/
H A DSplObjectStorage_unserialize_nested.phpt15 $s = serialize($so);
H A Dobserver_005.phpt60 var_dump(serialize($storage));
63 $storage2 = unserialize(serialize($storage));
H A Dbug49263.phpt15 $ss = serialize($s);
/PHP-5.3/ext/date/tests/
H A DDateTimeZone_serialize.phpt10 $serialized = serialize($tz1);
H A DDateTime_serialize.phpt10 $serialized = serialize($date1);
H A Dbug53437_var2.phpt7 $s = serialize($di0);
/PHP-5.3/Zend/tests/
H A Dbug30791.phpt22 $c = unserialize(serialize($b));
H A Dbug39438.phpt41 $out=serialize($test);
/PHP-5.3/ext/pdo_oci/tests/
H A Dbug44301.phpt11 putenv("PDO_OCI_TEST_ATTR=" . serialize(array(PDO::ATTR_PERSISTENT => true)));
H A Dpdo_oci_attr_prefetch_1.phpt17 putenv('PDOTEST_ATTR='.serialize(array(PDO::ATTR_PREFETCH=>101)));
H A Dpdo_oci_attr_autocommit_3.phpt15 putenv('PDOTEST_ATTR='.serialize(array(PDO::ATTR_AUTOCOMMIT=>false)));
/PHP-5.3/ext/pdo/tests/
H A Dbug_44409.phpt27 public function serialize()
/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug_61411.phpt33 putenv('PDOTEST_ATTR='.serialize($attr));
/PHP-5.3/ext/standard/
H A Dphp_var.h29 PHP_FUNCTION(serialize);
/PHP-5.3/ext/spl/examples/
H A Ddbaarray.inc74 //dba_replace($name, serialize($value), $this->db);

Completed in 25 milliseconds

12345