Home
last modified time | relevance | path

Searched defs:mode (Results 101 – 125 of 138) sorted by path

123456

/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 {}
H A Dexec.c206 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex()
H A Dfile.c463 char mode[3] = "wb"; in PHP_FUNCTION() local
737 char *filename, *mode; in PHP_FUNCTION() local
792 char *command, *mode; in PHP_FUNCTION() local
1123 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex()
1138 PHPAPI int php_mkdir(const char *dir, zend_long mode) in php_mkdir()
1150 zend_long mode = 0777; in PHP_FUNCTION() local
H A Dfilestat.c534 zend_long mode; in PHP_FUNCTION() local
H A Dftp_fopen_wrapper.c125 …php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_ftp_fopen_connect()
403 …p_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_stream_url_wrap_ftp()
681 php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode in php_stream_ftp_opendir()
1022 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options… in php_stream_ftp_mkdir()
H A Dhttp_fopen_wrapper.c119 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex()
981 …stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in php_stream_url_wrap_http()
H A Dimage.c1544 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()
H A Dinfo.c666 PHPAPI zend_string *php_get_uname(char mode) in php_get_uname()
1331 char *mode = "a"; in PHP_FUNCTION() local
H A Dmath.c65 …ine double php_round_helper(double integral, double value, double exponent, int places, int mode) { in php_round_helper()
164 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round()
310 zend_long mode = PHP_ROUND_HALF_UP; in PHP_FUNCTION() local
766 int mode = 0; in _php_math_basetozval() local
H A Dmicrotime.c46 static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_gettimeofday()
H A Dphp_fopen_wrapper.c176 …p_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_url_wrap_php()
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/ext/zip/
H A Dphp_zip.c1279 char *mode = NULL; in PHP_FUNCTION() local
2958 char *mode = "rb"; local
H A Dphp_zip.stub.php29 function zip_entry_open($zip_dp, $zip_entry, string $mode = "rb"): bool {}
H A Dzip_stream.c240 php_stream *php_stream_zip_open(struct zip *arch, struct zip_stat *sb, const char *mode, zip_flags_… in php_stream_zip_open()
279 const char *mode, in php_stream_zip_opener()
/php-src/ext/zlib/
H A Dzlib.c649 char *mode; in PHP_FUNCTION() local
H A Dzlib.stub.php178 function gzopen(string $filename, string $mode, int $use_include_path = 0) {}
H A Dzlib_fopen_wrapper.c108 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int … in php_stream_gzopen()
/php-src/main/
H A Dfopen_wrappers.c339 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened…
635 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
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()
H A Dphp_memory_streams.h29 #define php_stream_memory_create(mode) _php_stream_memory_create((mode) STREAMS_CC) argument
30 #define php_stream_memory_create_rel(mode) _php_stream_memory_create((mode) STREAMS_REL_CC) argument
31 #define php_stream_memory_open(mode, str) _php_stream_memory_open((mode), (str) STREAMS_CC) argument
35 #define php_stream_temp_create(mode, max_memory_usage) _php_stream_temp_create((mode), (max_memory_… argument
36 #define php_stream_temp_create_ex(mode, max_memory_usage, tmpdir) _php_stream_temp_create_ex((mode)… argument
37 #define php_stream_temp_create_rel(mode, max_memory_usage) _php_stream_temp_create((mode), (max_mem… argument
38 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
H A Dphp_streams.h60 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
64 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument
68 #define php_stream_fopen_from_fd_rel(fd, mode, persistent_id, zero_position) _php_stream_fopen_fro… argument
69 #define php_stream_fopen_from_file_rel(file, mode) _php_stream_fopen_from_file((file), (mode) STRE… argument
71 #define php_stream_fopen_from_pipe_rel(file, mode) _php_stream_fopen_from_pipe((file), (mode) STRE… argument
77 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument
226 char mode[16]; /* "rwb" etc. ala stdio */ member
267 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
375 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
437 #define php_stream_lock(stream, mode) _php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, … argument
[all …]
/php-src/main/streams/
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()
H A Dglob_wrapper.c215 …php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_glob_stream_opener()
H A Dmemory.c40 int mode; member
264 PHPAPI int php_stream_mode_from_str(const char *mode) in php_stream_mode_from_str()
276 PHPAPI const char *_php_stream_mode_to_str(int mode) in _php_stream_mode_to_str()
306 PHPAPI php_stream *_php_stream_memory_open(int mode, zend_string *buf STREAMS_DC) in _php_stream_memory_open()
336 int mode; member
546 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir… in _php_stream_temp_create_ex()
568 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC) in _php_stream_temp_create()
575 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, const char *buf, size_t… in _php_stream_temp_open()
606 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()

Completed in 110 milliseconds

123456