Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 135) sorted by last modified time

123456

/php-src/ext/pgsql/
H A Dpgsql.c2173 char *z_filename, *mode = "w"; in PHP_FUNCTION() local
2391 zend_string *mode; in PHP_FUNCTION() local
/php-src/ext/dom/
H A Dnode.c2104 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization()
H A Ddocument.c1318 xmlDocPtr dom_document_parser(zval *id, dom_load_mode mode, const char *source, size_t source_len, … in dom_document_parser()
1480 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) in dom_parse_document()
2029 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html()
/php-src/ext/mbstring/
H A Dmbstring.c2955 static void php_mb_ulcfirst(INTERNAL_FUNCTION_PARAMETERS, php_case_mode mode) in php_mb_ulcfirst()
3019 …hat_ht, const uint32_t *default_chars, size_t default_chars_length, mb_trim_mode mode, const mbfl_… in trim_each_wchar()
3059 static zend_string* mb_trim_default_chars(zend_string *str, mb_trim_mode mode, const mbfl_encoding … in mb_trim_default_chars()
3084 static zend_string* mb_trim_what_chars(zend_string *str, zend_string *what, mb_trim_mode mode, cons… in mb_trim_what_chars()
3124 static void php_do_mb_trim(INTERNAL_FUNCTION_PARAMETERS, mb_trim_mode mode) in php_do_mb_trim()
3511 … zend_string* jp_kana_convert(zend_string *input, const mbfl_encoding *encoding, unsigned int mode) in jp_kana_convert()
6016 MBSTRING_API size_t php_mb_stripos(bool mode, zend_string *haystack, zend_string *needle, zend_long… in php_mb_stripos()
H A Dmbstring.stub.php130 function mb_convert_case(string $string, int $mode, ?string $encoding = null): string {}
169 function mb_convert_kana(string $string, string $mode = "KV", ?string $encoding = null): string {} argument
/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
H A Dzend_compile.c5119 static void zend_compile_static_var_common(zend_string *var_name, zval *value, uint32_t mode) /* {{… in zend_compile_static_var_common()
7431 uint32_t mode = var_name_ast->attr; in zend_compile_closure_binding() local
7568 uint32_t mode = ZEND_BIND_EXPLICIT; in zend_compile_closure_uses() local
/php-src/ext/pcntl/
H A Dpcntl.stub.php946 function pcntl_sigprocmask(int $mode, array $signals, &$old_signals = null): bool {}
985 function pcntl_getpriority(?int $process_id = null, int $mode = PRIO_PROCESS): int|false {}
989 function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool{}
/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Dtemplate_insertion.h20 lxb_html_tree_insertion_mode_f mode; member
65 lxb_html_tree_insertion_mode_f mode) in lxb_html_tree_template_insertion_push()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.h62 lxb_html_tree_insertion_mode_f mode; member
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dshadow_root.h28 lxb_dom_shadow_root_mode_t mode; member
/php-src/ext/zlib/
H A Dzlib.c649 char *mode; in PHP_FUNCTION() local
/php-src/ext/iconv/
H A Diconv.c1194 …str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) in _php_iconv_mime_decode()
2067 zend_long mode = 0; in PHP_FUNCTION() local
2104 zend_long mode = 0; in PHP_FUNCTION() local
/php-src/ext/posix/
H A Dposix.c586 zend_long mode; in PHP_FUNCTION() local
614 zend_long mode; in PHP_FUNCTION() local
702 zend_long mode = 0; in PHP_FUNCTION() local
738 zend_long mode = 0; in PHP_FUNCTION() local
/php-src/main/
H A Dmain.c453 uint8_t mode = ZEND_ATOL(ZSTR_VAL(value)); in php_get_display_errors_mode() local
474 uint8_t mode; in PHP_INI_DISP() local
1564 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode) /* {{{ */ in php_stream_open_for_zend_ex()
/php-src/main/streams/
H A Dplain_wrapper.c46 #define php_stream_fopen_from_fd_int(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (… argument
48 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
49 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
71 PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags) in php_stream_parse_fopen_modes()
177 static php_stream *_php_stream_fopen_from_fd_int(int fd, const char *mode, const char *persistent_i… in _php_stream_fopen_from_fd_int()
278 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id, b… in _php_stream_fopen_from_fd()
1063 …stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_dir_opener()
1102 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_p… in _php_stream_fopen()
1207 …eam *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_stream_opener()
1370 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir()
[all …]
H A Dcast.c47 FILE *fopencookie(void *cookie, const char *mode, cookie_io_functions_t *funcs) in fopencookie()
343 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file()
/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/standard/
H A Dbasic_functions.stub.php1597 function count(Countable|array $value, int $mode = COUNT_NORMAL): int {}
1600 function sizeof(Countable|array $value, int $mode = COUNT_NORMAL): int {}
1898 function array_filter(array $array, ?callable $callback = null, int $mode = 0): array {}
2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/odbc/
H A Dphp_odbc.c507 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs()
2593 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror()
H A Dodbc.stub.php318 function odbc_binmode($statement, int $mode): true {}
/php-src/ext/sockets/
H A Dsockets.stub.php1902 function socket_read(Socket $socket, int $length, int $mode = PHP_BINARY_READ): string|false {}
1965 function socket_shutdown(Socket $socket, int $mode = 2): bool {}
/php-src/ext/mysqli/
H A Dmysqli_api.c1723 unsigned long mode; in PHP_FUNCTION() local
H A Dmysqli_nonapi.c412 zend_long mode = MYSQLI_NUM; local
/php-src/ext/phar/
H A Dutil.c351 … **ret, char *fname, size_t fname_len, char *path, size_t path_len, const char *mode, char allow_d… in phar_get_entry_data()
517 …ry_data(char *fname, size_t fname_len, char *path, size_t path_len, const char *mode, char allow_d… in phar_get_or_create_entry_data()

Completed in 182 milliseconds

123456