open 1649 TSRM/tsrm_virtual_cwd.c f = open(new_state.cwd, flags, mode);
open 1651 TSRM/tsrm_virtual_cwd.c f = open(new_state.cwd, flags);
open 292 TSRM/tsrm_virtual_cwd.h #define VCWD_OPEN(path, flags) open(path, flags)
open 293 TSRM/tsrm_virtual_cwd.h #define VCWD_OPEN_MODE(path, flags, mode) open(path, flags, mode)
open 205 Zend/zend_alloc.c zend_mm_dev_zero_fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
open 1012 Zend/zend_alloc.c int fd = open("/dev/urandom", 0);
open 925 ext/dba/dba.c if (error || hptr->open(info, &error TSRMLS_CC) != SUCCESS) {
open 94 ext/dba/dba_db3.c if ((err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) {
open 129 ext/dba/dba_db4.c (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) {
open 131 ext/dba/dba_db4.c (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) {
open 77 ext/dba/php_dba.h int (*open)(dba_info *, char **error TSRMLS_DC);
open 1313 ext/fileinfo/libmagic/cdf.c if ((info.i_fd = open(argv[1], O_RDONLY)) == -1)
open 255 ext/fileinfo/libmagic/compress.c tfd = open(ptr, O_RDWR|O_TRUNC|O_EXCL|O_CREAT, 0600);
open 160 ext/gd/libgd/gd.c im->open[i] = 1;
open 279 ext/gd/libgd/gd.c if (im->open[i]) {
open 444 ext/gd/libgd/gd.c if (im->open[i]) {
open 469 ext/gd/libgd/gd.c if (im->open[i]) {
open 492 ext/gd/libgd/gd.c if (im->open[i]) {
open 508 ext/gd/libgd/gd.c im->open[ct] = 0;
open 543 ext/gd/libgd/gd.c if (im->open[c])
open 583 ext/gd/libgd/gd.c im->open[op] = 0;
open 593 ext/gd/libgd/gd.c im->open[color] = 1;
open 640 ext/gd/libgd/gd.c to->open[i] = 0;
open 644 ext/gd/libgd/gd.c to->open[i] = 1;
open 181 ext/gd/libgd/gd.h int open[gdMaxColors];
open 86 ext/gd/libgd/gd_gd.c im->open[i] = 0;
open 267 ext/gd/libgd/gd_gif_in.c if (im->open[i]) {
open 571 ext/gd/libgd/gd_gif_in.c im->open[i] = 1;
open 594 ext/gd/libgd/gd_gif_in.c if (im->open[v]) {
open 595 ext/gd/libgd/gd_gif_in.c im->open[v] = 0;
open 133 ext/gd/libgd/gd_png.c int i, j, *open = NULL;
open 338 ext/gd/libgd/gd_png.c open = im->open;
open 343 ext/gd/libgd/gd_png.c open[i] = 1;
open 346 ext/gd/libgd/gd_png.c open[i] = 1;
open 397 ext/gd/libgd/gd_png.c open[idx] = 0;
open 404 ext/gd/libgd/gd_png.c if (!open[i]) {
open 470 ext/gd/libgd/gd_png.c int *open = im->open;
open 536 ext/gd/libgd/gd_png.c if (transparent >= im->colorsTotal || (transparent >= 0 && open[transparent])) {
open 547 ext/gd/libgd/gd_png.c if (!open[i]) {
open 605 ext/gd/libgd/gd_png.c if ((!im->open[i]) && (im->alpha[i] != gdAlphaOpaque)) {
open 627 ext/gd/libgd/gd_png.c if (!im->open[i]) {
open 775 ext/gd/libgd/gd_topal.c nim->open[icolor] = 0;
open 838 ext/gd/libgd/gd_topal.c nim->open[nim->colorsTotal] = 0;
open 171 ext/gd/libgd/gd_webp.c int *open = im->open;
open 1405 ext/mcrypt/mcrypt.c fd = open(source == RANDOM ? "/dev/random" : "/dev/urandom", O_RDONLY);
open 71 ext/mysqlnd/mysqlnd_debug.c if (!self->stream && FAIL == self->m->open(self, FALSE)) {
open 144 ext/mysqlnd/mysqlnd_debug.c self->m->open(self, TRUE);
open 169 ext/mysqlnd/mysqlnd_debug.c if (!self->stream && FAIL == self->m->open(self, FALSE)) {
open 247 ext/mysqlnd/mysqlnd_debug.c self->m->open(self, TRUE);
open 31 ext/mysqlnd/mysqlnd_debug.h enum_func_status (*open)(MYSQLND_DEBUG * self, zend_bool reopen);
open 1340 ext/odbc/php_odbc.c if ((params[i-1].fp = open(filename,O_RDONLY)) == -1) {
open 84 ext/session/mod_user.c if (PSF(open) == NULL) {
open 94 ext/session/mod_user.c retval = ps_call_handler(PSF(open), 2, args TSRMLS_CC);
open 2212 ext/session/session.c PHP_ABSTRACT_ME(SessionHandlerInterface, open, arginfo_session_class_open)
open 2233 ext/session/session.c PHP_ME(SessionHandler, open, arginfo_session_class_open, ZEND_ACC_PUBLIC)
open 1548 ext/soap/php_sdl.c f = open(fn, O_RDONLY|O_BINARY);
open 2125 ext/soap/php_sdl.c f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
open 2127 ext/soap/php_sdl.c f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
open 24767 ext/sqlite3/libsqlite/sqlite3.c return open(zFile, flags, mode);
open 87133 ext/sqlite3/libsqlite/sqlite3.c int (*open)(const char*,sqlite3**);
open 87334 ext/sqlite3/libsqlite/sqlite3.c #define sqlite3_open sqlite3_api->open
open 105 ext/sqlite3/libsqlite/sqlite3ext.h int (*open)(const char*,sqlite3**);
open 306 ext/sqlite3/libsqlite/sqlite3ext.h #define sqlite3_open sqlite3_api->open
open 1915 ext/sqlite3/sqlite3.c PHP_ME(sqlite3, open, arginfo_sqlite3_open, ZEND_ACC_PUBLIC)
open 1937 ext/sqlite3/sqlite3.c PHP_MALIAS(sqlite3, __construct, open, arginfo_sqlite3_open, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR)
open 138 ext/standard/password.c fd = open("/dev/urandom", O_RDONLY);
open 657 ext/standard/proc_open.c dev_ptmx = open("/dev/ptmx", O_RDWR);
open 664 ext/standard/proc_open.c slave_pty = open(ptsname(dev_ptmx), O_RDWR);
open 3 ext/xmlreader/examples/xmlreader_file.php $reader->open('xmlreader.xml');
open 5 ext/xmlreader/examples/xmlreader_relaxNG.php $reader->open('relaxNG.xml');
open 5 ext/xmlreader/examples/xmlreader_validatedtd.php $xml->open("dtdexample.xml");
open 1290 ext/xmlreader/php_xmlreader.c PHP_ME(xmlreader, open, arginfo_xmlreader_open, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
open 3 ext/zip/examples/comment.php $z->open('test_with_comment.zip');
open 11 ext/zip/examples/create.php if (!$zip->open($filename, ZIPARCHIVE::CREATE)) {
open 8 ext/zip/examples/dir.php $za->open('test_with_comment.zip');
open 9 ext/zip/examples/extract.php $zip->open("test.zip");
open 5 ext/zip/examples/extractAll.php $zip->open("test.zip");
open 22 ext/zip/examples/fopen.php $z->open(dirname(__FILE__) . '/test.zip');
open 6 ext/zip/examples/get_set_comments.php $z->open('t.zip');
open 7 ext/zip/examples/im.php $z->open(dirname(__FILE__) . '/test_im.zip');
open 5 ext/zip/examples/odt.php $reader->open('zip://' . dirname(__FILE__) . '/test.odt#meta.xml');
open 2735 ext/zip/php_zip.c ZIPARCHIVE_ME(open, arginfo_ziparchive_open, ZEND_ACC_PUBLIC)
open 2456 main/main.c old_cwd_fd = open(".", 0);
open 938 main/streams/plain_wrapper.c fd = open(realpath, open_flags, 0666);
open 2033 sapi/cli/php_cli_server.c fd = client->request.path_translated ? open(client->request.path_translated, O_RDONLY): -1;
open 78 sapi/fpm/fpm/events/devpoll.c dpfd = open("/dev/poll", O_RDWR);
open 942 sapi/fpm/fpm/fpm_conf.c fd = open(wp->config->slowlog, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
open 1480 sapi/fpm/fpm/fpm_conf.c fd = open(filename, O_RDONLY, 0);
open 45 sapi/fpm/fpm/fpm_log.c fd = open(wp->config->access_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
open 510 sapi/fpm/fpm/fpm_main.c request_body_fd = open(request_body_filename, O_RDONLY);
open 28 sapi/fpm/fpm/fpm_stdio.c int fd = open("/dev/null", O_RDWR);
open 278 sapi/fpm/fpm/fpm_stdio.c fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
open 41 sapi/fpm/fpm/fpm_trace_pread.c mem_file = open(buf, O_RDONLY);