mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Fix ``'s
This commit is contained in:
parent
ad115d2088
commit
400f464307
@ -1649,7 +1649,7 @@ void do_shell_exec(znode *result, znode *cmd CLS_DC)
|
||||
opline = get_next_op(CG(active_op_array) CLS_CC);
|
||||
opline->opcode = ZEND_DO_FCALL;
|
||||
opline->result.u.var = get_temporary_variable(CG(active_op_array));
|
||||
opline->result.op_type = IS_TMP_VAR;
|
||||
opline->result.op_type = IS_VAR;
|
||||
opline->op1.u.constant.value.str.val = estrndup("shell_exec",sizeof("shell_exec")-1);
|
||||
opline->op1.u.constant.value.str.len = sizeof("shell_exec")-1;
|
||||
INIT_PZVAL(&opline->op1.u.constant);
|
||||
|
Loading…
Reference in New Issue
Block a user