mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Typo fixes.
This commit is contained in:
parent
f704ac13a8
commit
475125ac25
1 changed files with 2 additions and 2 deletions
|
@ -438,9 +438,9 @@ void java_call_function_handler(INTERNAL_FUNCTION_PARAMETERS, zend_property_refe
|
|||
|
||||
int arg_count = ZEND_NUM_ARGS();
|
||||
jlong result = 0;
|
||||
zval **arguments = (zval **) emalloc(sizeof(zval *)*arg_count);
|
||||
zval ***arguments = (zval ***) emalloc(sizeof(zval *)*arg_count);
|
||||
|
||||
zend_get_parameters_ex(arg_count, arguments);
|
||||
zend_get_parameters_array_ex(arg_count, arguments);
|
||||
|
||||
if (!JG(jenv)) jvm_create(TSRMLS_C);
|
||||
if (!JG(jenv)) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue