Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_attr.c39 …rse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", &object, MessageFormatter_ce_ptr ) == FAIL… in PHP_FUNCTION()
72 &object, MessageFormatter_ce_ptr, &value, &value_len ) == FAILURE ) in PHP_FUNCTION()
128 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
H A Dmsgformat_class.c29 zend_class_entry *MessageFormatter_ce_ptr = NULL; variable
70 new_obj = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); in MessageFormatter_object_clone()
153 MessageFormatter_ce_ptr = zend_register_internal_class( &ce ); in msgformat_register_class()
H A Dmsgformat.c115 object_init_ex( return_value, MessageFormatter_ce_ptr ); in PHP_FUNCTION()
155 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
183 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
H A Dmsgformat_class.h42 extern zend_class_entry *MessageFormatter_ce_ptr;
H A Dmsgformat_parse.c70 &object, MessageFormatter_ce_ptr, &source, &source_len ) == FAILURE ) in PHP_FUNCTION()
H A Dmsgformat_format.c66 &object, MessageFormatter_ce_ptr, &args ) == FAILURE ) in PHP_FUNCTION()

Completed in 12 milliseconds