Searched defs:open (Results 1 – 13 of 13) sorted by relevance
/PHP-8.3/ext/session/ |
H A D | session.stub.php | 72 $open, 95 public function open(string $path, string $name): bool; function 131 public function open(string $path, string $name): bool {} function in SessionHandler
|
H A D | mod_user_class.c | 38 PHP_METHOD(SessionHandler, open) in PHP_METHOD() argument
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_png.c | 139 int i, j, *open = NULL; in gdImageCreateFromPngCtx() local 495 int *open = im->open; in gdImagePngCtxEx() local
|
H A D | gd.h | 182 int open[gdMaxColors]; member
|
/PHP-8.3/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 198 …public static function open(string $uri, ?string $encoding = null, int $flags = 0) {} // TODO Retu… function in XMLReader
|
H A D | php_xmlreader.c | 836 PHP_METHOD(XMLReader, open) in PHP_METHOD() argument
|
/PHP-8.3/ext/zip/ |
H A D | php_zip.stub.php | 642 public function open(string $filename, int $flags = 0): bool|int {} function in ZipArchive
|
H A D | php_zip.c | 1445 PHP_METHOD(ZipArchive, open) argument
|
/PHP-8.3/ext/dba/ |
H A D | php_dba.h | 78 zend_result (*open)(dba_info *, const char **error); member
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 29 MYSQLND_METHOD(mysqlnd_debug, open)(MYSQLND_DEBUG * self, bool reopen) in MYSQLND_METHOD() argument
|
H A D | mysqlnd_debug.h | 26 enum_func_status (*open)(MYSQLND_DEBUG * self, bool reopen); member
|
/PHP-8.3/ext/sqlite3/ |
H A D | sqlite3.stub.php | 319 …public function open(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE, … function in SQLite3
|
H A D | sqlite3.c | 96 PHP_METHOD(SQLite3, open) in PHP_METHOD() argument
|
Completed in 33 milliseconds