Home
last modified time | relevance | path

Searched refs:open (Results 201 – 225 of 816) sorted by relevance

12345678910>>...33

/PHP-7.4/ext/standard/tests/streams/
H A Dbug74951.phpt12 Warning: fopen(e0ploit://): failed to open stream: operation failed in %s%ebug74951.php on line 7
/PHP-7.4/ext/standard/tests/strings/
H A Dbug68996.phpt11 <b>Warning</b>: : failed to open stream: No such file or directory in <b>%sbug68996.php</b> on lin…
/PHP-7.4/ext/exif/tests/
H A Dexif_read_data_0.phpt12 Warning: exif_read_data(): Unable to open file in %sexif_read_data_0.php on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dphp_fd_wrapper_04.phpt9 Warning: fopen(php://fd/1023): failed to open stream: Error duping file descriptor 1023; possibly i…
H A Dfflush_variation4.phpt27 exit("Error:failed to open file $file_name");
33 exit("Error:failed to open file $file_name");
H A Dfgetc_variation2.phpt21 // open the file for reading
30 // open the file for reading
H A Dbug35740.phpt11 Warning: include(%s): failed to open stream: %s in %s on line %d
H A D007_variation15.phpt14 Description: Closes an open file pointer
20 checking for the warning msg when trying to open an existing file in "xt" mode,
59 Warning: fopen(%s): failed to open stream: File exists in %s on line %d
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_variation23.phpt14 Description: Closes an open file pointer
20 checking for the warning msg when trying to open an existing file in "xb" 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
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_error2.phpt36 Warning: scandir(%s/idonotexist): failed to open dir: %s in %s on line %d
43 Warning: scandir(/idonotexist): failed to open dir: %s in %s on line %d
/PHP-7.4/ext/phar/tests/
H A Dopendir.phpt39 Warning: opendir(phar://): failed to open dir: phar error: no directory in "phar://", must have at …
42 Warning: opendir(phar://hi.phar): failed to open dir: phar error: invalid url or non-existent phar …
H A Dwebphar_compilefail.phpt2 Phar: Phar::webPhar, open compiled file fails
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_call_error.phpt28 open c1 for select * from dual;
30 open c1 for select * from dual;
H A Dimp_res_cancel.phpt27 open c1 for select 1 from dual union all select 2 from dual;
29 open c2 for select 3 from dual;
/PHP-7.4/ext/xmlreader/tests/
H A D012.phpt45 $reader->open($file);
54 $reader->open(__DIR__ . '/012.xml');
/PHP-7.4/ext/zip/tests/
H A Doo_setcomment.phpt16 if (!$zip->open($file, ZIPARCHIVE::CREATE)) {
41 if (!$zip->open($file)) {
H A Doo_close.phpt12 if (!$zip->open($dirname . 'test.zip')) {
H A Doo_count.phpt14 if (!$zip->open($file)) {
H A Dbug72660.phpt11 $zip->open(__DIR__ . "/bug72660.zip", ZIPARCHIVE::CREATE);
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_01_open-mb.phpt2 SQLite3::open/close tests
H A Dsqlite3_02_open.phpt2 SQLite3::open test, testing for function parameters
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_trace_pread.c39 mem_file = open(buf, O_RDONLY); in fpm_trace_ready()
/PHP-7.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 --

Completed in 17 milliseconds

12345678910>>...33