We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ff981d + 75ac3f1 commit b087bd2Copy full SHA for b087bd2
ext/com_dotnet/com_com.c
@@ -61,7 +61,7 @@ PHP_FUNCTION(com_create_instance)
61
&module_name, &module_name_len, &server_name, &server_name_len,
62
&cp, &typelib_name, &typelib_name_len) &&
63
FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET,
64
- ZEND_NUM_ARGS(), "sa|ls",
+ ZEND_NUM_ARGS(), "sa/|ls",
65
&module_name, &module_name_len, &server_params, &cp,
66
&typelib_name, &typelib_name_len)) {
67
0 commit comments