php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dateformat_class.c File Reference
#include <unicode/unum.h>
#include "dateformat_class.h"
#include "php_intl.h"
#include "dateformat_data.h"
#include "dateformat.h"
#include "dateformat_arginfo.h"
#include <zend_exceptions.h>

Go to the source code of this file.

Functions

void IntlDateFormatter_object_free (zend_object *object)
 
zend_objectIntlDateFormatter_object_create (zend_class_entry *ce)
 
zend_objectIntlDateFormatter_object_clone (zend_object *object)
 
void dateformat_register_IntlDateFormatter_class (void)
 

Variables

zend_class_entryIntlDateFormatter_ce_ptr = NULL
 

Function Documentation

◆ dateformat_register_IntlDateFormatter_class()

void dateformat_register_IntlDateFormatter_class ( void )

Definition at line 96 of file dateformat_class.c.

◆ IntlDateFormatter_object_clone()

zend_object * IntlDateFormatter_object_clone ( zend_object * object)

Definition at line 65 of file dateformat_class.c.

◆ IntlDateFormatter_object_create()

zend_object * IntlDateFormatter_object_create ( zend_class_entry * ce)

Definition at line 47 of file dateformat_class.c.

◆ IntlDateFormatter_object_free()

void IntlDateFormatter_object_free ( zend_object * object)

Definition at line 32 of file dateformat_class.c.

Variable Documentation

◆ IntlDateFormatter_ce_ptr

zend_class_entry* IntlDateFormatter_ce_ptr = NULL

Definition at line 24 of file dateformat_class.c.