How to access parse error in runtime-created function in PHP?
如何访问在运行时解析错误PHP创建的函数?
Saving the file by pressing Ctrl+S displays the Parse error in Eclipse by placing a red "x" by the line that matches the parse error in your code, as shown in Figure 6.
按 Ctrl+S 保存文件,会在 Eclipse 中显示解析错误:在代码中与解析错误对应的行上会加上红 “x”,如图 6 所示。
In addition, when it is used, the error index must be reset to -1 before each parse operation; otherwise the result can be misleading.
另外,使用它时,在每次解析操作前必须将错误索引重置为- 1;否则结果将可能产生误导。
应用推荐