Home
last modified time | relevance | path

Searched refs:open (Results 251 – 275 of 814) sorted by relevance

1...<<11121314151617181920>>...33

/PHP-8.1/ext/zip/tests/
H A Doo_getexternalattributesname_error.phpt11 $zip->open($dirname . "test.zip", ZIPARCHIVE::CREATE);
H A Dbug40228-mb.phpt10 $zip->open($arc_name, ZIPARCHIVE::CREATE);
H A Dbug40228.phpt10 $zip->open($arc_name, ZIPARCHIVE::CREATE);
H A Dbug78641.phpt13 $zip->open(TMPDIR . "bug78641.zip", ZipArchive::CREATE | ZipArchive::OVERWRITE);
H A Doo_addemptydir_error.phpt15 if (!$zip->open(__DIR__ . '/test.zip', ZipArchive::RDONLY)) {
H A Dbug50678.phpt15 $zip->open($filename);
/PHP-8.1/ext/standard/tests/strings/
H A D007-win32.phpt14 Warning: php_strip_whitespace(%s): Failed to open stream: No such file or directory in %s on line %d
H A D007.phpt14 Warning: php_strip_whitespace(%s): Failed to open stream: File%Sname too long in %s007.php on line …
/PHP-8.1/Zend/tests/
H A Doss_fuzz_64209.phpt8 Warning: require(://@): Failed to open stream: No such file or directory in %s on line %d
/PHP-8.1/ext/standard/tests/dir/
H A Dreaddir_variation6-win32-mb.phpt28 // open the directory
31 // open the same directory again without closing it
/PHP-8.1/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt40 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): Failed to open stream: phar e…
44 Warning: include(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): Failed to open stream: phar…
H A Dopen_for_write_newfile_c.phpt39 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): Failed to open stream: phar e…
43 Warning: include(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): Failed to open stream: phar…
/PHP-8.1/ext/phar/tests/zip/
H A Dopen_for_write_newfile_c.phpt39 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): Failed to open stream: phar e…
43 Warning: include(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): Failed to open stream: phar…
H A Dopen_for_write_newfile_b.phpt39 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): Failed to open stream: phar e…
43 Warning: include(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): Failed to open stream: phar…
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_class_002.phpt20 public function open($path, $name): bool {
56 session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
H A Dsession_set_save_handler_iface_001.phpt20 public function open($path, $name): bool{
55 session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
/PHP-8.1/ext/phar/tests/
H A Daddfuncs.phpt48 …ile "a" in phar "%saddfuncs.phar.php" cannot be opened for writing, readable file pointers are open
49 phar error: unable to open file "%s/does/not/exist" to add to phar archive
/PHP-8.1/ext/standard/tests/file/
H A Dbug81145.phpt37 $f1 = fopen($src,'rb') or die("src open failed");
38 $f2 = fopen($dst,'rb') or die("dst open failed");
H A Dbug43353.phpt19 Warning: file_get_contents(datafoo:text/plain,foo): Failed to open stream: No such file or director…
/PHP-8.1/ext/gd/tests/
H A Dimageloadfont_error2.phpt12 Warning: imageloadfont(\src\invalidfile.font): Failed to open stream: No such file or directory in …
/PHP-8.1/ext/session/
H A Dsession_arginfo.h61 ZEND_ARG_INFO(0, open)
161 ZEND_METHOD(SessionHandler, open);
199 …ZEND_ABSTRACT_ME_WITH_FLAGS(SessionHandlerInterface, open, arginfo_class_SessionHandlerInterface_o…
223 ZEND_ME(SessionHandler, open, arginfo_class_SessionHandler_open, ZEND_ACC_PUBLIC)
/PHP-8.1/tests/output/
H A Dbug75236.phpt17 <b>Warning</b>: file_get_contents(no/suchfile): Failed to open stream: No such file or directory i…
/PHP-8.1/sapi/phpdbg/tests/
H A Dbug78297.phpt12 Warning: include(%s): Failed to open stream: No such file or directory in %s on line %d
/PHP-8.1/ext/posix/tests/
H A Dposix_ttyname.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
/PHP-8.1/ext/zlib/tests/
H A Dzlib_scheme_dir_basic.phpt18 Warning: opendir(compress.zlib://%s/dir.gz): Failed to open directory: not implemented in %s on lin…

Completed in 42 milliseconds

1...<<11121314151617181920>>...33