php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_calendar.h File Reference
#include "php_version.h"

Go to the source code of this file.

Macros

#define calendar_module_ptr   &calendar_module_entry
 
#define PHP_CALENDAR_VERSION   PHP_VERSION
 
#define phpext_calendar_ptr   calendar_module_ptr
 
#define CAL_EASTER_DEFAULT   0
 
#define CAL_EASTER_ROMAN   1
 
#define CAL_EASTER_ALWAYS_GREGORIAN   2
 
#define CAL_EASTER_ALWAYS_JULIAN   3
 

Functions

 PHP_MINIT_FUNCTION (calendar)
 
 PHP_MINFO_FUNCTION (calendar)
 

Variables

zend_module_entry calendar_module_entry
 

Macro Definition Documentation

◆ CAL_EASTER_ALWAYS_GREGORIAN

#define CAL_EASTER_ALWAYS_GREGORIAN   2

Definition at line 29 of file php_calendar.h.

◆ CAL_EASTER_ALWAYS_JULIAN

#define CAL_EASTER_ALWAYS_JULIAN   3

Definition at line 30 of file php_calendar.h.

◆ CAL_EASTER_DEFAULT

#define CAL_EASTER_DEFAULT   0

Definition at line 27 of file php_calendar.h.

◆ CAL_EASTER_ROMAN

#define CAL_EASTER_ROMAN   1

Definition at line 28 of file php_calendar.h.

◆ calendar_module_ptr

#define calendar_module_ptr   &calendar_module_entry

Definition at line 5 of file php_calendar.h.

◆ PHP_CALENDAR_VERSION

#define PHP_CALENDAR_VERSION   PHP_VERSION

Definition at line 8 of file php_calendar.h.

◆ phpext_calendar_ptr

#define phpext_calendar_ptr   calendar_module_ptr

Definition at line 15 of file php_calendar.h.

Function Documentation

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( calendar )

Definition at line 118 of file calendar.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( calendar )

Definition at line 111 of file calendar.c.

Variable Documentation

◆ calendar_module_entry

zend_module_entry calendar_module_entry
extern

Definition at line 94 of file calendar.c.