Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 138) sorted by relevance

123456

/PHP-8.0/main/
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, buf, length) _php_stream_memory_open((mode), (buf), (length) S… 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) _php_stream_fopen_from_fd((fd), (mod… 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
211 char mode[16]; /* "rwb" etc. ala stdio */ member
252 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
357 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
419 #define php_stream_lock(stream, mode) _php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, … argument
[all …]
/PHP-8.0/main/streams/
H A Dphp_stream_plain_wrapper.h27 #define php_stream_fopen(filename, mode, opened) _php_stream_fopen((filename), (mode), (opened), 0 … argument
30 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen… argument
33 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_C… argument
36 #define php_stream_fopen_from_fd(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mode), (… argument
39 #define php_stream_fopen_from_pipe(file, mode) _php_stream_fopen_from_pipe((file), (mode) STREAMS_C… argument
51 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
H A Dmemory.c40 int mode; member
274 PHPAPI int php_stream_mode_from_str(const char *mode) in php_stream_mode_from_str()
286 PHPAPI const char *_php_stream_mode_to_str(int mode) in _php_stream_mode_to_str()
318 PHPAPI php_stream *_php_stream_memory_open(int mode, const char *buf, size_t length STREAMS_DC) in _php_stream_memory_open()
362 int mode; member
574 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir… in _php_stream_temp_create_ex()
596 PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC) in _php_stream_temp_create()
603 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, const char *buf, size_t… in _php_stream_temp_open()
634 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()
H A Dplain_wrapper.c45 #define php_stream_fopen_from_fd_int(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (… argument
47 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
48 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
62 PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags) in php_stream_parse_fopen_modes()
168 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()
269 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST… in _php_stream_fopen_from_fd()
1012 …stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_dir_opener()
1051 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_p… in _php_stream_fopen()
1151 …eam *php_plain_files_stream_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, in php_plain_files_stream_opener()
1312 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 Dphp_stream_mmap.h50 php_stream_mmap_access_t mode; member
69 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
H A Dmmap.c21 …_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_access_t mode, size_… in _php_stream_mmap_range()
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h257 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode) argument
261 #define VCWD_CREAT(path, mode) virtual_creat(path, mode) argument
278 #define VCWD_CHMOD(path, mode) virtual_chmod(path, mode) argument
288 #define VCWD_CREAT(path, mode) creat(path, mode) argument
304 #define VCWD_FOPEN(path, mode) fopen(path, mode) argument
308 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode) argument
312 #define VCWD_ACCESS(pathname, mode) access(pathname, mode) argument
314 #define VCWD_CHMOD(path, mode) chmod(path, mode) argument
358 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
362 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
[all …]
/PHP-8.0/ext/ftp/
H A Dftp.stub.php62 function ftp_fget($ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0):…
68 function ftp_nb_fget($ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, int $offset = …
74 function ftp_get($ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int…
77 function ftp_nb_get($ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, …
86 function ftp_fput($ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = 0):…
92 function ftp_nb_fput($ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = …
95 function ftp_put($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, int…
98 function ftp_append($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY):…
101 function ftp_nb_put($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, …
H A Dphp_ftp.c106 #define XTYPE(xtype, mode) { \ argument
405 zend_long mode; in PHP_FUNCTION() local
586 zend_long mode=FTPTYPE_IMAGE, resumepos=0; in PHP_FUNCTION() local
633 zend_long mode=FTPTYPE_IMAGE, resumepos=0, ret; in PHP_FUNCTION() local
707 zend_long mode=FTPTYPE_IMAGE, resumepos=0; in PHP_FUNCTION() local
774 zend_long mode=FTPTYPE_IMAGE, resumepos=0; in PHP_FUNCTION() local
884 zend_long mode=FTPTYPE_IMAGE, startpos=0; in PHP_FUNCTION() local
935 zend_long mode=FTPTYPE_IMAGE, startpos=0; in PHP_FUNCTION() local
991 zend_long mode=FTPTYPE_IMAGE, startpos=0; in PHP_FUNCTION() local
1046 zend_long mode=FTPTYPE_IMAGE; in PHP_FUNCTION() local
[all …]
/PHP-8.0/win32/
H A Dconsole.c28 DWORD mode; in php_win32_console_fileno_is_console() local
46 DWORD mode; in php_win32_console_fileno_has_vt100() local
68 DWORD mode; in php_win32_console_fileno_set_vt100() local
H A Dioutil.c74 PW32IO BOOL php_win32_ioutil_posix_to_open_opts(int flags, mode_t mode, php_ioutil_open_opts *opts) in php_win32_ioutil_posix_to_open_opts()
192 mode_t mode = 0; in php_win32_ioutil_open_w() local
286 PW32IO int php_win32_ioutil_mkdir_w(const wchar_t *path, mode_t mode) in php_win32_ioutil_mkdir_w()
667 PW32IO int php_win32_ioutil_access_w(const wchar_t *path, mode_t mode) in php_win32_ioutil_access_w()
695 PW32IO FILE *php_win32_ioutil_fopen_w(const wchar_t *path, const wchar_t *mode) in php_win32_ioutil_fopen_w()
/PHP-8.0/ext/calendar/
H A Dcalendar.stub.php13 function easter_date(?int $year = null, int $mode = CAL_EASTER_DEFAULT): int {}
15 function easter_days(?int $year = null, int $mode = CAL_EASTER_DEFAULT): int {}
21 function jddayofweek(int $julian_day, int $mode = CAL_DOW_DAYNO): int|string {}
23 function jdmonthname(int $julian_day, int $mode): string {}
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_tl_jisx0201_jisx0208.c38 int mode = ((mbfl_filt_tl_jisx0201_jisx0208_param *)filt->opaque)->mode; in mbfl_filt_tl_jisx0201_jisx0208() local
271 int mode = ((mbfl_filt_tl_jisx0201_jisx0208_param *)filt->opaque)->mode; in mbfl_filt_tl_jisx0201_jisx0208_flush() local
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.stub.php35 …public function fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT…
38 public function fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args) {}
62 public function setFetchMode(int $mode, mixed ...$args) {}
/PHP-8.0/ext/bz2/
H A Dphp_bz2.h52 #define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz),… argument
53 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-8.0/ext/pspell/
H A Dpspell.stub.php5 …age, string $spelling = "", string $jargon = "", string $encoding = "", int $mode = 0): int|false …
13 int $mode = 0
36 function pspell_config_mode(int $config, int $mode): bool {}
/PHP-8.0/ext/pcntl/
H A Dpcntl.stub.php29 function pcntl_sigprocmask(int $mode, array $signals, &$old_signals = null): bool {}
68 function pcntl_getpriority(?int $process_id = null, int $mode = PRIO_PROCESS): int|false {}
72 function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool{}
/PHP-8.0/ext/iconv/
H A Diconv.stub.php15 function iconv_mime_decode(string $string, int $mode = 0, ?string $encoding = null): string|false {}
17 function iconv_mime_decode_headers(string $headers, int $mode = 0, ?string $encoding = null): array…
/PHP-8.0/ext/intl/idn/
H A Didn.c120 const zend_string *domain, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46()
175 static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_intl_idn_handoff()
/PHP-8.0/ext/pgsql/
H A Dpgsql.stub.php115 function pg_last_notice($connection, int $mode = PGSQL_NOTICE_LAST): array|string|bool {}
180 function pg_fetch_row($result, ?int $row = null, int $mode = PGSQL_NUM): array|false {}
190 function pg_fetch_array($result, ?int $row = null, int $mode = PGSQL_BOTH): array|false {}
196 function pg_fetch_all($result, int $mode = PGSQL_ASSOC): array {}
253 function pg_trace(string $filename, string $mode = "w", $connection = null): bool {}
291 function pg_lo_open($connection, $oid = UNKNOWN, string $mode = UNKNOWN) {}
300 function pg_loopen($connection, $oid = UNKNOWN, string $mode = UNKNOWN) {}
476 function pg_result_status($result, int $mode = PGSQL_STATUS_LONG): string|int {}
479 function pg_get_notify($connection, int $mode = PGSQL_ASSOC): array|false {}
515 …on, string $table_name, array $conditions, int $flags = PGSQL_DML_EXEC, int $mode = PGSQL_ASSOC): …
/PHP-8.0/ext/dba/
H A Ddba.stub.php12 function dba_popen($path, $mode, $handler = UNKNOWN, ...$handler_params) {}
21 function dba_open($path, $mode, $handler = UNKNOWN, ...$handler_params) {}
/PHP-8.0/ext/spl/
H A Dspl_iterators.stub.php56 …public function __construct(Traversable $iterator, int $mode = RecursiveIteratorIterator::LEAVES_O…
323 …public function __construct(Iterator $iterator, string $pattern, int $mode = RegexIterator::MATCH,…
332 public function setMode(int $mode) {}
352 …public function __construct(RecursiveIterator $iterator, string $pattern, int $mode = RecursiveReg…
374 int $mode = RecursiveTreeIterator::SELF_FIRST
/PHP-8.0/ext/phar/
H A Dtar.h43 char mode[8]; /* file mode */ member
67 char mode[8]; /* file mode */ member
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_php.c24 …ter(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage) /* {{… in fpm_php_zend_ini_alter_master()
80 int fpm_php_apply_defines_ex(struct key_value_s *kv, int mode) /* {{{ */ in fpm_php_apply_defines_ex()

Completed in 80 milliseconds

123456