#include <php.h>
#include "intl_common.h"
#include "intl_error.h"
#include "intl_data.h"
#include "dateformat_data.h"
Go to the source code of this file.
◆ DATE_FORMAT_METHOD_FETCH_OBJECT
#define DATE_FORMAT_METHOD_FETCH_OBJECT |
Value:
if (dfo->datef_data.udatf ==
NULL) \
{ \
zend_throw_error(
NULL,
"Found unconstructed IntlDateFormatter"); \
RETURN_THROWS(); \
}
Definition at line 45 of file dateformat_class.h.
◆ DATE_FORMAT_METHOD_FETCH_OBJECT_NO_CHECK
◆ DATE_FORMAT_METHOD_INIT_VARS
◆ DATE_FORMAT_OBJECT
#define DATE_FORMAT_OBJECT |
( |
| dfo | ) |
|
◆ Z_INTL_DATEFORMATTER_P
◆ dateformat_register_IntlDateFormatter_class()
void dateformat_register_IntlDateFormatter_class |
( |
void | | ) |
|
◆ IntlDateFormatter_ce_ptr