Home
last modified time | relevance | path

Searched refs:open (Results 676 – 691 of 691) sorted by relevance

1...<<2122232425262728

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation28.phpt64 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation3.phpt61 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation4.phpt60 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation5.phpt63 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation6.phpt63 // close the file if the mode to be used is read mode and re-open using read mode
/PHP-5.5/
H A DNEWS2528 . Fixed bug #63241 (PHP fails to open Windows deduplicated files).
2941 . Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a
3299 . Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers).
5039 - Fixed bug #51732 (Fileinfo __construct or open does not work with NULL).
5594 - Fixed bug #48791 (open office files always reported as corrupted). (Greg)
6026 open(2) system call. (Mikko)
7017 - Fixed bug #43105 (PHP seems to fail to close open files). (Hannes)
7547 ZipArchive::open (Pierre)
7908 when trying to open "php://wrong"). (Tony)
8379 - Implemented #38357 (dbase_open can't open DBase 3 dbf file).
[all …]
H A Dacinclude.m41228 int fd = open("conftest_in", O_WRONLY|O_CREAT, 0600);
1259 int fd = open("conftest_in", O_RDONLY);
/PHP-5.5/main/
H A Dmain.c2460 old_cwd_fd = open(".", 0); in php_execute_script()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5047 >33 byte &1 \b, [open]
14492 >&213 byte 0x44 \b, at least V5R4 to open
14493 >&213 byte 0x43 \b, at least V5R3 to open
14494 >&213 byte 0x42 \b, at least V5R2 to open
14495 >&213 byte 0x41 \b, at least V5R1 to open
14496 >&213 byte 0x40 \b, at least V4R5 to open
14497 >&213 byte 0x3F \b, at least V4R4 to open
14498 >&213 byte 0x3E \b, at least V4R3 to open
14499 >&213 byte 0x3C \b, at least V4R2 to open
14501 >&213 byte 0x3B \b, at least V4R1 to open
[all …]
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c2046 fd = client->request.path_translated ? open(client->request.path_translated, O_RDONLY): -1; in php_cli_server_begin_send_static()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1379 if ((params[i-1].fp = open(filename,O_RDONLY)) == -1) { in PHP_FUNCTION()
/PHP-5.5/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt2 Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218)
H A Dbug45218_SLOWTESTU.phpt2 Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt7280 The new verbs make use of what was previously invalid syntax: an open-
9239 assumes that the variable fd refers to a file that is open for output:
10179 ld.so.1: a.out: fatal: libpcre.so.0: open failed: No such file or
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2257 2. Changed the call to open a subject file in pcregrep from fopen(pathname,
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c25768 return open(zFile, flags, mode);
101970 int (*open)(const char*,sqlite3**);
102216 #define sqlite3_open sqlite3_api->open

Completed in 709 milliseconds

1...<<2122232425262728