Home
last modified time | relevance | path

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

/PHP-8.0/ext/session/
H A Dsession.stub.php47 $open,
69 public function open(string $path, string $name); function
105 public function open(string $path, string $name) {} function in SessionHandler
H A Dmod_user_class.c38 PHP_METHOD(SessionHandler, open) in PHP_METHOD() argument
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.stub.php53 public static function open(string $uri, ?string $encoding = null, int $flags = 0) {} function in XMLReader
H A Dphp_xmlreader.c839 PHP_METHOD(XMLReader, open) in PHP_METHOD() argument
/PHP-8.0/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.0/ext/sqlite3/
H A Dsqlite3.stub.php11 …public function open(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE, … function in SQLite3
H A Dsqlite3.c96 PHP_METHOD(SQLite3, open) in PHP_METHOD() argument
/PHP-8.0/ext/dba/
H A Dphp_dba.h76 int (*open)(dba_info *, char **error); member
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_debug.c29 MYSQLND_METHOD(mysqlnd_debug, open)(MYSQLND_DEBUG * self, zend_bool reopen) in MYSQLND_METHOD() argument
H A Dmysqlnd_debug.h26 enum_func_status (*open)(MYSQLND_DEBUG * self, zend_bool reopen); member
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php70 public function open(string $filename, int $flags = 0) {} function in ZipArchive
H A Dphp_zip.c1425 PHP_METHOD(ZipArchive, open) argument

Completed in 51 milliseconds