arginfo_date_create_from_format  163 ext/date/php_date.c ZEND_BEGIN_ARG_INFO_EX(arginfo_date_create_from_format, 0, 0, 2)
arginfo_date_create_from_format  411 ext/date/php_date.c 	PHP_FE(date_create_from_format, arginfo_date_create_from_format)
arginfo_date_create_from_format  412 ext/date/php_date.c 	PHP_FE(date_create_immutable_from_format, arginfo_date_create_from_format)
arginfo_date_create_from_format  469 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  491 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)