Searched refs:folder (Results 1 – 22 of 22) sorted by relevance
/PHP-8.3/ext/com_dotnet/tests/ |
H A D | bug78650.phpt | 11 $folder = $fso->GetFolder($fname); 12 $folder->ParentFolder->Name = 'baz';
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | bug61964-mb.phpt | 30 // write some test files to test folder 33 @mkdir($dir . "/test-inner-folder私はガラスを食べられます"); 38 rmdir($dir . "/test-inner-folder私はガラスを食べられます");
|
H A D | bug61964.phpt | 30 // write some test files to test folder 33 @mkdir($dir . "/test-inner-folder"); 38 rmdir($dir . "/test-inner-folder");
|
H A D | magic | 24832 # 79 beshort # window or folder ID 25283 0 string *mbx* MBX mail folder 28413 >>38 ubyte >0 %u in folder 28419 >>>(36.s+40) use cab-folder 28424 >>>36 use cab-folder 28442 >>>>>>>&1 use cab-folder 28450 0 name cab-folder 28453 # number of CFDATA blocks in folder 28459 # optional per-folder reserved area 29649 0 string #\ Netscape\ folder\ cache Netscape folder cache [all …]
|
H A D | magic私はガラスを食べられます | 24832 # 79 beshort # window or folder ID 25283 0 string *mbx* MBX mail folder 28413 >>38 ubyte >0 %u in folder 28419 >>>(36.s+40) use cab-folder 28424 >>>36 use cab-folder 28442 >>>>>>>&1 use cab-folder 28450 0 name cab-folder 28453 # number of CFDATA blocks in folder 28459 # optional per-folder reserved area 29649 0 string #\ Netscape\ folder\ cache Netscape folder cache [all …]
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | file_get_contents_error_folder-win.phpt | 2 Test file_get_contents() function : error when passing folder - on Windows
|
H A D | file_get_contents_error_folder.phpt | 2 Test file_get_contents() function : error when passing folder
|
H A D | bug77552.phpt | 14 $target = $tmpDir.'/folder/target';
|
/PHP-8.3/ext/standard/tests/dir/ |
H A D | bug78220.phpt | 2 Bug #78220 (Can't access OneDrive folder)
|
/PHP-8.3/ext/opcache/tests/ |
H A D | bug78189.phpt | 24 echo "invalid opcache folder: $part\n";
|
/PHP-8.3/ext/standard/tests/file/windows_mb_path/ |
H A D | bug54977.phpt | 2 Bug #54977 UTF-8 files and folder are not shown
|
/PHP-8.3/ext/phar/tests/ |
H A D | bug79912.phpt | 19 var_dump(file_get_contents(__DIR__ . "/bug79912/test.txt")); //the extracted file in the folder sho…
|
/PHP-8.3/ext/dba/tests/ |
H A D | dba_lmdb_flags.phpt | 21 // Use current test folder
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 787 zend_string *folder, *message, *internal_date = NULL, *flags = NULL; in PHP_FUNCTION() local 1174 zend_string *seq, *folder; in PHP_FUNCTION() local 1201 zend_string *seq, *folder; in PHP_FUNCTION() local 1231 zend_string *folder; in PHP_FUNCTION() local 1240 if (mail_create(imap_conn_struct->imap_stream, ZSTR_VAL(folder)) == T) { in PHP_FUNCTION() 1273 zend_string *folder; in PHP_FUNCTION() local 1282 if (mail_delete(imap_conn_struct->imap_stream, ZSTR_VAL(folder)) == T) { in PHP_FUNCTION() 1757 zend_string *folder; in PHP_FUNCTION() local 1766 if (mail_subscribe(imap_conn_struct->imap_stream, ZSTR_VAL(folder)) == T) { in PHP_FUNCTION() 1778 zend_string *folder; in PHP_FUNCTION() local [all …]
|
H A D | php_imap.stub.php | 488 …function imap_append(IMAP\Connection $imap, string $folder, string $message, ?string $options = nu…
|
H A D | php_imap_arginfo.h | 172 ZEND_ARG_TYPE_INFO(0, folder, IS_STRING, 0)
|
/PHP-8.3/win32/build/ |
H A D | confutils.js | 2799 var folder = FSO.GetFolder(base); 2805 fc = new Enumerator(folder.SubFolders); 2829 fc = new Enumerator(folder.Files);
|
H A D | config.w32 | 42 ARG_WITH('pgo', 'Compile optimized binaries using training data from folder', 'no');
|
/PHP-8.3/ext/phar/phar/ |
H A D | pharcommand.inc | 907 * depending on the permissions on that folder.
|
/PHP-8.3/docs/ |
H A D | release-process.md | 310 14. Copy the tarballs (using scp, rsync, etc.) to your `public_html/` folder on
|
/PHP-8.3/ |
H A D | php.ini-development | 1174 ; It allows the user to specify a folder where files that can be sent via LOAD DATA
|
H A D | php.ini-production | 1176 ; It allows the user to specify a folder where files that can be sent via LOAD DATA
|
Completed in 277 milliseconds