Home
last modified time | relevance | path

Searched refs:resolved_name (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/main/
H A Dfopen_wrappers.c103 char resolved_name[MAXPATHLEN + 1]; in ZEND_INI_MH() local
104 if (expand_filepath(ptr, resolved_name) == NULL) { in ZEND_INI_MH()
109 if (php_check_open_basedir_ex(resolved_name, 0) != 0) { in ZEND_INI_MH()
118 smart_str_appends(&buf, resolved_name); in ZEND_INI_MH()
144 char resolved_name[MAXPATHLEN + 1]; local
167 if (expand_filepath(path, resolved_name) == NULL) {
171 path_len = strlen(resolved_name);
174 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
244 resolved_name_len = strlen(resolved_name);
247 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
[all …]
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_utils.c148 char resolved_name[MAXPATHLEN]; in phpdbg_resolve_path() local
150 if (expand_filepath(path, resolved_name) == NULL) { in phpdbg_resolve_path()
154 return strdup(resolved_name); in phpdbg_resolve_path()
/PHP-8.2/Zend/
H A Dzend_compile.c4331 zend_string_release_ex(resolved_name, 0); in zend_compile_func_in_array()
4335 zend_string_release_ex(resolved_name, 0); in zend_compile_func_in_array()
9966 zend_string_release_ex(resolved_name, 0); in zend_compile_const()
9973 zend_string_release_ex(resolved_name, 0); in zend_compile_const()
9983 resolved_name, 0); in zend_compile_const()
9987 resolved_name, 1); in zend_compile_const()
10016 zend_string_release_ex(resolved_name, 0); in zend_compile_class_const()
10333 zend_string *resolved_name; in zend_compile_const_expr_const() local
10337 resolved_name = zend_resolve_const_name( in zend_compile_const_expr_const()
10341 zend_string_release_ex(resolved_name, 0); in zend_compile_const_expr_const()
[all …]

Completed in 37 milliseconds