Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_streams.h355 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… macro
/PHP-7.4/ext/zip/
H A Dphp_zip.c200 …ret = php_stream_mkdir(file_dirname_fullpath, 0777, PHP_STREAM_MKDIR_RECURSIVE|REPORT_ERRORS, NUL… in php_zip_extract_file()
2635 ret = php_stream_mkdir(pathto, 0777, PHP_STREAM_MKDIR_RECURSIVE, NULL);
/PHP-7.4/ext/phar/
H A Dphar_object.c4241 …if (!php_stream_mkdir(fullpath, entry->flags & PHAR_ENT_PERM_MASK, PHP_STREAM_MKDIR_RECURSIVE, NU… in phar_extract_file()
4248 if (!php_stream_mkdir(fullpath, 0777, PHP_STREAM_MKDIR_RECURSIVE, NULL)) { in phar_extract_file()
4396 ret = php_stream_mkdir(pathto, 0777, PHP_STREAM_MKDIR_RECURSIVE, NULL); in PHP_METHOD()
/PHP-7.4/ext/standard/
H A Dfile.c1352 …RETURN_BOOL(php_stream_mkdir(dir, (int)mode, (recursive ? PHP_STREAM_MKDIR_RECURSIVE : 0) | REPORT… in PHP_FUNCTION()

Completed in 35 milliseconds