open 1638 Zend/zend_virtual_cwd.c f = open(new_state.cwd, flags, mode); open 1640 Zend/zend_virtual_cwd.c f = open(new_state.cwd, flags); open 294 Zend/zend_virtual_cwd.h #define VCWD_OPEN(path, flags) open(path, flags) open 295 Zend/zend_virtual_cwd.h #define VCWD_OPEN_MODE(path, flags, mode) open(path, flags, mode) open 939 ext/dba/dba.c if (error || hptr->open(info, &error) != SUCCESS) { open 99 ext/dba/dba_db3.c (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) { open 101 ext/dba/dba_db3.c (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) { open 128 ext/dba/dba_db4.c (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) { open 130 ext/dba/dba_db4.c (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) { open 80 ext/dba/php_dba.h int (*open)(dba_info *, char **error); open 1456 ext/fileinfo/libmagic/cdf.c if ((info.i_fd = open(argv[1], O_RDONLY)) == -1) open 265 ext/fileinfo/libmagic/compress.c tfd = open(ptr, O_RDWR|O_TRUNC|O_EXCL|O_CREAT, 0600); open 158 ext/gd/libgd/gd.c im->open[i] = 1; open 277 ext/gd/libgd/gd.c if (im->open[i]) { open 442 ext/gd/libgd/gd.c if (im->open[i]) { open 467 ext/gd/libgd/gd.c if (im->open[i]) { open 490 ext/gd/libgd/gd.c if (im->open[i]) { open 506 ext/gd/libgd/gd.c im->open[ct] = 0; open 541 ext/gd/libgd/gd.c if (im->open[c]) open 581 ext/gd/libgd/gd.c im->open[op] = 0; open 591 ext/gd/libgd/gd.c im->open[color] = 1; open 638 ext/gd/libgd/gd.c to->open[i] = 0; open 642 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 269 ext/gd/libgd/gd_gif_in.c if (im->open[i]) { open 578 ext/gd/libgd/gd_gif_in.c im->open[i] = 1; open 601 ext/gd/libgd/gd_gif_in.c if (im->open[v]) { open 602 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 1374 ext/mcrypt/mcrypt.c *fd = open(source == RANDOM ? "/dev/random" : "/dev/urandom", O_RDONLY); open 34 ext/mysqlnd/mysqlnd_debug.c MYSQLND_METHOD(mysqlnd_debug, open)(MYSQLND_DEBUG * self, zend_bool reopen) open 63 ext/mysqlnd/mysqlnd_debug.c if (!self->stream && FAIL == self->m->open(self, FALSE)) { open 136 ext/mysqlnd/mysqlnd_debug.c self->m->open(self, TRUE); open 160 ext/mysqlnd/mysqlnd_debug.c if (!self->stream && FAIL == self->m->open(self, FALSE)) { open 238 ext/mysqlnd/mysqlnd_debug.c self->m->open(self, TRUE); open 694 ext/mysqlnd/mysqlnd_debug.c MYSQLND_METHOD(mysqlnd_debug, open), open 31 ext/mysqlnd/mysqlnd_debug.h enum_func_status (*open)(MYSQLND_DEBUG * self, zend_bool reopen); open 1389 ext/odbc/php_odbc.c if ((params[i-1].fp = open(filename,O_RDONLY)) == -1) { open 724 ext/opcache/zend_file_cache.c fd = open(filename, O_CREAT | O_EXCL | O_RDWR | O_BINARY, S_IRUSR | S_IWUSR); open 726 ext/opcache/zend_file_cache.c fd = open(filename, O_CREAT | O_EXCL | O_RDWR | O_BINARY, _S_IREAD | _S_IWRITE); open 1223 ext/opcache/zend_file_cache.c fd = open(filename, O_RDONLY | O_BINARY); open 172 ext/pcre/pcrelib/sljit/sljitUtils.c dev_zero = open("/dev/zero", O_RDWR); open 185 ext/pcre/pcrelib/sljit/sljitUtils.c dev_zero = open("/dev/zero", O_RDWR); open 78 ext/session/mod_user.c if (Z_ISUNDEF(PSF(open))) { open 88 ext/session/mod_user.c ps_call_handler(&PSF(open), 2, args, &retval); open 39 ext/session/mod_user_class.c PHP_METHOD(SessionHandler, open) open 328 ext/session/php_session.h extern PHP_METHOD(SessionHandler, open); open 2455 ext/session/session.c ZEND_ARG_INFO(0, open) open 2551 ext/session/session.c PHP_ABSTRACT_ME(SessionHandlerInterface, open, arginfo_session_class_open) open 2581 ext/session/session.c PHP_ME(SessionHandler, open, arginfo_session_class_open, ZEND_ACC_PUBLIC) open 1542 ext/soap/php_sdl.c f = open(fn, O_RDONLY|O_BINARY); open 2113 ext/soap/php_sdl.c f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE); open 2115 ext/soap/php_sdl.c f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE); open 25768 ext/sqlite3/libsqlite/sqlite3.c return open(zFile, flags, mode); open 101970 ext/sqlite3/libsqlite/sqlite3.c int (*open)(const char*,sqlite3**); open 102216 ext/sqlite3/libsqlite/sqlite3.c #define sqlite3_open sqlite3_api->open open 115 ext/sqlite3/libsqlite/sqlite3ext.h int (*open)(const char*,sqlite3**); open 361 ext/sqlite3/libsqlite/sqlite3ext.h #define sqlite3_open sqlite3_api->open open 99 ext/sqlite3/sqlite3.c PHP_METHOD(sqlite3, open) open 1921 ext/sqlite3/sqlite3.c PHP_ME(sqlite3, open, arginfo_sqlite3_open, ZEND_ACC_PUBLIC) open 1943 ext/sqlite3/sqlite3.c PHP_MALIAS(sqlite3, __construct, open, arginfo_sqlite3_open, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) open 659 ext/standard/proc_open.c dev_ptmx = open("/dev/ptmx", O_RDWR); open 666 ext/standard/proc_open.c slave_pty = open(ptsname(dev_ptmx), O_RDWR); open 143 ext/standard/random.c fd = open("/dev/urandom", O_RDONLY); open 851 ext/xmlreader/php_xmlreader.c PHP_METHOD(xmlreader, open) open 1281 ext/xmlreader/php_xmlreader.c PHP_ME(xmlreader, open, arginfo_xmlreader_open, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC) open 128 ext/zip/lib/mkstemp.c if ((fd=open(path, O_CREAT|O_EXCL|O_RDWR|O_BINARY, 0600)) >= 0) open 1400 ext/zip/php_zip.c static ZIPARCHIVE_METHOD(open) open 2961 ext/zip/php_zip.c ZIPARCHIVE_ME(open, arginfo_ziparchive_open, ZEND_ACC_PUBLIC) open 2426 main/main.c old_cwd_fd = open(".", 0); open 991 main/streams/plain_wrapper.c fd = open(realpath, open_flags, 0666); open 1971 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 956 sapi/fpm/fpm/fpm_conf.c fd = open(wp->config->slowlog, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); open 1499 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 488 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 302 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); open 681 sapi/litespeed/lsapilib.c int fd = open( pSecretFile, O_RDONLY , 0600 ); open 1297 sapi/litespeed/lsapilib.c newfd = open( "/dev/null", O_RDWR );