Home
last modified time | relevance | path

Searched refs:unserialize (Results 301 – 319 of 319) sorted by relevance

1...<<111213

/PHP-8.1/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt10 $b = unserialize($ser);
H A Dserialization_objects_015.phpt11 $uobj = unserialize($ser);
H A Dserialization_objects_013.phpt10 $uobj = unserialize($ser);
/PHP-8.1/Zend/
H A Dzend.h198 …int (*unserialize)(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, z… member
H A Dzend_inheritance.c159 if (EXPECTED(!ce->unserialize)) { in do_inherit_parent_constructor()
160 ce->unserialize = parent->unserialize; in do_inherit_parent_constructor()
H A Dzend_API.h279 class_container.unserialize = NULL; \
H A Dzend_compile.c1932 ce->unserialize = NULL; in zend_initialize_class_data()
/PHP-8.1/ext/standard/
H A Dbasic_functions.c216 memset(&BG(unserialize), 0, sizeof(BG(unserialize))); in basic_globals_ctor()
471 memset(&BG(unserialize), 0, sizeof(BG(unserialize))); in PHP_RINIT_FUNCTION()
H A Dbasic_functions.stub.php1917 function unserialize(string $data, array $options = []): mixed {} function
H A Dbasic_functions_arginfo.h2824 ZEND_FUNCTION(unserialize);
3479 ZEND_FE(unserialize, arginfo_unserialize)
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c1003 if (!ce->unserialize) { in do_fetch()
1007 …} else if (ce->unserialize(return_value, ce, (unsigned char *)(Z_TYPE(val) == IS_STRING ? Z_STRVAL… in do_fetch()
/PHP-8.1/ext/spl/
H A Dspl_dllist.c1047 PHP_METHOD(SplDoublyLinkedList, unserialize) in PHP_METHOD() argument
H A Dspl_observer.c673 PHP_METHOD(SplObjectStorage, unserialize) in PHP_METHOD() argument
H A Dspl_array.c1718 PHP_METHOD(ArrayObject, unserialize) in PHP_METHOD() argument
/PHP-8.1/ext/gmp/
H A Dgmp.c532 gmp_ce->unserialize = gmp_unserialize; in ZEND_MINIT_FUNCTION()
/PHP-8.1/
H A Dphp.ini-development290 ; The unserialize callback function will be called (with the undefined class'
301 ; overridden by the max_depth option on individual unserialize() calls.
307 ; are decoded with unserialize, the data will remain the same.
H A Dphp.ini-production290 ; The unserialize callback function will be called (with the undefined class'
301 ; overridden by the max_depth option on individual unserialize() calls.
307 ; are decoded with unserialize, the data will remain the same.
H A DNEWS1593 . Fixed bug #80072 (Cyclic unserialize in TMPVAR operand may leak). (Nikita)
1851 . Fixed bug #81142 (PHP 7.3+ memory leak when unserialize() is used on an
/PHP-8.1/ext/phar/phar/
H A Dpharcommand.inc1282 $meta = unserialize($meta);

Completed in 143 milliseconds

1...<<111213