Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 182) sorted by path

12345678

/PHP-7.4/
H A DUPGRADING368 this case the process will be opened directly (without going through a
/PHP-7.4/build/
H A Dconfig.sub1419 opened*)
/PHP-7.4/docs/
H A Dstreams.md65 * `opened_path` is used to return the path of the actual file opened, but if you
182 php_stream * stream; /* already opened */
/PHP-7.4/ext/bz2/tests/
H A D002.phpt2 bzopen() using fd opened in wrong mode
81 Warning: bzopen(): cannot read from a stream opened in write only mode in %s on line %d
96 Warning: bzopen(): cannot write to a stream opened in read only mode in %s on line %d
102 Warning: bzopen(): cannot use stream opened in mode 'rw' in %s on line %d
105 Warning: bzopen(): cannot use stream opened in mode 'rw' in %s on line %d
108 Warning: bzopen(): cannot use stream opened in mode 'wr' in %s on line %d
111 Warning: bzopen(): cannot use stream opened in mode 'wr' in %s on line %d
114 Warning: bzopen(): cannot use stream opened in mode 'r+' in %s on line %d
117 Warning: bzopen(): cannot use stream opened in mode 'r+' in %s on line %d
120 Warning: bzopen(): cannot use stream opened in mode 'w+' in %s on line %d
[all …]
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_013.phpt22 echo "database file opened\n";
38 database file opened
H A Ddba_db4_014.phpt17 echo "database file opened\n";
H A Ddba_db4_015.phpt22 echo "database file opened\n";
38 database file opened
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2937 - * Can't stat, can't open. It may have been opened in
/PHP-7.4/ext/imap/tests/
H A Dimap_close_variation3.phpt20 echo "\n-- File Resource opened with fopen() --\n";
25 echo "\n-- Directory Resource opened with opendir() --\n";
34 -- File Resource opened with fopen() --
41 -- Directory Resource opened with opendir() --
H A Dimap_fetch_overview_variation4.phpt21 echo "\n-- File Resource opened with fopen() --\n";
26 echo "\n-- Directory Resource opened with opendir() --\n";
35 -- File Resource opened with fopen() --
41 -- Directory Resource opened with opendir() --
H A Dimap_fetchbody_variation5.phpt21 echo "\n-- File Resource opened with fopen() --\n";
26 echo "\n-- Directory Resource opened with opendir() --\n";
35 -- File Resource opened with fopen() --
41 -- Directory Resource opened with opendir() --
H A Dimap_fetchheader_variation4.phpt20 echo "\n-- File Resource opened with fopen() --\n";
25 echo "\n-- Directory Resource opened with opendir() --\n";
34 -- File Resource opened with fopen() --
40 -- Directory Resource opened with opendir() --
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_scope3.phpt14 // (without committing). Another connection is opened from function
H A Ddrcp_scope4.phpt17 // updates a table (without committing). Another connection is opened
H A Ddrcp_scope5.phpt17 // (without committing). Another connection is opened from function
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt2 PDO_Firebird: cursor should not be marked as opened on singleton statements
/PHP-7.4/ext/phar/
H A Dphar_object.c1416 zend_string *opened; in phar_build() local
1471 opened = zend_string_init("[stream]", sizeof("[stream]") - 1, 0); in phar_build()
1614 fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened); in phar_build()
1640 if (opened) { in phar_build()
1641 zend_string_release_ex(opened, 0); in phar_build()
1659 if (opened) { in phar_build()
1660 zend_string_release_ex(opened, 0); in phar_build()
1705 add_assoc_str(p_obj->ret, str_key, opened); in phar_build()
/PHP-7.4/ext/phar/tests/
H A Daddfuncs.phpt49 …be created: phar error: file "a" in phar "%saddfuncs.phar.php" cannot be opened for writing, reada…
H A Dphar_buildfromiterator7.phpt2 Phar::buildFromIterator() iterator, file can't be opened
59 Iterator myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there…
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_buildfromiterator7.phpt2 Phar::buildFromIterator() iterator, file can't be opened tar-based
59 Iterator myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there…
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_buildfromiterator7.phpt2 Phar::buildFromIterator() iterator, file can't be opened zip-based
59 Iterator myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there…
/PHP-7.4/ext/pspell/tests/
H A D003.phpt32 …not known. This could also mean that the file "%sb0rked.%s" could not be opened for reading or doe…
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt70 -- file opened in r+ --
77 -- file opened in r+b --
84 -- file opened in r+t --
91 -- file opened in a+ --
98 -- file opened in a+b --
112 -- file opened in w+ --
133 -- file opened in x+ --
154 -- file opened in r+ --
175 -- file opened in a+ --
196 -- file opened in w+ --
[all …]
H A DSplFileObject_fputcsv_variation10.phpt63 -- file opened in r+ --
70 -- file opened in r+b --
77 -- file opened in r+t --
84 -- file opened in a+ --
91 -- file opened in a+b --
105 -- file opened in w+ --
126 -- file opened in x+ --
147 -- file opened in r+ --
171 -- file opened in a+ --
195 -- file opened in w+ --
[all …]
H A DSplFileObject_fputcsv_variation11.phpt70 -- file opened in r+ --
77 -- file opened in r+b --
84 -- file opened in r+t --
91 -- file opened in a+ --
98 -- file opened in a+b --
112 -- file opened in w+ --
133 -- file opened in x+ --
154 -- file opened in r+ --
175 -- file opened in a+ --
196 -- file opened in w+ --
[all …]

Completed in 45 milliseconds

12345678