php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php.h>
#include <unicode/uconfig.h>
#include "../intl_common.h"
#include "../intl_error.h"
#include "../intl_data.h"
#include "msgformat_data.h"
Go to the source code of this file.
Data Structures | |
struct | MessageFormatter_object |
Macros | |
#define | Z_INTL_MESSAGEFORMATTER_P(zv) |
#define | MSG_FORMAT_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(MessageFormatter, mfo) |
#define | MSG_FORMAT_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(INTL_MESSAGEFORMATTER, mfo) |
#define | MSG_FORMAT_METHOD_FETCH_OBJECT |
#define | MSG_FORMAT_OBJECT(mfo) |
Functions | |
void | msgformat_register_class (void) |
Variables | |
zend_class_entry * | MessageFormatter_ce_ptr |
#define MSG_FORMAT_METHOD_FETCH_OBJECT |
Definition at line 46 of file msgformat_class.h.
#define MSG_FORMAT_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(INTL_MESSAGEFORMATTER, mfo) |
Definition at line 45 of file msgformat_class.h.
#define MSG_FORMAT_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(MessageFormatter, mfo) |
Definition at line 44 of file msgformat_class.h.
#define MSG_FORMAT_OBJECT | ( | mfo | ) |
Definition at line 53 of file msgformat_class.h.
Definition at line 37 of file msgformat_class.h.
Definition at line 88 of file msgformat_class.c.
|
extern |
Definition at line 24 of file msgformat_class.c.