Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfopen_wrappers.c338 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened… function
662 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 10 milliseconds