Home
last modified time | relevance | path

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

123456

/PHP-8.0/TSRM/
H A Dtsrm_win32.h31 unsigned short mode; member
/PHP-8.0/main/
H A Dmain.c425 zend_uchar mode; in php_get_display_errors_mode() local
464 zend_uchar mode; in PHP_INI_DISP() local
1529 …ult php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode) /* {{{ */ in php_stream_open_for_zend_ex()
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php56 function mb_convert_case(string $string, int $mode, ?string $encoding = null): string {}
72 function mb_convert_kana(string $string, string $mode = "KV", ?string $encoding = null): string {} argument
/PHP-8.0/ext/gd/
H A Dgd.stub.php129 function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = UNKNOWN, int $mode = UNKN…
235 function imageflip(GdImage $image, int $mode): bool {}
241 function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $c…
243 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): …
/PHP-8.0/ext/standard/
H A Dexec.c206 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex()
H A Dfilestat.c568 zend_long mode; in PHP_FUNCTION() local
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.stub.php130 public function fetchArray(int $mode = SQLITE3_BOTH) {}
/PHP-8.0/ext/zlib/
H A Dzlib.stub.php20 function gzopen(string $filename, string $mode, int $use_include_path = 0) {}
/PHP-8.0/ext/soap/
H A Dsoap.stub.php42 public function setPersistence(int $mode) {}
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c351 static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mimetype_emu) /* {{{ */ in _php_finfo_get_type()
/PHP-8.0/ext/mysqli/
H A Dmysqli_nonapi.c439 zend_long mode = MYSQLND_FETCH_NUM; local
1115 static int mysqli_begin_transaction_libmysql(MYSQL * conn, const unsigned int mode, const char * co…
H A Dmysqli_api.c39 …oid mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const uint32_t mode) in mysqli_tx_cor_options_to_string()
110 static int mysqli_commit_or_rollback_libmysql(MYSQL * conn, zend_bool commit, const uint32_t mode, … in mysqli_commit_or_rollback_libmysql()
2235 unsigned long mode; local
/PHP-8.0/ext/iconv/
H A Diconv.c1186 …str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) in _php_iconv_mime_decode()
2061 zend_long mode = 0; in PHP_FUNCTION() local
2102 zend_long mode = 0; in PHP_FUNCTION() local
/PHP-8.0/ext/phar/
H A Dutil.c341 … **ret, char *fname, size_t fname_len, char *path, size_t path_len, const char *mode, char allow_d… in phar_get_entry_data()
507 …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.php52 public function count(int $mode = COUNT_NORMAL) {}
267 public function count(int $mode = COUNT_NORMAL) {}
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_debug.c719 PHPAPI void mysqlnd_debug(const char * mode) in mysqlnd_debug()
/PHP-8.0/ext/com_dotnet/
H A Dcom_typeinfo.c179 PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage) in php_com_import_typelib()
H A Dcom_com.c42 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_METHOD() local
/PHP-8.0/ext/oci8/
H A Doci8.c1679 int php_oci_column_to_zval(php_oci_out_column *column, zval *value, int mode) in php_oci_column_to_zval()
1768 void php_oci_fetch_row (INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args) in php_oci_fetch_row()
/PHP-8.0/ext/spl/
H A Dspl_iterators.h153 regex_mode mode; member
/PHP-8.0/ext/dom/
H A Ddocument.c1167 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t op… in dom_document_parser()
1290 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { in dom_parse_document()
1822 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html()
/PHP-8.0/ext/odbc/
H A Dodbc.stub.php8 function odbc_binmode($statement, int $mode): bool {}
/PHP-8.0/ext/opcache/
H A Dzend_shared_alloc.c600 void zend_accel_shared_protect(int mode) in zend_accel_shared_protect()
/PHP-8.0/ext/filter/
H A Dlogical_filters.c867 int mode; in php_filter_validate_ip() local
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php29 function zip_entry_open($zip_dp, $zip_entry, string $mode = "rb"): bool {}

Completed in 116 milliseconds

123456