Home
last modified time | relevance | path

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

/PHP-8.2/ext/zlib/
H A Dzlib.c88 zend_class_entry *deflate_context_ce; variable
1151 object_init_ex(return_value, deflate_context_ce); in PHP_FUNCTION()
1188 …if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "Os|l", &res, deflate_context_ce, &in_buf, &… in PHP_FUNCTION()
1351 deflate_context_ce = register_class_DeflateContext(); in PHP_INI_END()
1352 deflate_context_ce->create_object = deflate_context_create_object; in PHP_INI_END()

Completed in 7 milliseconds