Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dfopen_wrappers.c140 char resolved_name[MAXPATHLEN]; local
163 if (expand_filepath(path, resolved_name) == NULL) {
167 path_len = strlen(resolved_name);
168 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
170 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
236 resolved_name_len = (int)strlen(resolved_name);
238 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
239 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
240 resolved_name[++resolved_name_len] = '\0';
251 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/PHP-7.1/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.1/Zend/
H A Dzend_compile.c7327 zend_string_release(resolved_name); in zend_compile_const()
7334 zend_string_release(resolved_name); in zend_compile_const()
7384 zend_string *resolved_name; in zend_compile_class_const() local
7389 zend_string_release(resolved_name); in zend_compile_class_const()
7392 zend_string_release(resolved_name); in zend_compile_class_const()
7665 zval result, resolved_name; in zend_compile_const_expr_const() local
8295 zend_string_release(resolved_name); in zend_eval_const_expr()
8299 zend_string_release(resolved_name); in zend_eval_const_expr()
8306 zend_string *resolved_name; in zend_eval_const_expr() local
8337 zend_string_release(resolved_name); in zend_eval_const_expr()
[all …]

Completed in 46 milliseconds