Scripting errors such as using uninitialized variables, etc.
脚本错误,如使用未初始化的变量等。
The automatic testing algorithm of referencing uninitialized variables is proposed.
提出了引用未初始化变量自动测试算法。
This helps avoid bugs that result from unintentional use of uninitialized variables.
这有助于避免因意外使用了未经初始化的变量而导致的bug。
Using initializers is the simplest way to avoid uninitialized variables in your types, but it's not perfect.
使用初始化是避免类型中出现未初始化变量的最简单的方法。
E_ALL is a little too picky for my liking in the development process because it clutters the browser output by displaying notices on the screen for small things like uninitialized variables.
E_ALL对于开发过程来说有点太细,因为它在屏幕上为一些小事(例如变量未初始化)也显示提示,会搞糟浏览器的输出。
Both keywords can be used to declare "abstract" (uninitialized) variables in abstract types.
两个关键字可以在抽象类型中被用来声明“抽象”(没有初始化的)的变量。
However, even if the frame is in a valid state, as far as the runtime is concerned, there still may be problems, such as uninitialized local variables, and so on.
不过,即使框架是有效状态,就执行阶段而言,仍然可能有问题,例如未初始化的区域变数等。
Therefore, subsequent, uninitialized stack variables that happen to use the same stack area can return values left over from the prior use of this stack memory.
因此,恰好在随后使用相同堆栈区域的未初始化堆栈变量就可能返回上次使用该堆栈内存时留下的值。
However, even if the frame is in a valid state, there still may be problems such as uninitialized local variables.
不过,即使框架处于有效状态,仍可能有未初始化区域变数之类的问题。
However, even if the frame is in a valid state, there still may be problems such as uninitialized local variables.
不过,即使框架处于有效状态,仍可能有未初始化区域变数之类的问题。
应用推荐