Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dfopen_wrappers.c138 char resolved_name[MAXPATHLEN]; local
161 if (expand_filepath(path, resolved_name) == NULL) {
165 path_len = strlen(resolved_name);
166 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
168 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
234 resolved_name_len = strlen(resolved_name);
236 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
237 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
238 resolved_name[++resolved_name_len] = '\0';
249 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/PHP-7.2/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 estrdup(resolved_name); in phpdbg_resolve_path()
/PHP-7.2/Zend/
H A Dzend_compile.c3696 zend_string_release(resolved_name); in zend_compile_func_in_array()
3700 zend_string_release(resolved_name); in zend_compile_func_in_array()
7687 zend_string_release(resolved_name); in zend_compile_const()
7694 zend_string_release(resolved_name); in zend_compile_const()
7744 zend_string *resolved_name; in zend_compile_class_const() local
7749 zend_string_release(resolved_name); in zend_compile_class_const()
7752 zend_string_release(resolved_name); in zend_compile_class_const()
8025 zval result, resolved_name; in zend_compile_const_expr_const() local
8653 zend_string_release(resolved_name); in zend_eval_const_expr()
8660 zend_string *resolved_name; in zend_eval_const_expr() local
[all …]

Completed in 64 milliseconds