Home
last modified time | relevance | path

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

1...<<1112

/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_API.h296 class_container.serialize = NULL; \
H A Dzend_compile.c2046 ce->serialize = NULL; in zend_initialize_class_data()
/php-src/ext/spl/
H A Dspl_array.c1243 PHP_METHOD(ArrayObject, serialize) in SPL_ARRAY_METHOD()
/php-src/ext/standard/
H A Dvar_unserializer.re1323 if (ce->serialize != NULL && !has_unserialize) {
H A Dbasic_functions.stub.php3796 function serialize(mixed $value): string {}
H A Dbasic_functions_arginfo.h2908 ZEND_FUNCTION(serialize);
/php-src/ext/gmp/
H A Dgmp.c537 gmp_ce->serialize = gmp_serialize; in ZEND_MINIT_FUNCTION()
/php-src/
H A DUPGRADING668 `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/ext/random/tests/02_engine/
H A Dall_serialize_error.phpt2 Random: Engine: serialize error pattern

Completed in 119 milliseconds

1...<<1112