Home
last modified time | relevance | path

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

/php-src/main/
H A Dfopen_wrappers.c339 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened… function
674 return php_fopen_and_set_opened_path(filename, mode, opened_path);
714 fp = php_fopen_and_set_opened_path(trypath, mode, opened_path);

Completed in 8 milliseconds