arginfo_date_create  160 ext/date/php_date.c ZEND_BEGIN_ARG_INFO_EX(arginfo_date_create, 0, 0, 0)
arginfo_date_create  411 ext/date/php_date.c 	PHP_FE(date_create, arginfo_date_create)
arginfo_date_create  412 ext/date/php_date.c 	PHP_FE(date_create_immutable, arginfo_date_create)
arginfo_date_create  468 ext/date/php_date.c 	PHP_ME(DateTime,			__construct,		arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
arginfo_date_create  490 ext/date/php_date.c 	PHP_ME(DateTimeImmutable, __construct,   arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)