Home
last modified time | relevance | path

Searched defs:open (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/ext/session/
H A Dsession.stub.php56 $open,
79 public function open(string $path, string $name): bool; function
115 public function open(string $path, string $name): bool {} function in SessionHandler
H A Dmod_user_class.c38 PHP_METHOD(SessionHandler, open) in PHP_METHOD() argument
/PHP-8.1/ext/gd/libgd/
H A Dgd_png.c139 int i, j, *open = NULL; in gdImageCreateFromPngCtx() local
495 int *open = im->open; in gdImagePngCtxEx() local
H A Dgd.h182 int open[gdMaxColors]; member
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.stub.php81 …public static function open(string $uri, ?string $encoding = null, int $flags = 0) {} // TODO Retu… function in XMLReader
H A Dphp_xmlreader.c838 PHP_METHOD(XMLReader, open) in PHP_METHOD() argument
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.stub.php15 …public function open(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE, … function in SQLite3
H A Dsqlite3.c95 PHP_METHOD(SQLite3, open) in PHP_METHOD() argument
/PHP-8.1/ext/dba/
H A Dphp_dba.h76 int (*open)(dba_info *, char **error); member
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_debug.c29 MYSQLND_METHOD(mysqlnd_debug, open)(MYSQLND_DEBUG * self, bool reopen) in MYSQLND_METHOD() argument
H A Dmysqlnd_debug.h26 enum_func_status (*open)(MYSQLND_DEBUG * self, bool reopen); member
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php83 public function open(string $filename, int $flags = 0): bool|int {} function in ZipArchive
H A Dphp_zip.c1434 PHP_METHOD(ZipArchive, open) argument

Completed in 47 milliseconds