Home
last modified time | relevance | path

Searched refs:vars (Results 201 – 225 of 227) sorted by relevance

12345678910

/PHP-7.0/ext/mcrypt/tests/
H A Dmcrypt_encrypt_variation5.phpt20 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-7.0/sapi/phpdbg/
H A Dxml.md254 ### vars / globals ###
257 - if info vars was used it'll have also one of these attributes:
341 - vars: number of compiled variables (CV)
/PHP-7.0/ext/standard/tests/general_functions/
H A Dis_int.phpt121 /* undefined and unset vars */
H A Dis_int_64bit.phpt123 /* undefined and unset vars */
H A Dgettype_settype_variation1.phpt153 /* undefined/unset vars */
H A Dgettype_settype_variation6.phpt153 /* undefined/unset vars */
H A Dgettype_settype_variation8.phpt153 /* undefined/unset vars */
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-7.0/
H A DUPGRADING.INTERNALS191 free(MYEXT_G(vars)); inside globals destructor, as it possibly can destroy
194 free(my_struct->vars); given the income was casted to (struct my_struct *).
H A D.gdbinit39 set $cv = $cv_ex_ptr.func.op_array.vars
H A Dltmain.sh3044 vars="deplibs"
3046 vars="compile_deplibs finalize_deplibs"
3048 for var in $vars dependency_libs; do
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_encode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
/PHP-7.0/ext/standard/
H A Dbasic_functions.c364 ZEND_ARG_VARIADIC_INFO(0, vars)
377 ZEND_ARG_VARIADIC_INFO(0, vars)
1109 ZEND_ARG_VARIADIC_INFO(1, vars)
2439 ZEND_ARG_VARIADIC_INFO(1, vars)
2645 ZEND_ARG_VARIADIC_INFO(0, vars)
2649 ZEND_ARG_VARIADIC_INFO(0, vars)
/PHP-7.0/Zend/
H A Dzend_compile.h355 zend_string **vars; member
H A Dzend_compile.c391 if (ZSTR_VAL(op_array->vars[i]) == ZSTR_VAL(name) || in lookup_cv()
392 (ZSTR_H(op_array->vars[i]) == hash_value && in lookup_cv()
393 ZSTR_LEN(op_array->vars[i]) == ZSTR_LEN(name) && in lookup_cv()
394 memcmp(ZSTR_VAL(op_array->vars[i]), ZSTR_VAL(name), ZSTR_LEN(name)) == 0)) { in lookup_cv()
404 op_array->vars = erealloc(op_array->vars, CG(context).vars_size * sizeof(zend_string*)); in lookup_cv()
407 op_array->vars[i] = zend_new_interned_string(name); in lookup_cv()
1695 return op_array->vars[EX_VAR_TO_NUM(var)]; in zend_get_compiled_variable_name()
2222 name = CG(active_op_array)->vars[EX_VAR_TO_NUM(result->u.op.var)]; in zend_try_compile_cv()
H A Dzend_builtin_functions.c2239 arg_name = call->func->op_array.vars[i]; in debug_backtrace_get_args()
H A Dzend_execute.c124 #define CV_DEF_OF(i) (EX(func)->op_array.vars[i])
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in372 ; by clearing the environment in workers before env vars specified in this
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar1010 );function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-7.0/ext/spl/
H A Dspl_directory.c3032 ZEND_ARG_VARIADIC_INFO(1, vars)
/PHP-7.0/build/
H A Dlibtool.m42727 # Ensure that the configuration vars for the C compiler are
2809 # Ensure that the configuration vars for the C compiler are
4015 # with a default configuration from the untagged config vars. Otherwise
4017 # TAGNAME from the matching tagged config vars.

Completed in 110 milliseconds

12345678910