Searched refs:resolved_name (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/main/ |
H A D | fopen_wrappers.c | 103 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.3/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 148 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.3/Zend/ |
H A D | zend_compile.c | 4343 zend_string_release_ex(resolved_name, 0); in zend_compile_func_in_array() 4347 zend_string_release_ex(resolved_name, 0); in zend_compile_func_in_array() 9817 zend_string_release_ex(resolved_name, 0); in zend_compile_const() 9824 zend_string_release_ex(resolved_name, 0); in zend_compile_const() 9834 resolved_name, 0); in zend_compile_const() 9838 resolved_name, 1); in zend_compile_const() 9867 zend_string_release_ex(resolved_name, 0); in zend_compile_class_const() 10184 zend_string *resolved_name; in zend_compile_const_expr_const() local 10188 resolved_name = zend_resolve_const_name( in zend_compile_const_expr_const() 10192 zend_string_release_ex(resolved_name, 0); in zend_compile_const_expr_const() [all …]
|
Completed in 57 milliseconds