Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dfopen_wrappers.h31 PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_…
H A Dfopen_wrappers.c351 *opened_path = expand_filepath_with_mode(path, NULL, NULL, 0, CWD_EXPAND TSRMLS_CC);
740 …return expand_filepath_with_mode(filepath, real_path, relative_to, relative_to_len, CWD_FILEPATH T…
746 PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_… function
/PHP-5.4/
H A DUPGRADING.INTERNALS14 i. new TSRM function expand_filepath_with_mode
190 …PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative…
191expand_filepath_with_mode lets define how realpath will behave, using one of the existing mode: CW…
/PHP-5.4/ext/fileinfo/
H A Dfileinfo.c326 if (!expand_filepath_with_mode(file, resolved_path, NULL, 0, CWD_EXPAND TSRMLS_CC)) {
/PHP-5.4/main/streams/
H A Dplain_wrapper.c1162 if (!expand_filepath_with_mode(dir, buf, NULL, 0, CWD_EXPAND TSRMLS_CC)) { in php_plain_files_mkdir()
/PHP-5.4/ext/spl/
H A Dspl_directory.c1262 …if (!expand_filepath_with_mode(intern->file_name, expanded_path, NULL, 0, CWD_EXPAND TSRMLS_CC)) { in FileInfoFunction()

Completed in 23 milliseconds