Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_streams.h342 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… macro
/PHP-5.5/ext/zip/
H A Dphp_zip.c213 …ret = php_stream_mkdir(file_dirname_fullpath, 0777, PHP_STREAM_MKDIR_RECURSIVE|REPORT_ERRORS, NUL… in php_zip_extract_file()
2451 ret = php_stream_mkdir(pathto, 0777, PHP_STREAM_MKDIR_RECURSIVE, NULL); in ZIPARCHIVE_METHOD()
/PHP-5.5/ext/phar/
H A Dphar_object.c4215 …if (!php_stream_mkdir(fullpath, entry->flags & PHAR_ENT_PERM_MASK, PHP_STREAM_MKDIR_RECURSIVE, NU… in phar_extract_file()
4222 if (!php_stream_mkdir(fullpath, 0777, PHP_STREAM_MKDIR_RECURSIVE, NULL)) { in phar_extract_file()
4346 ret = php_stream_mkdir(pathto, 0777, PHP_STREAM_MKDIR_RECURSIVE, NULL); in PHP_METHOD()
/PHP-5.5/ext/standard/
H A Dfile.c1333 …RETURN_BOOL(php_stream_mkdir(dir, mode, (recursive ? PHP_STREAM_MKDIR_RECURSIVE : 0) | REPORT_ERRO… in PHP_FUNCTION()

Completed in 49 milliseconds