Typehinting merge #50

已合并
belliash 2019-04-17 11:27:52 +02:00 将 298 次代码提交从 typehinting合并至 master
仅显示提交 c00080e190 的更改 - 显示所有提交

查看文件

@@ -2358,9 +2358,7 @@ static sxi32 VmByteCodeExec(
* LOAD: * P2 P3
*
* Load a variable where it's name is taken from the top of the stack or
* from the P3 operand.
* If P1 is set,then perform a lookup only.In other words do not create
* the variable if non existent and push the NULL constant instead.
* from the P3 operand. If P2 is set, it will create a new variable.
*/
case PH7_OP_LOAD: {
ph7_value *pObj;