Home
last modified time | relevance | path

Searched defs:mode (Results 101 – 125 of 135) sorted by relevance

123456

/php-src/ext/phar/
H A Dfunc_interceptors.c283 char *mode; in PHAR_FUNC() local
H A Dphar_object.c1887 zend_long mode; in PHP_METHOD() local
4111 mode_t mode; in phar_extract_file() local
/php-src/main/streams/
H A Dstreams.c2085 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context)
2178 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
/php-src/ext/sockets/
H A Dsockets.stub.php1909 function socket_read(Socket $socket, int $length, int $mode = PHP_BINARY_READ): string|false {}
1972 function socket_shutdown(Socket $socket, int $mode = 2): bool {}
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c412 zend_long mode = MYSQLI_NUM; local
/php-src/ext/soap/
H A Dsoap.stub.php491 public function setPersistence(int $mode): void {}
/php-src/ext/zlib/
H A Dzlib.c649 char *mode; in PHP_FUNCTION() local
/php-src/ext/sqlite3/
H A Dsqlite3.c1245 const char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
1942 zend_long mode = PHP_SQLITE3_BOTH; in PHP_METHOD() local
/php-src/ext/libxml/
H A Dlibxml.c391 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper()
/php-src/sapi/phpdbg/
H A Dphpdbg.c1098 …_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phpdbg_stream_url_wrap_php()
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c1034 int mode = INV_READ; in pgsqlLOBOpen_internal() local
/php-src/ext/odbc/
H A Dphp_odbc.c657 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c1309 sljit_s32 mode = compiler->mode; in emit_commutative() local
1392 sljit_s32 mode = compiler->mode; in emit_non_commutative() local
2675 sljit_s32 mode = compiler->mode; in sljit_emit_bitwise_imm() local
H A DsljitNativeX86_common.c2331 sljit_u8 mode,
2438 sljit_u8 mode, sljit_s32 set_flags,
/php-src/ext/mbstring/
H A Dphp_mbregex.c1322 static void _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec()
/php-src/ext/standard/
H A Dimage.c1544 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()
H A Dstring.c538 …ays_inline zend_string *php_trim_int(zend_string *str, const char *what, size_t what_len, int mode) in php_trim_int()
630 PHPAPI zend_string *php_trim(zend_string *str, const char *what, size_t what_len, int mode) in php_trim()
639 static zend_always_inline void php_do_trim(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_do_trim()
/php-src/Zend/
H A Dzend_strtod.c3700 ZEND_API char *zend_dtoa(double dd, int mode, int ndigits, int *decpt, bool *sign, char **rve) in zend_dtoa()
4511 int mode = ndigit >= 0 ? 2 : 0; in zend_gcvt() local
/php-src/ext/spl/
H A Dspl_observer.c647 zend_long mode = PHP_COUNT_NORMAL; in PHP_METHOD() local
/php-src/ext/ftp/
H A Dftp.c625 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod()
/php-src/ext/zip/
H A Dphp_zip.c1279 char *mode = NULL; in PHP_FUNCTION() local
2958 char *mode = "rb"; local
/php-src/sapi/cli/
H A Dphp_cli_server.c842 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, php_socket_t fd) /* … in php_cli_server_poller_add()
855 static void php_cli_server_poller_remove(php_cli_server_poller *poller, int mode, php_socket_t fd) … in php_cli_server_poller_remove()
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c2610 …vert_kana_codepoint(uint32_t c, uint32_t next, bool *consumed, uint32_t *second, unsigned int mode) in mb_convert_kana_codepoint()
2789 int mode = MBFL_HAN2ZEN_KATAKANA | MBFL_HAN2ZEN_GLUE; in mbfl_filt_conv_wchar_cp50220() local
2833 int mode = MBFL_HAN2ZEN_KATAKANA | MBFL_HAN2ZEN_GLUE; in mbfl_filt_conv_wchar_cp50220_flush() local
5097 int i, c1, c2, s1 = 0, s2 = 0, mode; in mbfl_filt_conv_wchar_sjis_mac() local
/php-src/ext/mysqlnd/
H A Dmysqlnd.h185 #define mysqlnd_autocommit(conn, mode) ((conn)->data)->m->set_autocommit((conn)->data, (mode)) argument
/php-src/ext/fileinfo/libmagic/
H A Dfile.h464 mode_t mode; /* copy of current stat mode */ member

Completed in 178 milliseconds

123456