php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
locale_class.h File Reference
#include <php.h>
#include "intl_common.h"
#include "intl_error.h"
#include <unicode/uloc.h>

Go to the source code of this file.

Data Structures

struct  Locale_object
 

Macros

#define LOCALE_METHOD_INIT_VARS
 

Functions

void locale_register_Locale_class (void)
 

Variables

zend_class_entryLocale_ce_ptr
 

Macro Definition Documentation

◆ LOCALE_METHOD_INIT_VARS

#define LOCALE_METHOD_INIT_VARS
Value:
zval* object = NULL; \
intl_error_reset( NULL ); \
#define NULL
Definition gdcache.h:45
struct _zval_struct zval

Definition at line 40 of file locale_class.h.

Function Documentation

◆ locale_register_Locale_class()

void locale_register_Locale_class ( void )

Definition at line 31 of file locale_class.c.

Variable Documentation

◆ Locale_ce_ptr

zend_class_entry* Locale_ce_ptr
extern

Definition at line 22 of file locale_class.c.