php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
msgformat_class.c File Reference
#include <unicode/unum.h>
#include "msgformat_class.h"
#include "php_intl.h"
#include "msgformat_data.h"
#include "msgformat_arginfo.h"
#include <zend_exceptions.h>

Go to the source code of this file.

Functions

void MessageFormatter_object_free (zend_object *object)
 
zend_objectMessageFormatter_object_create (zend_class_entry *ce)
 
zend_objectMessageFormatter_object_clone (zend_object *object)
 
void msgformat_register_class (void)
 

Variables

zend_class_entryMessageFormatter_ce_ptr = NULL
 

Function Documentation

◆ MessageFormatter_object_clone()

zend_object * MessageFormatter_object_clone ( zend_object * object)

Definition at line 57 of file msgformat_class.c.

◆ MessageFormatter_object_create()

zend_object * MessageFormatter_object_create ( zend_class_entry * ce)

Definition at line 43 of file msgformat_class.c.

◆ MessageFormatter_object_free()

void MessageFormatter_object_free ( zend_object * object)

Definition at line 32 of file msgformat_class.c.

◆ msgformat_register_class()

void msgformat_register_class ( void )

Definition at line 88 of file msgformat_class.c.

Variable Documentation

◆ MessageFormatter_ce_ptr

zend_class_entry* MessageFormatter_ce_ptr = NULL

Definition at line 24 of file msgformat_class.c.