Home
last modified time | relevance | path

Searched refs:zend_class_unserialize_deny (Results 1 – 11 of 11) sorted by relevance

/PHP-7.3/ext/com_dotnet/
H A Dcom_extension.c313 php_com_variant_class_entry->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()
320 tmp->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()
330 tmp->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_interfaces.h78 ZEND_API int zend_class_unserialize_deny(zval *object, zend_class_entry *ce, const unsigned char *b…
H A Dzend_interfaces.c471 ZEND_API int zend_class_unserialize_deny(zval *object, zend_class_entry *ce, const unsigned char *b… in zend_class_unserialize_deny() function
H A Dzend_closures.c624 zend_ce_closure->unserialize = zend_class_unserialize_deny; in zend_register_closure_ce()
H A Dzend_generators.c1230 zend_ce_generator->unserialize = zend_class_unserialize_deny; in zend_register_generator_ce()
H A Dzend_compile.c6402 ce->unserialize = zend_class_unserialize_deny; in zend_compile_class_decl()
/PHP-7.3/ext/hash/
H A Dhash.c1240 php_hashcontext_ce->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/opcache/
H A Dzend_file_cache.c1330 ce->unserialize = zend_class_unserialize_deny;
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c2300 pdo_row_ce->unserialize = zend_class_unserialize_deny; in pdo_stmt_init()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c2713 sxe_class_entry->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/spl/
H A Dspl_directory.c3118 spl_ce_SplFileInfo->unserialize = zend_class_unserialize_deny; in PHP_MINIT_FUNCTION()

Completed in 87 milliseconds