Searched refs:resolved_name (Results 1 – 3 of 3) sorted by relevance
/php-src/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-src/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-src/Zend/ |
H A D | zend_compile.c | 4422 zend_string_release_ex(resolved_name, 0); in zend_compile_func_in_array() 4426 zend_string_release_ex(resolved_name, 0); in zend_compile_func_in_array() 10755 zend_string_release_ex(resolved_name, 0); in zend_compile_const() 10762 zend_string_release_ex(resolved_name, 0); in zend_compile_const() 10772 resolved_name, 0); in zend_compile_const() 10776 resolved_name, 1); in zend_compile_const() 10805 zend_string_release_ex(resolved_name, 0); in zend_compile_class_const() 11129 zend_string *resolved_name; in zend_compile_const_expr_const() local 11133 resolved_name = zend_resolve_const_name( in zend_compile_const_expr_const() 11137 zend_string_release_ex(resolved_name, 0); in zend_compile_const_expr_const() [all …]
|
Completed in 51 milliseconds