Home
last modified time | relevance | path

Searched refs:vars (Results 151 – 160 of 160) sorted by relevance

1234567

/PHP-7.4/ext/ffi/
H A Dffi.g27 %global-vars false
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt163 /* undefined/unset vars */
/PHP-7.4/build/
H A Dltmain.sh3044 vars="deplibs"
3046 vars="compile_deplibs finalize_deplibs"
3048 for var in $vars dependency_libs; do
H A Dlibtool.m42723 # Ensure that the configuration vars for the C compiler are
2805 # Ensure that the configuration vars for the C compiler are
4011 # with a default configuration from the untagged config vars. Otherwise
4013 # TAGNAME from the matching tagged config vars.
/PHP-7.4/Zend/
H A Dzend_compile.c449 if (ZSTR_H(op_array->vars[i]) == hash_value in lookup_cv()
450 && zend_string_equals(op_array->vars[i], name)) { in lookup_cv()
459 op_array->vars = erealloc(op_array->vars, CG(context).vars_size * sizeof(zend_string*)); in lookup_cv()
462 op_array->vars[i] = zend_string_copy(name); in lookup_cv()
1709 return op_array->vars[EX_VAR_TO_NUM(var)]; in zend_get_compiled_variable_name()
5697 if (zend_string_equals(op_array->vars[i], var_name)) { in zend_compile_closure_uses()
H A Dzend_builtin_functions.c2128 arg_name = call->func->op_array.vars[i]; in debug_backtrace_get_args()
H A Dzend_execute.c174 #define CV_DEF_OF(i) (EX(func)->op_array.vars[i])
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in392 ; by clearing the environment in workers before env vars specified in this
/PHP-7.4/ext/spl/
H A Dspl_directory.c3072 ZEND_ARG_VARIADIC_INFO(1, vars)
/PHP-7.4/
H A DNEWS219 . Fixed bug #81163 (incorrect handling of indirect vars in __sleep).

Completed in 99 milliseconds

1234567