Home
last modified time | relevance | path

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

/PHP-7.1/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()
163 if( !MessageFormatter_ce_ptr ) in msgformat_register_class()
H A Dmsgformat.c100 object_init_ex( return_value, MessageFormatter_ce_ptr ); in PHP_FUNCTION()
138 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
166 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
H A Dmsgformat_class.h46 extern zend_class_entry *MessageFormatter_ce_ptr;
H A Dmsgformat_format.c77 &object, MessageFormatter_ce_ptr, &args ) == FAILURE ) in PHP_FUNCTION()
H A Dmsgformat_parse.c70 &object, MessageFormatter_ce_ptr, &source, &source_len ) == FAILURE ) in PHP_FUNCTION()

Completed in 11 milliseconds