Searched refs:php_fopen_and_set_opened_path (Results 1 – 1 of 1) sorted by relevance
327 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened… function662 return php_fopen_and_set_opened_path(filename, mode, opened_path);702 fp = php_fopen_and_set_opened_path(trypath, mode, opened_path);
Completed in 6 milliseconds