Home
last modified time | relevance | path

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

12345678

/PHP-7.0/ext/standard/tests/file/
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.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_variation4-win32.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation4.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation7-win32.phpt22 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation7.phpt22 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation3-win32.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation3.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation5-win32.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation5.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation6-win32.phpt23 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation6.phpt23 /* test ftruncate with file opened in different modes */
H A Dfile.inc85 $file_handle = file handle, opened with write options,
/PHP-7.0/ext/phar/
H A Dphar_object.c1450 zend_string *opened; in phar_build() local
1509 opened = zend_string_init("[stream]", sizeof("[stream]") - 1, 0); in phar_build()
1673 fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened); in phar_build()
1699 if (opened) { in phar_build()
1700 zend_string_release(opened); in phar_build()
1718 if (opened) { in phar_build()
1719 zend_string_release(opened); in phar_build()
1754 add_assoc_str(p_obj->ret, str_key, opened); in phar_build()
/PHP-7.0/
H A DREADME.STREAMS67 opened_path is used to return the path of the actual file opened,
172 php_stream * stream; /* already opened */
H A DUPGRADING664 on the opened file descriptor. This mode is only available in PHP compiled on
/PHP-7.0/sapi/fpm/tests/
H A Dfcgi.inc166 * Define whether or not PHP should attempt to re-use sockets opened by previous
/PHP-7.0/ext/openssl/
H A DREADME22 certificate file (it will be opened and read automatically)
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch2666 - * Can't stat, can't open. It may have been opened in
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog3171 recursion call. It refers to the nth most recently opened parentheses.
3174 to be opened parentheses.
3441 10. Originally, pcretest opened its input and output without "b"; then I was
4254 (n) The return code is 2 if any file cannot be opened, but pcregrep does

Completed in 66 milliseconds

12345678