Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 135) sorted by path

123456

/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/Zend/
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
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_virtual_cwd.c1307 CWD_API FILE *virtual_fopen(const char *path, const char *mode) /* {{{ */ in virtual_fopen()
1334 CWD_API int virtual_access(const char *pathname, int mode) /* {{{ */ in virtual_access()
1381 CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ in virtual_chmod()
1455 mode_t mode; in virtual_open() local
1479 CWD_API int virtual_creat(const char *path, mode_t mode) /* {{{ */ in virtual_creat()
1592 CWD_API int virtual_mkdir(const char *pathname, mode_t mode) /* {{{ */ in virtual_mkdir()
H A Dzend_virtual_cwd.h267 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode) argument
271 #define VCWD_CREAT(path, mode) virtual_creat(path, mode) argument
288 #define VCWD_CHMOD(path, mode) virtual_chmod(path, mode) argument
298 #define VCWD_CREAT(path, mode) creat(path, mode) argument
314 #define VCWD_FOPEN(path, mode) fopen(path, mode) argument
318 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode) argument
322 #define VCWD_ACCESS(pathname, mode) access(pathname, mode) argument
324 #define VCWD_CHMOD(path, mode) chmod(path, mode) argument
368 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
372 #define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) argument
[all …]
/php-src/ext/bz2/
H A Dbz2.c163 const char *mode, php_stream *innerstream STREAMS_DC) in _php_stream_bz2open_from_BZFILE()
180 const char *mode, in _php_stream_bz2open()
335 char *mode; /* The mode to open the stream with */ in PHP_FUNCTION() local
H A Dbz2.stub.php9 function bzopen($file, string $mode) {}
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-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
H A Dcalendar.stub.php131 function easter_date(?int $year = null, int $mode = CAL_EASTER_DEFAULT): int {}
133 function easter_days(?int $year = null, int $mode = CAL_EASTER_DEFAULT): int {}
139 function jddayofweek(int $julian_day, int $mode = CAL_DOW_DAYNO): int|string {}
141 function jdmonthname(int $julian_day, int $mode): string {}
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c179 PHP_COM_DOTNET_API zend_result php_com_import_typelib(ITypeLib *TL, int mode, int codepage) in php_com_import_typelib()
/php-src/ext/curl/
H A Dinterface.c77 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
/php-src/ext/dba/
H A Ddba.c404 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update()
492 zend_string *mode; in php_dba_open() local
606 if (ZSTR_VAL(mode)[2] != 't') { in php_dba_open() local
614 switch (ZSTR_VAL(mode)[1]) { in php_dba_open() local
651 switch (ZSTR_VAL(mode)[0]) { in php_dba_open() local
H A Ddba.stub.php16 function dba_popen(string $path, string $mode, ?string $handler = null, int $permission = 0o644, in…
19 function dba_open(string $path, string $mode, ?string $handler = null, int $permission = 0o644, int…
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
H A Dphp_dba.h35 int mode; /* LOCK_EX,LOCK_SH */ member
42 dba_mode_t mode; member
/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/dom/
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()
H A Dnode.c2104 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization()
H A Dxml_document.c130 static void load_from_helper(INTERNAL_FUNCTION_PARAMETERS, int mode) in load_from_helper()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dshadow_root.h28 lxb_dom_shadow_root_mode_t mode; member
/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/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()

Completed in 110 milliseconds

123456