Home
last modified time | relevance | path

Searched refs:vars (Results 226 – 240 of 240) sorted by relevance

12345678910

/PHP-5.3/Zend/
H A Dzend_vm_execute.h2049 if (ex->op_array->vars[i].hash_value == cv->hash_value && in ZEND_UNSET_VAR_SPEC_CONST_HANDLER()
2050 ex->op_array->vars[i].name_len == cv->name_len && in ZEND_UNSET_VAR_SPEC_CONST_HANDLER()
2093 if (ex->op_array->vars[i].hash_value == hash_value && in ZEND_UNSET_VAR_SPEC_CONST_HANDLER()
5346 ex->op_array->vars[i].name_len == cv->name_len && in ZEND_UNSET_VAR_SPEC_TMP_HANDLER()
5389 if (ex->op_array->vars[i].hash_value == hash_value && in ZEND_UNSET_VAR_SPEC_TMP_HANDLER()
8721 ex->op_array->vars[i].name_len == cv->name_len && in ZEND_UNSET_VAR_SPEC_VAR_HANDLER()
8764 if (ex->op_array->vars[i].hash_value == hash_value && in ZEND_UNSET_VAR_SPEC_VAR_HANDLER()
10806 if (ex->op_array->vars[i].hash_value == hash_value && in ZEND_UNSET_DIM_SPEC_VAR_CONST_HANDLER()
12560 if (ex->op_array->vars[i].hash_value == hash_value && in ZEND_UNSET_DIM_SPEC_VAR_TMP_HANDLER()
22626 ex->op_array->vars[i].name_len == cv->name_len && in ZEND_UNSET_VAR_SPEC_CV_HANDLER()
[all …]
H A Dzend_compile.h213 zend_compiled_variable *vars; member
H A Dzend_execute.c157 #define CV_DEF_OF(i) (EG(active_op_array)->vars[i])
/PHP-5.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt153 /* undefined/unset vars */
H A Dgettype_settype_variation5.phpt153 /* undefined/unset vars */
H A Dgettype_settype_variation2.phpt156 /* undefined/unset vars */
H A Dgettype_settype_variation3.phpt153 /* undefined/unset vars */
H A Dgettype_settype_variation4.phpt163 /* undefined/unset vars */
/PHP-5.3/
H A D.gdbinit22 set $v = $eg.current_execute_data.op_array.vars
H A Dltmain.sh3044 vars="deplibs"
3046 vars="compile_deplibs finalize_deplibs"
3048 for var in $vars dependency_libs; do
H A Dphp.ini-development365 ; http://php.net/safe-mode-allowed-env-vars
371 ; http://php.net/safe-mode-protected-env-vars
H A Dphp.ini-production365 ; http://php.net/safe-mode-allowed-env-vars
371 ; http://php.net/safe-mode-protected-env-vars
H A DNEWS580 vars). (Laruence)
5344 - Fixed bug #38287 (static variables mess up global vars). (Dmitry)
5651 vars). (Dmitry)z
6696 - Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric
6697 mem vars and others). (Dmitry)
/PHP-5.3/scripts/dev/
H A Dgenerate-phpt.phar1010 );function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.3/build/
H A Dlibtool.m42724 # Ensure that the configuration vars for the C compiler are
2806 # Ensure that the configuration vars for the C compiler are
4012 # with a default configuration from the untagged config vars. Otherwise
4014 # TAGNAME from the matching tagged config vars.

Completed in 157 milliseconds

12345678910