Searched defs:virtual_file_ex (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/TSRM/ |
| H A D | tsrm_virtual_cwd.c | 1164 CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath) /* {{{ */ function 1367 fprintf (stderr, "virtual_file_ex() = %s\n",state->cwd); 1375 return virtual_file_ex(&CWDG(cwd), path, php_is_dir_ok, CWD_REALPATH)?-1:0; 1443 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)==0) { 1465 retval = virtual_file_ex(&new_state, path, verify_path, CWD_FILEPATH); 1490 if (virtual_file_ex(&new_state, path, NULL, CWD_FILEPATH)) { 1508 if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) { 1581 if (virtual_file_ex(&new_state, filename, NULL, CWD_REALPATH)) { 1604 if (virtual_file_ex(&new_state, filename, NULL, CWD_REALPATH)) { 1623 if (virtual_file_ex( [all...] |
Completed in 6 milliseconds