Home
last modified time | relevance | path

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

/PHP-8.0/ext/zlib/
H A Dzlib.c89 zend_class_entry *deflate_context_ce; variable
1150 object_init_ex(return_value, deflate_context_ce); in PHP_FUNCTION()
1187 …if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "Os|l", &res, deflate_context_ce, &in_buf, &… in PHP_FUNCTION()
1357 deflate_context_ce = zend_register_internal_class(&deflate_ce); in PHP_INI_END()
1358 deflate_context_ce->ce_flags |= ZEND_ACC_FINAL | ZEND_ACC_NO_DYNAMIC_PROPERTIES; in PHP_INI_END()
1359 deflate_context_ce->create_object = deflate_context_create_object; in PHP_INI_END()
1360 deflate_context_ce->serialize = zend_class_serialize_deny; in PHP_INI_END()
1361 deflate_context_ce->unserialize = zend_class_unserialize_deny; in PHP_INI_END()

Completed in 11 milliseconds