Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dfopen_wrappers.c333 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened… function
653 return php_fopen_and_set_opened_path(filename, mode, opened_path);
693 fp = php_fopen_and_set_opened_path(trypath, mode, opened_path);

Completed in 7 milliseconds