arginfo_date_create_from_format  165 ext/date/php_date.c ZEND_BEGIN_ARG_INFO_EX(arginfo_date_create_from_format, 0, 0, 2)
arginfo_date_create_from_format  413 ext/date/php_date.c 	PHP_FE(date_create_from_format, arginfo_date_create_from_format)
arginfo_date_create_from_format  414 ext/date/php_date.c 	PHP_FE(date_create_immutable_from_format, arginfo_date_create_from_format)
arginfo_date_create_from_format  471 ext/date/php_date.c 	PHP_ME_MAPPING(createFromFormat, date_create_from_format,	arginfo_date_create_from_format, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
arginfo_date_create_from_format  493 ext/date/php_date.c 	PHP_ME_MAPPING(createFromFormat, date_create_immutable_from_format, arginfo_date_create_from_format, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)