Home
last modified time | relevance | path

Searched refs:serialize (Results 1 – 25 of 287) sorted by last modified time

12345678910>>...12

/php-src/
H A DUPGRADING663 `serialize()`.
H A Dphp.ini-development1362 ; Handler used to serialize data. php is the standard serializer of PHP.
1363 ; https://php.net/session.serialize-handler
H A Dphp.ini-production1364 ; Handler used to serialize data. php is the standard serializer of PHP.
1365 ; https://php.net/session.serialize-handler
/php-src/Zend/
H A Dzend_inheritance.c173 if (EXPECTED(!ce->serialize)) { in do_inherit_parent_constructor()
174 ce->serialize = parent->serialize; in do_inherit_parent_constructor()
H A Dzend_compile.c2044 ce->serialize = NULL; in zend_initialize_class_data()
H A Dzend_API.h296 class_container.serialize = NULL; \
/php-src/ext/gmp/
H A Dgmp.c537 gmp_ce->serialize = gmp_serialize; in ZEND_MINIT_FUNCTION()
/php-src/ext/dom/lexbor/lexbor/css/
H A Dbase.h80 lxb_css_style_serialize_f serialize; member
/php-src/ext/dom/
H A Dconfig.w3221 …avl.c bst.c diyfp.c conv.c dobject.c dtoa.c hash.c mem.c mraw.c print.c serialize.c shs.c str.c st…
H A Dconfig.m418 …mem.c $LEXBOR_DIR/core/mraw.c $LEXBOR_DIR/core/print.c $LEXBOR_DIR/core/serialize.c $LEXBOR_DIR/co…
/php-src/ext/standard/
H A Dbasic_functions.stub.php3796 function serialize(mixed $value): string {}
H A Dbasic_functions_arginfo.h2908 ZEND_FUNCTION(serialize);
H A Dvar_unserializer.re1323 if (ce->serialize != NULL && !has_unserialize) {
/php-src/ext/random/
H A Dengine_combinedlcg.c73 static bool serialize(void *state, HashTable *data) in serialize() function
108 serialize,
H A Dphp_random.h102 bool (*serialize)(void *state, HashTable *data); member
H A Dengine_mt19937.c174 static bool serialize(void *state, HashTable *data) in serialize() function
235 serialize,
333 if (!engine->engine.algo->serialize(engine->engine.state, Z_ARRVAL(t))) { in PHP_METHOD()
396 if (engine->engine.algo->serialize) { in PHP_METHOD()
398 if (!engine->engine.algo->serialize(engine->engine.state, Z_ARRVAL(t))) { in PHP_METHOD()
/php-src/ext/spl/tests/SplObjectStorage/
H A Dbug69108.phpt15 $c = serialize(array($a, $b));
H A Dbug49263.phpt13 $ss = serialize($s);
H A DSplObjectStorage_unserialize_nested.phpt15 $s = serialize($so);
/php-src/ext/spl/
H A Dspl_observer.c762 PHP_METHOD(SplObjectStorage, serialize) in PHP_METHOD() argument
H A Dspl_observer.stub.php71 public function serialize(): string {} function in SplObjectStorage
H A Dspl_observer_arginfo.h151 ZEND_METHOD(SplObjectStorage, serialize);
198 ZEND_ME(SplObjectStorage, serialize, arginfo_class_SplObjectStorage_serialize, ZEND_ACC_PUBLIC)
/php-src/ext/phar/phar/
H A Dpharcommand.inc1305 "rather than using serialize. If that index does not exist or no meta data is " .
1339 echo serialize($phar[$entry]->getMetadata());
1358 echo serialize($meta);
/php-src/ext/spl/tests/
H A Dbug65328.phpt122 $this->uid = $uid ? : uniqid(sha1(serialize($data)), true);
/php-src/ext/dom/tests/
H A Dnot_serializable.phpt11 serialize($doc);
18 serialize($node);
25 serialize($xpath);
32 serialize($ns);
39 serialize($dom);
45 serialize(new DOM\XPath($dom));

Completed in 124 milliseconds

12345678910>>...12