Home
last modified time | relevance | path

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

/php-src/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-src/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-src/Zend/
H A Dzend_compile.c4351 zend_string_release_ex(resolved_name, 0); in zend_compile_func_in_array()
4355 zend_string_release_ex(resolved_name, 0); in zend_compile_func_in_array()
10044 zend_string_release_ex(resolved_name, 0); in zend_compile_const()
10051 zend_string_release_ex(resolved_name, 0); in zend_compile_const()
10061 resolved_name, 0); in zend_compile_const()
10065 resolved_name, 1); in zend_compile_const()
10094 zend_string_release_ex(resolved_name, 0); in zend_compile_class_const()
10411 zend_string *resolved_name; in zend_compile_const_expr_const() local
10415 resolved_name = zend_resolve_const_name( in zend_compile_const_expr_const()
10419 zend_string_release_ex(resolved_name, 0); in zend_compile_const_expr_const()
[all …]

Completed in 64 milliseconds