Home
last modified time | relevance | path

Searched refs:serialize (Results 276 – 291 of 291) sorted by relevance

1...<<1112

/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_objects_013.phpt7 $ser = serialize($obj);
/PHP-8.3/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-8.3/ext/random/tests/02_engine/
H A Dmt19937_serialize.phpt8 echo serialize(new Mt19937(1234));
H A Dall_serialize_error.phpt2 Random: Engine: serialize error pattern
/PHP-8.3/ext/spl/
H A Dspl_dllist.c1001 PHP_METHOD(SplDoublyLinkedList, serialize) in PHP_METHOD() argument
H A Dspl_observer.c765 PHP_METHOD(SplObjectStorage, serialize) in PHP_METHOD() argument
H A Dspl_array.c1597 PHP_METHOD(ArrayObject, serialize) in PHP_METHOD() argument
/PHP-8.3/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_API.h292 class_container.serialize = NULL; \
H A Dzend_compile.c2027 ce->serialize = NULL; in zend_initialize_class_data()
/PHP-8.3/ext/gmp/
H A Dgmp.c536 gmp_ce->serialize = gmp_serialize; in ZEND_MINIT_FUNCTION()
/PHP-8.3/ext/standard/
H A Dvar_unserializer.re1328 if (ce->serialize != NULL && !has_unserialize) {
H A Dbasic_functions.stub.php3730 function serialize(mixed $value): string {}
H A Dbasic_functions_arginfo.h2803 ZEND_FUNCTION(serialize);
3454 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(serialize, arginfo_serialize)
/PHP-8.3/
H A Dphp.ini-production1440 ; Handler used to serialize data. php is the standard serializer of PHP.
1441 ; https://php.net/session.serialize-handler
H A Dphp.ini-development1438 ; Handler used to serialize data. php is the standard serializer of PHP.
1439 ; https://php.net/session.serialize-handler

Completed in 176 milliseconds

1...<<1112