Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfopen_wrappers.c141 char resolved_name[MAXPATHLEN]; local
164 if (expand_filepath(path, resolved_name) == NULL) {
168 path_len = strlen(resolved_name);
169 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
171 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
241 resolved_name_len = strlen(resolved_name);
243 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
244 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
245 resolved_name[++resolved_name_len] = '\0';
256 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c151 char resolved_name[MAXPATHLEN]; in phpdbg_resolve_path() local
153 if (expand_filepath(path, resolved_name) == NULL) { in phpdbg_resolve_path()
157 return strdup(resolved_name); in phpdbg_resolve_path()
/PHP-7.4/Zend/
H A Dzend_compile.c3558 zend_string_release_ex(resolved_name, 0); in zend_compile_func_in_array()
8028 zend_string_release_ex(resolved_name, 0); in zend_compile_const()
8037 resolved_name, 0); in zend_compile_const()
8043 resolved_name, 1); in zend_compile_const()
8046 resolved_name, 0); in zend_compile_const()
8068 zend_string *resolved_name; in zend_compile_class_const() local
8076 zend_string_release_ex(resolved_name, 0); in zend_compile_class_const()
8365 zend_string *resolved_name; in zend_compile_const_expr_const() local
8367 resolved_name = zend_resolve_const_name( in zend_compile_const_expr_const()
8371 zend_string_release_ex(resolved_name, 0); in zend_compile_const_expr_const()
[all …]

Completed in 33 milliseconds