Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dfopen_wrappers.c132 char resolved_name[MAXPATHLEN + 1]; local
155 if (expand_filepath(path, resolved_name) == NULL) {
159 path_len = strlen(resolved_name);
160 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
162 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
232 resolved_name_len = strlen(resolved_name);
234 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
235 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
236 resolved_name[++resolved_name_len] = '\0';
247 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.c149 char resolved_name[MAXPATHLEN]; in phpdbg_resolve_path() local
151 if (expand_filepath(path, resolved_name) == NULL) { in phpdbg_resolve_path()
155 return strdup(resolved_name); in phpdbg_resolve_path()
/PHP-8.0/Zend/
H A Dzend_compile.c4011 zend_string_release_ex(resolved_name, 0); in zend_compile_func_in_array()
8932 zend_string_release_ex(resolved_name, 0); in zend_compile_const()
8939 zend_string_release_ex(resolved_name, 0); in zend_compile_const()
8948 resolved_name, 0); in zend_compile_const()
8952 resolved_name, 1); in zend_compile_const()
8973 zend_string *resolved_name; in zend_compile_class_const() local
8981 zend_string_release_ex(resolved_name, 0); in zend_compile_class_const()
9281 zend_string *resolved_name; in zend_compile_const_expr_const() local
9283 resolved_name = zend_resolve_const_name( in zend_compile_const_expr_const()
9287 zend_string_release_ex(resolved_name, 0); in zend_compile_const_expr_const()
[all …]

Completed in 36 milliseconds