Skip to content

Commit 36f1980

Browse files
committed
[WIP] Don’t mess with Voodoo
1 parent 3bf9b0e commit 36f1980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

timecop_php7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const zend_function_entry timecop_functions[] = {
121121
PHP_FE(timecop_unixtojd, arginfo_timecop_unixtojd)
122122
PHP_FE(timecop_date_create, arginfo_timecop_date_create)
123123
PHP_FE(timecop_date_create_from_format, arginfo_timecop_date_create_from_format)
124-
PHP_FE(timecop_date_create_immutable, arginfo_timecop_date_create)
124+
PHP_FE(timecop_date_create_immutable, arginfo_timecop_date_create_immutable)
125125
PHP_FE(timecop_date_create_immutable_from_format, arginfo_timecop_date_create_immutable_from_format)
126126
{NULL, NULL, NULL}
127127
};

0 commit comments

Comments
 (0)