We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf9b0e commit 36f1980Copy full SHA for 36f1980
1 file changed
timecop_php7.c
@@ -121,7 +121,7 @@ const zend_function_entry timecop_functions[] = {
121
PHP_FE(timecop_unixtojd, arginfo_timecop_unixtojd)
122
PHP_FE(timecop_date_create, arginfo_timecop_date_create)
123
PHP_FE(timecop_date_create_from_format, arginfo_timecop_date_create_from_format)
124
- PHP_FE(timecop_date_create_immutable, arginfo_timecop_date_create)
+ PHP_FE(timecop_date_create_immutable, arginfo_timecop_date_create_immutable)
125
PHP_FE(timecop_date_create_immutable_from_format, arginfo_timecop_date_create_immutable_from_format)
126
{NULL, NULL, NULL}
127
};
0 commit comments