Home
last modified time | relevance | path

Searched defs:mode (Results 51 – 75 of 135) sorted by relevance

123456

/php-src/ext/dom/
H A Dxml_document.c130 static void load_from_helper(INTERNAL_FUNCTION_PARAMETERS, int mode) in load_from_helper()
/php-src/ext/dba/libflatfile/
H A Dflatfile.c47 int flatfile_store(flatfile *dba, datum key_datum, datum value_datum, int mode) { in flatfile_store()
/php-src/ext/spl/
H A Dspl_dllist.stub.php47 public function setIteratorMode(int $mode): int {}
H A Dspl_directory.stub.php86 …public function openFile(string $mode = "r", bool $useIncludePath = false, $context = null): SplFi…
235 …public function __construct(string $filename, string $mode = "r", bool $useIncludePath = false, $c…
H A Dspl_observer.stub.php50 public function count(int $mode = COUNT_NORMAL): int {}
/php-src/ext/zlib/
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/ext/gd/libgd/
H A Dgd_crop.c79 gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode) in gdImageCropAuto()
/php-src/ext/dba/
H A Ddba_dbm.c38 #define TRUNC_IT(extension, mode) \ argument
H A Ddba_lmdb.c44 int mode = info->file_permission; in DBA_OPEN_FUNC() local
/php-src/ext/phar/
H A Dstream.c60 php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int op… in phar_parse_url()
161 …har_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phar_wrapper_open_url()
/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/TSRM/
H A Dtsrm_win32.c190 TSRM_API int tsrm_win32_access(const char *pathname, int mode) in tsrm_win32_access()
448 int fno, type_len, read, mode; in popen_ex() local
H A Dtsrm_win32.h31 unsigned short mode; member
/php-src/ext/standard/
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 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 Dexec.c206 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex()
/php-src/ext/calendar/
H A Dcalendar.c529 zend_long julday, mode = CAL_DOW_DAYNO; in PHP_FUNCTION() local
559 zend_long julday, mode; in PHP_FUNCTION() local
/php-src/ext/shmop/
H A Dshmop.c136 zend_long key, mode, size; in PHP_FUNCTION() local
/php-src/main/streams/
H A Duserspace.c293 …hp_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const char *mode, in user_wrapper_opener()
394 …p_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, const char *filename, const char *mode, in user_wrapper_opendir()
1112 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, in user_wrapper_mkdir()
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()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c1360 int mode = ZEND_INI_USER; in init_request_info() local
1369 int mode = ZEND_INI_SYSTEM; in init_request_info() local
1389 int *mode = (int *)arg; in fastcgi_ini_parser() local
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c120 uint16_t *indir_count, uint16_t *name_count, int mode, int text) in file_softmagic()
213 size_t nmagic, const struct buffer *b, size_t offset, int mode, int text, in match()
1595 int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, in mget()
/php-src/ext/fileinfo/
H A Dfileinfo.c290 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */ in _php_finfo_get_type()
/php-src/ext/random/
H A Dphp_random.h76 enum php_random_mt19937_mode mode; member
H A Dengine_mt19937.c257 zend_long seed, mode = MT_RAND_MT19937; in PHP_METHOD() local

Completed in 65 milliseconds

123456