mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
Reorder call to ELS_FETCH to be after declarations
This commit is contained in:
parent
4f96d15f33
commit
3aad950735
@ -300,8 +300,8 @@ JNIEXPORT jlong JNICALL Java_net_php_servlet_define
|
||||
{
|
||||
pval *pzval;
|
||||
jlong addr = 0;
|
||||
ELS_FETCH();
|
||||
const char *nameAsUTF = (*jenv)->GetStringUTFChars(jenv, name, 0);
|
||||
ELS_FETCH();
|
||||
|
||||
MAKE_STD_ZVAL(pzval);
|
||||
(pval*)(long)addr = pzval;
|
||||
|
Loading…
Reference in New Issue
Block a user