Home
last modified time | relevance | path

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

/PHP-8.1/ext/enchant/
H A Denchant.c43 zend_class_entry *enchant_broker_ce; variable
188 enchant_broker_ce = register_class_EnchantBroker(); in PHP_MINIT_FUNCTION()
189 enchant_broker_ce->create_object = enchant_broker_create_object; in PHP_MINIT_FUNCTION()
279 object_init_ex(return_value, enchant_broker_ce); in PHP_FUNCTION()
295 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &broker, enchant_broker_ce) == FAILURE) { in PHP_FUNCTION()
319 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &broker, enchant_broker_ce) == FAILURE) { in PHP_FUNCTION()
380 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &broker, enchant_broker_ce, &dict_type) == FAILUR… in PHP_FUNCTION()
420 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &broker, enchant_broker_ce) == FAILURE) { in PHP_FUNCTION()
442 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &broker, enchant_broker_ce, &tag, &taglen) == FAI… in PHP_FUNCTION()
477 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Op", &broker, enchant_broker_ce, &pwl, &pwllen) == FAI… in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds