Home
last modified time | relevance | path

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

123456

/php-src/main/
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()
/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 Dfilestat.c534 zend_long mode; in PHP_FUNCTION() local
/php-src/ext/zip/
H A Dphp_zip.stub.php29 function zip_entry_open($zip_dp, $zip_entry, string $mode = "rb"): bool {}
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c289 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.h62 lxb_html_tree_insertion_mode_f mode; member
/php-src/ext/mbstring/
H A Dmbstring.stub.php130 function mb_convert_case(string $string, int $mode, ?string $encoding = null): string {}
169 function mb_convert_kana(string $string, string $mode = "KV", ?string $encoding = null): string {} argument
H A Dmbstring.c2955 static void php_mb_ulcfirst(INTERNAL_FUNCTION_PARAMETERS, php_case_mode mode) in php_mb_ulcfirst()
3019 …hat_ht, const uint32_t *default_chars, size_t default_chars_length, mb_trim_mode mode, const mbfl_… in trim_each_wchar()
3059 static zend_string* mb_trim_default_chars(zend_string *str, mb_trim_mode mode, const mbfl_encoding … in mb_trim_default_chars()
3084 static zend_string* mb_trim_what_chars(zend_string *str, zend_string *what, mb_trim_mode mode, cons… in mb_trim_what_chars()
3124 static void php_do_mb_trim(INTERNAL_FUNCTION_PARAMETERS, mb_trim_mode mode) in php_do_mb_trim()
3511 … zend_string* jp_kana_convert(zend_string *input, const mbfl_encoding *encoding, unsigned int mode) in jp_kana_convert()
6016 MBSTRING_API size_t php_mb_stripos(bool mode, zend_string *haystack, zend_string *needle, zend_long… in php_mb_stripos()
/php-src/ext/iconv/
H A Diconv.c1194 …str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) in _php_iconv_mime_decode()
2067 zend_long mode = 0; in PHP_FUNCTION() local
2104 zend_long mode = 0; in PHP_FUNCTION() local
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php403 public function fetchArray(int $mode = SQLITE3_BOTH): array|false {}
/php-src/ext/phar/
H A Dutil.c351 … **ret, char *fname, size_t fname_len, char *path, size_t path_len, const char *mode, char allow_d… in phar_get_entry_data()
517 …ry_data(char *fname, size_t fname_len, char *path, size_t path_len, const char *mode, char allow_d… in phar_get_or_create_entry_data()
H A Dphar_object.stub.php117 public function count(int $mode = COUNT_NORMAL): int {}
330 public function count(int $mode = COUNT_NORMAL): int {}
/php-src/ext/gd/
H A Dgd.stub.php631 function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = 128, int $mode = IMG_GD2_…
759 function imageflip(GdImage $image, int $mode): bool {}
767 function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $c…
770 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): …
H A Dgd.c2739 static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagechar()
3057 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_imagettftext_common()
3303 bool mode = 0; in php_image_filter_pixelate() local
3446 zend_long mode; in PHP_FUNCTION() local
3555 zend_long mode = GD_CROP_DEFAULT; in PHP_FUNCTION() local
/php-src/ext/zlib/
H A Dzlib.stub.php178 function gzopen(string $filename, string $mode, int $use_include_path = 0) {}
/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.c729 PHPAPI void mysqlnd_debug(const char * mode) in mysqlnd_debug()
/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/spl/
H A Dspl_iterators.c83 RecursiveIteratorMode mode; member
137 regex_mode mode; member
540 zend_long mode, flags; in spl_recursive_it_it_construct() local
1407 zend_long mode = REGIT_MODE_MATCH; in spl_dual_it_construct() local
1950 zend_long mode; in PHP_METHOD() local
/php-src/ext/opcache/
H A Dzend_shared_alloc.c631 const int mode = protected ? PROT_READ : PROT_READ|PROT_WRITE; in zend_accel_shared_protect() local
/php-src/ext/filter/
H A Dlogical_filters.c875 int mode; in php_filter_validate_ip() local
/php-src/ext/odbc/
H A Dodbc.stub.php318 function odbc_binmode($statement, int $mode): true {}
/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()
/php-src/ext/openssl/
H A Dopenssl.c5400 const char *filename, size_t filename_len, uint32_t arg_num, const char *mode) { in php_openssl_bio_new_file()
7420 static inline void php_openssl_set_aead_flags(struct php_openssl_cipher_mode *mode) { in php_openssl_set_aead_flags()
7428 static void php_openssl_load_cipher_mode(struct php_openssl_cipher_mode *mode, const EVP_CIPHER *ci… in php_openssl_load_cipher_mode()
7480 bool *free_iv, EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode) /* {{{ */ in php_openssl_validate_iv()
7532 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_init()
7605 EVP_CIPHER_CTX *cipher_ctx, struct php_openssl_cipher_mode *mode, in php_openssl_cipher_update()
7657 struct php_openssl_cipher_mode mode; in php_openssl_encrypt() local
7770 struct php_openssl_cipher_mode mode; in php_openssl_decrypt() local
/php-src/ext/random/
H A Drandom.c477 zend_long mode = MT_RAND_MT19937; local
/php-src/ext/pdo/
H A Dpdo_stmt.c1092 static bool pdo_stmt_verify_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num, bool fetc… in pdo_stmt_verify_mode()
1695 bool pdo_stmt_setup_fetch_mode(pdo_stmt_t *stmt, zend_long mode, uint32_t mode_arg_num, in pdo_stmt_setup_fetch_mode()

Completed in 156 milliseconds

123456