Home
last modified time | relevance | path

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

/PHP-8.3/ext/enchant/
H A Denchant.c50 zend_class_entry *enchant_broker_ce; variable
190 enchant_broker_ce = register_class_EnchantBroker(); in PHP_MINIT_FUNCTION()
191 enchant_broker_ce->create_object = enchant_broker_create_object; in PHP_MINIT_FUNCTION()
192 enchant_broker_ce->default_object_handlers = &enchant_broker_handlers; in PHP_MINIT_FUNCTION()
280 object_init_ex(return_value, enchant_broker_ce); in PHP_FUNCTION()
296 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &broker, enchant_broker_ce) == FAILURE) { in PHP_FUNCTION()
320 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &broker, enchant_broker_ce) == FAILURE) { in PHP_FUNCTION()
381 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &broker, enchant_broker_ce, &dict_type) == FAILUR… in PHP_FUNCTION()
421 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &broker, enchant_broker_ce) == FAILURE) { in PHP_FUNCTION()
443 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os", &broker, enchant_broker_ce, &tag, &taglen) == FAI… in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds