Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/standard/tests/file/
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.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_variation2-win32.phpt21 /* test ftruncate with file opened in different modes */
H A Dftruncate_variation7.phpt22 /* 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_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_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-5.5/ext/phar/
H A Dphar_object.c1427 char *fname, *error = NULL, *base = p_obj->b, *opened, *save = NULL, *temp = NULL; in phar_build() local
1481 opened = (char *) estrndup(str, sizeof("[stream]") - 1); in phar_build()
1639 fp = php_stream_open_wrapper(fname, "rb", STREAM_MUST_SEEK|0, &opened); in phar_build()
1665 if (opened) { in phar_build()
1666 efree(opened); in phar_build()
1684 if (opened) { in phar_build()
1685 efree(opened); in phar_build()
1720 add_assoc_string(p_obj->ret, str_key, opened, 0); in phar_build()
/PHP-5.5/
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 DNEWS3749 . Fixed bug #61253 (Wrappers opened with errors concurrency problem on ZTS).
4587 opened for empty uploads and, in debug mode, 0-length uploads. (Gustavo)
4891 with streams opened with, inter alia, the 'xb' mode). (Gustavo)
5617 files that have been opened with r+). (Ilia)
5632 - Fixed bug #48400 (imap crashes when closing stream opened with
6826 - Fixed bug #44818 (php://memory writeable when opened read only). (Arnaud)
6843 - Fixed bug #44246 (closedir() accepts a file resource opened by fopen()).
7227 - Fixed EOF handling in case of reading from file opened in write only mode.
9226 for files opened with tmpname(). (Derick)
/PHP-5.5/ext/openssl/
H A DREADME22 certificate file (it will be opened and read automatically)
/PHP-5.5/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
/PHP-5.5/win32/
H A Dinstall.txt202 |-php-win.exe -- executes scripts without an opened command prompt
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt6816 most recently opened parentheses can be referenced by (?(-1), the next
6818 to refer to subsequent groups. The next parentheses to be opened can be
7005 most recently opened parentheses preceding the recursion. In other
7009 It is also possible to refer to subsequently opened parentheses, by
9255 between binary and non-binary data, be sure that the file is opened for

Completed in 120 milliseconds

1234567