Home
last modified time | relevance | path

Searched defs:open (Results 1 – 13 of 13) sorted by last modified time

/php-src/ext/xmlreader/
H A Dphp_xmlreader.c795 PHP_METHOD(XMLReader, open) in PHP_METHOD() argument
H A Dphp_xmlreader.stub.php176 …public static function open(string $uri, ?string $encoding = null, int $flags = 0) {} // TODO Retu… function in XMLReader
/php-src/ext/session/
H A Dmod_user_class.c38 PHP_METHOD(SessionHandler, open) in PHP_METHOD() argument
H A Dsession.stub.php72 $open,
95 public function open(string $path, string $name): bool; function
131 public function open(string $path, string $name): bool {} function in SessionHandler
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php282 …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-src/ext/zip/
H A Dphp_zip.c1445 PHP_METHOD(ZipArchive, open) argument
H A Dphp_zip.stub.php642 public function open(string $filename, int $flags = 0): bool|int {} function in ZipArchive
/php-src/ext/dba/
H A Dphp_dba.h78 zend_result (*open)(dba_info *, const char **error); member
/php-src/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-src/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

Completed in 51 milliseconds