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 fc4a6cd + b087bd2 commit 2f9e9d4Copy full SHA for 2f9e9d4
ext/com_dotnet/com_com.c
@@ -56,7 +56,7 @@ PHP_METHOD(com, __construct)
56
&module_name, &module_name_len, &server_name, &server_name_len,
57
&cp, &typelib_name, &typelib_name_len) &&
58
FAILURE == zend_parse_parameters(
59
- ZEND_NUM_ARGS(), "sa|ls",
+ ZEND_NUM_ARGS(), "sa/|ls",
60
&module_name, &module_name_len, &server_params, &cp,
61
&typelib_name, &typelib_name_len)) {
62
RETURN_THROWS();
0 commit comments