arginfo_date_create  158 ext/date/php_date.c ZEND_BEGIN_ARG_INFO_EX(arginfo_date_create, 0, 0, 0)
arginfo_date_create  409 ext/date/php_date.c 	PHP_FE(date_create, arginfo_date_create)
arginfo_date_create  410 ext/date/php_date.c 	PHP_FE(date_create_immutable, arginfo_date_create)
arginfo_date_create  466 ext/date/php_date.c 	PHP_ME(DateTime,			__construct,		arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
arginfo_date_create  488 ext/date/php_date.c 	PHP_ME(DateTimeImmutable, __construct,   arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)