Lines Matching refs:resolved_path
2191 zend_string *resolved_path = NULL; local
2208 resolved_path = zend_resolve_path(path_str);
2210 resolved_path = php_resolve_path(path, strlen(path), PG(include_path));
2212 if (resolved_path) {
2213 path = ZSTR_VAL(resolved_path);
2219 if (resolved_path) {
2220 zend_string_release_ex(resolved_path, false);
2231 if (resolved_path) {
2232 zend_string_release_ex(resolved_path, 0);
2262 if (opened_path && !*opened_path && resolved_path) {
2263 *opened_path = resolved_path;
2264 resolved_path = NULL;
2284 if (resolved_path) {
2285 zend_string_release_ex(resolved_path, 0);
2293 if (resolved_path) {
2294 zend_string_release_ex(resolved_path, 0);
2334 if (resolved_path) {
2335 zend_string_release_ex(resolved_path, 0);