Home
last modified time | relevance | path

Searched refs:open (Results 176 – 200 of 693) sorted by relevance

12345678910>>...28

/PHP-5.4/ext/zip/examples/
H A Ddir.php8 $za->open('test_with_comment.zip');
H A Dcreate.php11 if (!$zip->open($filename, ZIPARCHIVE::CREATE)) {
H A Dfopen.php22 $z->open(dirname(__FILE__) . '/test.zip');
/PHP-5.4/ext/xmlreader/examples/
H A Dxmlreader_file.php3 $reader->open('xmlreader.xml');
H A Dxmlreader_validatedtd.php5 $xml->open("dtdexample.xml");
/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_module_open.phpt13 Warning: mcrypt_module_open(): Could not open encryption module in %s on line %d
/PHP-5.4/ext/sqlite3/tests/
H A Dsqlite3_01_open.phpt2 SQLite3::open/close tests
H A Dsqlite3_02_open.phpt2 SQLite3::open test, testing for function parameters
/PHP-5.4/ext/standard/tests/dir/
H A Dopendir_variation5.phpt64 $dir_handle2 = opendir($child_dir_path); // try to open, expected failure
96 Warning: opendir(%s/opendir_variation5/sub_dir/child_dir): failed to open dir: %s in %s on line %d
101 Warning: opendir(%s/opendir_variation5/sub_dir/child_dir): failed to open dir: %s in %s on line %d
/PHP-5.4/ext/standard/tests/file/
H A D007_variation16.phpt14 Description: Closes an open file pointer
20 checking for the warning msg when trying to open an existing file in "x+t" mode,
59 Warning: fopen(%s): failed to open stream: File exists in %s on line %d
H A D007_variation24.phpt14 Description: Closes an open file pointer
20 checking for the warning msg when trying to open an existing file in "x+b" mode,
59 Warning: fopen(%s): failed to open stream: File exists in %s on line %d
H A Dfile_put_contents_variation7-win32.phpt102 …ar7Sub\\..\\..\filePutContentsVar7Sub\FileGetContentsVar7.tmp): failed to open stream: %s in %s on…
107 …ar7.dir\filePutContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): failed to open stream: %s in %s on…
124 Warning: file_put_contents(BADDIR\FileGetContentsVar7.tmp): failed to open stream: %s in %s on line…
H A Dfile_put_contents_variation7.phpt94 …ar7Sub//..//../filePutContentsVar7Sub/FileGetContentsVar7.tmp): failed to open stream: %s in %s on…
99 …ar7.dir/filePutContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: %s in %s on…
116 Warning: file_put_contents(BADDIR/FileGetContentsVar7.tmp): failed to open stream: %s in %s on line…
H A Dfile_put_contents_variation8-win32.phpt76 Warning: file_put_contents( ): failed to open stream: Permission denied in %s on line %d
91 Warning: file_put_contents(/no/such/file/dir): failed to open stream: %s in %s on line %d
96 Warning: file_put_contents(php/php): failed to open stream: %s in %s on line %d
H A Dfscanf_variation54.phpt34 exit("Error:failed to open file $filename");
49 exit("Error:failed to open file $filename");
H A Dparse_ini_file_error.phpt40 Warning: parse_ini_file(%s): failed to open stream: No such file or directory in %s on line %d
45 Warning: parse_ini_file(%s): failed to open stream: No such file or directory in %s on line %d
H A Dbug35740.phpt11 Warning: include(%s): failed to open stream: %s in %s on line %d
/PHP-5.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation14.phpt29 // with invalid open tag for testing entire source to be unknown token
30 echo "-- with invlalid PHP open tag & valid tokens --\n";
257 -- with invlalid PHP open tag & valid tokens --
/PHP-5.4/ext/zlib/tests/
H A Dgzopen_variation4.phpt119 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
126 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
133 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
140 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
147 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
/PHP-5.4/ext/session/tests/
H A Dbug55688.phpt15 Warning: SessionHandler::gc(): Parent session handler is not open in %s on line %d
/PHP-5.4/ext/sybase_ct/tests/
H A Dtest_close_notopen.phpt2 Sybase-CT close not open
/PHP-5.4/ext/zip/tests/
H A Doo_close.phpt13 if (!$zip->open($dirname . 'test.zip')) {
/PHP-5.4/ext/mysql/tests/
H A Dmysql_max_persistent.phpt57 // try to open 2 links
68 // should be allowed -> only open connection
93 Warning: mysql_pconnect(): Too many open persistent links (1) in %s on line %d
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_trace_pread.c41 mem_file = open(buf, O_RDONLY); in fpm_trace_ready()
/PHP-5.4/ext/phar/tests/
H A Dwebphar_compilefail.phpt2 Phar: Phar::webPhar, open compiled file fails

Completed in 29 milliseconds

12345678910>>...28