Home
last modified time | relevance | path

Searched defs:mode (Results 76 – 100 of 117) sorted by relevance

12345

/PHP-7.1/ext/standard/
H A Dproc_open.c406 int mode; /* mode for proc_open code */ member
H A Dfilestat.c584 zend_long mode; in PHP_FUNCTION() local
H A Dimage.c1466 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()
/PHP-7.1/
H A Dserver-tests.php132 function mkpath($path,$mode = 0777) {
/PHP-7.1/ext/filter/
H A Dlogical_filters.c764 int mode; in php_filter_validate_ip() local
/PHP-7.1/ext/com_dotnet/
H A Dcom_com.c46 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION() local
/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c134 b4 mode; in oci_stmt_execute() local
/PHP-7.1/ext/gd/
H A Dgd.c3541 static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagechar()
3858 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended) in php_imagettftext_common()
4415 zend_bool mode = 0; in php_image_filter_pixelate() local
4530 zend_long mode; in PHP_FUNCTION() local
4647 zend_long mode = -1; in PHP_FUNCTION() local
/PHP-7.1/ext/openssl/
H A Dopenssl.c6187 static void php_openssl_load_cipher_mode(struct php_openssl_cipher_mode *mode, const EVP_CIPHER *ci… in php_openssl_load_cipher_mode()
6215 zend_bool *free_iv, EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode) /* {{{ */ in php_openssl_validate_iv()
6267 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_init()
6336 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_update()
6386 struct php_openssl_cipher_mode mode; in PHP_FUNCTION() local
6484 struct php_openssl_cipher_mode mode; in PHP_FUNCTION() local
/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c1206 static int pdo_stmt_verify_mode(pdo_stmt_t *stmt, zend_long mode, int fetch_all) /* {{{ */ in pdo_stmt_verify_mode()
1834 zend_long mode = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode() local
/PHP-7.1/ext/spl/
H A Dspl_iterators.c106 RecursiveIteratorMode mode; member
485 zend_long mode, flags; in spl_recursive_it_it_construct() local
1548 zend_long mode = REGIT_MODE_MATCH; in spl_dual_it_construct() local
2150 zend_long mode; in SPL_METHOD() local
H A Dspl.php970 function openFile($mode = 'r', $use_include_path = false, $context = NULL) {/**/}
/PHP-7.1/main/
H A Dsnprintf.c146 int mode = ndigit >= 0 ? 2 : 0; in php_gcvt() local
/PHP-7.1/main/streams/
H A Dstreams.c1883 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context)
2010 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
/PHP-7.1/ext/zlib/
H A Dzlib.c607 char *mode; in PHP_FUNCTION() local
/PHP-7.1/ext/fileinfo/libmagic/
H A Dapprentice.c263 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
884 apprentice_list(struct mlist *mlist, int mode) in apprentice_list()
/PHP-7.1/ext/libxml/
H A Dlibxml.c300 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper()
/PHP-7.1/ext/phar/
H A Dfunc_interceptors.c332 char *filename, *mode; in PHAR_FUNC() local
/PHP-7.1/ext/odbc/
H A Dphp_odbc.c920 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs()
3050 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror()
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c205 mbfl_buffer_converter_illegal_mode(mbfl_buffer_converter *convd, int mode) in mbfl_buffer_converter_illegal_mode()
1964 int mode) in mbfl_ja_jp_hantozen()
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c2006 sljit_ub mode,
2095 sljit_ub mode, sljit_si set_flags,
/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c1233 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec()
/PHP-7.1/ext/ftp/
H A Dftp.c631 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c1345 …_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options,… in phpdbg_stream_url_wrap_php()
/PHP-7.1/ext/dom/
H A Dnode.c1677 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization()

Completed in 197 milliseconds

12345