mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
fix zpp
This commit is contained in:
parent
fdfe8ac36e
commit
4a85ec874a
@ -243,7 +243,7 @@ PHP_FUNCTION(com_dotnet_create_instance)
|
||||
|
||||
obj = CDNO_FETCH(object);
|
||||
|
||||
if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|l",
|
||||
if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|i",
|
||||
&assembly_name, &assembly_name_len,
|
||||
&datatype_name, &datatype_name_len,
|
||||
&obj->code_page)) {
|
||||
|
Loading…
Reference in New Issue
Block a user