Home
last modified time | relevance | path

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

1...<<111213

/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c1315 pdo_dbh_ce->unserialize = zend_class_unserialize_deny; in pdo_dbh_init()
/PHP-8.0/ext/xml/
H A Dxml.c262 xml_parser_ce->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/gmp/
H A Dgmp.c534 gmp_ce->unserialize = gmp_unserialize; in ZEND_MINIT_FUNCTION()
/PHP-8.0/
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.
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php1473 function unserialize(string $data, array $options = []): mixed {} function
H A Dbasic_functions_arginfo.h2812 ZEND_FUNCTION(unserialize);
3464 ZEND_FE(unserialize, arginfo_unserialize)
/PHP-8.0/ext/spl/
H A Dspl_array.c1665 PHP_METHOD(ArrayObject, unserialize) in PHP_METHOD() argument
H A Dspl_directory.c2764 spl_ce_SplFileInfo->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c1597 ce->unserialize = zend_class_unserialize_deny;
/PHP-8.0/ext/openssl/
H A Dopenssl.c1212 php_openssl_certificate_ce->unserialize = zend_class_unserialize_deny; in PHP_INI_END()
1227 php_openssl_request_ce->unserialize = zend_class_unserialize_deny; in PHP_INI_END()
1242 php_openssl_pkey_ce->unserialize = zend_class_unserialize_deny; in PHP_INI_END()
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc1270 $meta = unserialize($meta);
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c2728 sxe_class_entry->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/ffi/
H A Dffi.c4952 zend_ffi_ce->unserialize = zend_class_unserialize_deny;
4990 zend_ffi_cdata_ce->unserialize = zend_class_unserialize_deny;
5067 zend_ffi_ctype_ce->unserialize = zend_class_unserialize_deny;
/PHP-8.0/Zend/
H A Dzend_API.h248 class_container.unserialize = NULL; \
H A Dzend_compile.c1868 ce->unserialize = NULL; in zend_initialize_class_data()
7390 ce->unserialize = zend_class_unserialize_deny; in zend_compile_class_decl()
/PHP-8.0/ext/curl/
H A Dinterface.c1194 curl_ce->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/gd/
H A Dgd.c238 gd_image_ce->unserialize = zend_class_unserialize_deny; in php_gd_object_minit_helper()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c6526 ce->unserialize = zend_class_unserialize_deny; in reflection_init_class_handlers()

Completed in 186 milliseconds

1...<<111213