Home
last modified time | relevance | path

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

/PHP-7.0/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.0/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.0/Zend/
H A Dzend_compile.c6621 zend_string_release(resolved_name); in zend_compile_const()
6628 zend_string_release(resolved_name); in zend_compile_const()
6660 zend_string *resolved_name; in zend_compile_class_const() local
6682 zend_string_release(resolved_name); in zend_compile_class_const()
6696 zend_string_release(resolved_name); in zend_compile_class_const()
6964 zval result, resolved_name; in zend_compile_const_expr_const() local
7594 zend_string_release(resolved_name); in zend_eval_const_expr()
7598 zend_string_release(resolved_name); in zend_eval_const_expr()
7605 zend_string *resolved_name; in zend_eval_const_expr() local
7636 zend_string_release(resolved_name); in zend_eval_const_expr()
[all …]

Completed in 38 milliseconds