Home
last modified time | relevance | path

Searched refs:serialize (Results 176 – 200 of 287) sorted by relevance

12345678910>>...12

/php-src/ext/standard/tests/serialize/
H A Dincomplete_class_magic.phpt10 $reserialized = serialize($o);
H A Dbug49649.phpt18 * echo base64_encode(serialize(new Foo()));
H A Dbug49649_1.phpt18 * echo base64_encode(serialize(new Foo()));
H A Dbug49649_2.phpt18 * echo base64_encode(serialize(new Foo()));
H A Dunserialize_error_001.phpt9 $s = serialize($z);
H A Dserialization_objects_018.phpt6 public function serialize() {}
H A Dunserialize_classes.phpt9 $s = serialize($z);
/php-src/Zend/tests/
H A Dbug39438.phpt41 $out=serialize($test);
/php-src/ext/date/tests/
H A Dgh11455.phpt17 $serialized = serialize($datetime);
H A Dbug75035.phpt13 $s = serialize($d);
H A DDateTime_serialize.phpt10 $serialized = serialize($date1);
H A DDateInterval_uninitialised_exceptions.phpt25 check(fn() => serialize($mdi));
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unserialize_nested.phpt15 $s = serialize($so);
H A Dbug49263.phpt13 $ss = serialize($s);
/php-src/ext/snmp/tests/
H A Dbug72479.phpt12 $poc = 'a:3:{i:1;N;i:2;O:4:"snmp":1:{s:11:"quick_print";'.serialize($arr).'}i:1;R:7;}';
/php-src/ext/spl/tests/
H A Dbug71617.phpt31 $ser = serialize($test);
H A Dobserver_005.phpt60 var_dump(serialize($storage));
63 $storage2 = unserialize(serialize($storage));
/php-src/ext/random/tests/02_engine/
H A Dall_serialize_native.phpt22 $engine2 = unserialize(serialize($engine));
H A Dall_serialize_user.phpt24 $engine2 = unserialize(serialize($engine));
/php-src/ext/hash/tests/
H A Dhash_serialize_001.phpt2 Hash: serialize()/unserialize()
12 $serial = serialize($ctx0);
17 $serial = serialize($ctx1);
25 // serialize/unserialize produces same results as all-on-one
31 $serial = serialize($orig);
/php-src/Zend/tests/enum/
H A Dspl-object-storage.phpt22 $serialized = serialize($storage);
/php-src/ext/pdo/tests/
H A Dbug_72788.phpt17 putenv("PDOTEST_ATTR=" . serialize(array(PDO::ATTR_PERSISTENT => true)));
/php-src/ext/opcache/tests/jit/
H A Dbug80839.phpt28 echo $this->strVal.$prefix.serialize($info).'aaaa';
/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c66 static bool serialize(void *state, HashTable *data) in serialize() function
112 serialize,
/php-src/ext/spl/
H A Dspl_dllist.stub.php98 public function serialize(): string {} function in SplDoublyLinkedList

Completed in 32 milliseconds

12345678910>>...12