Home
last modified time | relevance | path

Searched refs:opened (Results 151 – 175 of 193) sorted by relevance

12345678

/PHP-7.1/ext/standard/tests/file/
H A Dfscanf_variation55.phpt64 echo "\n*** File opened in $mode mode ***\n";
100 *** File opened in r mode ***
630 *** File opened in rb mode ***
1160 *** File opened in rt mode ***
H A Dfflush_variation3.phpt19 echo "*** Testing fflush(): with hard links to files opened in diff modes ***\n";
69 *** Testing fflush(): with hard links to files opened in diff modes ***
H A Dfwrite_variation1-win32-mb.phpt26 Test fwrite with file opened in mode : r,rb,rt
H A Dfwrite_variation1-win32.phpt26 Test fwrite with file opened in mode : r,rb,rt
H A Dfwrite_variation1.phpt26 Test fwrite with file opened in mode : r,rb,rt
H A Dfwrite_variation4-win32.phpt26 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
H A Dfwrite_variation4.phpt26 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
H A Dpclose_variation1.phpt8 * Description: Close a file pointer opened by popen()
H A Dfwrite_variation2-win32.phpt26 Test fwrite with file opened in mode : r+,r+b,r+t
H A Dfwrite_variation2.phpt26 Test fwrite with file opened in mode : r+,r+b,r+t
H A Dfwrite_variation3-win32.phpt26 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+
H A Dfwrite_variation3.phpt26 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+t
H A Duserstreams.phpt309 /* One final test to see if the position is respected when opened for append */
H A Dftruncate_variation1-win32-mb.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation1-win32.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation1.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation2-win32.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation2.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation7-win32.phpt22 /* test ftruncate with file opened in different modes */
/PHP-7.1/ext/phar/
H A DTODO11 X implement in-phar locking, so that a file that is opened for reading can't
12 have a handle opened for writing [Marcus/Greg]
H A Dphar_object.c1438 zend_string *opened; in phar_build() local
1497 opened = zend_string_init("[stream]", sizeof("[stream]") - 1, 0); in phar_build()
1646 fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened); in phar_build()
1672 if (opened) { in phar_build()
1673 zend_string_release(opened); in phar_build()
1691 if (opened) { in phar_build()
1692 zend_string_release(opened); in phar_build()
1727 add_assoc_str(p_obj->ret, str_key, opened); in phar_build()
/PHP-7.1/ext/standard/tests/dir/
H A Ddir_variation3.phpt27 * Providing various permissions to the directory to be opened and checking
/PHP-7.1/ext/spl/internal/
H A Dsplfileobject.inc39 * @throw RuntimeException If file cannot be opened (e.g. insufficient
/PHP-7.1/
H A Dconfig.sub1764 -mvs* | -opened*)
H A DREADME.STREAMS67 opened_path is used to return the path of the actual file opened,
172 php_stream * stream; /* already opened */

Completed in 65 milliseconds

12345678