Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_class.c24 zend_class_entry *MessageFormatter_ce_ptr = NULL; variable
67 new_obj = MessageFormatter_ce_ptr->create_object(object->ce); in MessageFormatter_object_clone()
103 MessageFormatter_ce_ptr = zend_register_internal_class( &ce ); in msgformat_register_class()
H A Dmsgformat_attr.c32 …rse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", &object, MessageFormatter_ce_ptr ) == FAIL… in PHP_FUNCTION()
59 &object, MessageFormatter_ce_ptr, &value, &value_len ) == FAILURE ) in PHP_FUNCTION()
109 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
H A Dmsgformat.c106 object_init_ex( return_value, MessageFormatter_ce_ptr ); in PHP_FUNCTION()
140 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
161 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
H A Dmsgformat_class.h40 extern zend_class_entry *MessageFormatter_ce_ptr;
H A Dmsgformat_format.c59 &object, MessageFormatter_ce_ptr, &args ) == FAILURE ) in PHP_FUNCTION()
H A Dmsgformat_parse.c63 &object, MessageFormatter_ce_ptr, &source, &source_len ) == FAILURE ) in PHP_FUNCTION()

Completed in 21 milliseconds