Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...28

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_stdio.c28 int fd = open("/dev/null", O_RDWR); in fpm_stdio_init_main()
282 fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
/PHP-5.5/ext/libxml/tests/
H A Dbug61367-write.phpt45 Warning: DOMDocument::save(%s): failed to open stream: Operation not permitted in %s on line %d
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_001.phpt29 Warning: fopen(phar://%star_001.phar.tar/tar_001.phpt): failed to open stream: phar error: "%star_0…
H A Dtar_002.phpt32 Warning: fopen(phar://%star_002.phar.tar/tar_002.phpt): failed to open stream: phar error: "%star_0…
H A Drename.phpt42 Warning: file_get_contents(phar://%srename.phar.tar/a): failed to open stream: phar error: "a" is n…
H A Drename_dir.phpt42 Warning: file_get_contents(phar://%srename_dir.phar.tar/a/x): failed to open stream: phar error: "a…
/PHP-5.5/ext/phar/tests/
H A D017.phpt33 Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must ha…
H A D017U.phpt33 Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must ha…
H A D027.phpt90 Warning: opendir(phar://): failed to open dir: phar error: no directory in "phar://", must have at …
94 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
H A D027U.phpt90 Warning: opendir(phar://): failed to open dir: phar error: no directory in "phar://", must have at …
94 Warning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
/PHP-5.5/ext/oci8/tests/
H A Dbug42496_2.phpt2 Bug #42496 (LOB fetch leaks cursors, eventually failing with ORA-1000 maximum open cursors reached)
H A Dbug42496_1.phpt2 Bug #42496 (LOB fetch leaks cursors, eventually failing with ORA-1000 maximum open cursors reached)
H A Ddrcp_conn_close1.phpt13 // Test will open a connection
H A Ddrcp_pconn_close1.phpt13 // Test will open a persistent connection
/PHP-5.5/ext/xmlreader/tests/
H A D007.phpt15 $reader->open($file);
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation3.phpt2 Test opendir() function : usage variations - open a directory twice
H A Ddir_variation1.phpt126 Warning: dir(1): failed to open dir: %s in %s on line %d
134 Warning: dir(1): failed to open dir: %s in %s on line %d
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.c39 MYSQLND_METHOD(mysqlnd_debug, open)(MYSQLND_DEBUG * self, zend_bool reopen) in MYSQLND_METHOD() argument
71 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
144 self->m->open(self, TRUE); in MYSQLND_METHOD()
169 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
247 self->m->open(self, TRUE); in MYSQLND_METHOD()
712 MYSQLND_METHOD(mysqlnd_debug, open),
/PHP-5.5/ext/posix/tests/
H A Dposix_kill_basic.phpt14 // TODO Once we have PS open working beef up this test to create a process and kill it
H A Dposix_ttyname_error_wrongparams.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_error.phpt27 Warning: copy(/no/file): failed to open stream: No such file or directory in %s on line %d
H A Dfscanf_variation25.phpt21 exit("Error:failed to open file $filename");
50 exit("Error:failed to open file $filename");
H A D007_variation11.phpt19 Description: Closes an open file pointer
25 checking for the file truncation when trying to open an existing file in "wt" mode,
H A D007_variation12-win32.phpt19 Description: Closes an open file pointer
25 checking for the file truncation when trying to open an existing file in "w+t" mode,
/PHP-5.5/ext/dba/tests/
H A Ddba_db4_003.phpt2 DBA DB4 File Creation open("c") with existing file

Completed in 83 milliseconds

1...<<11121314151617181920>>...28