Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 124) sorted by relevance

12345

/PHP-8.0/ext/filter/
H A Dfilter.stub.php7 function filter_input(int $type, string $var_name, int $filter = FILTER_DEFAULT, array|int $options…
9 function filter_var(mixed $value, int $filter = FILTER_DEFAULT, array|int $options = 0): mixed {}
11 function filter_input_array(int $type, array|int $options = FILTER_DEFAULT, bool $add_empty = true)…
13 function filter_var_array(array $array, array|int $options = FILTER_DEFAULT, bool $add_empty = true…
/PHP-8.0/ext/json/
H A Djson_encoder.c70 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char()
78 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent()
98 static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */ in php_json_encode_double()
128 static int php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_array()
257 int options, php_json_encoder *encoder) /* {{{ */ in php_json_escape_string()
469 static int php_json_encode_serializable_object(smart_str *buf, zval *val, int options, php_json_enc… in php_json_encode_serializable_object()
531 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* {{{ … in php_json_encode_zval()
H A Djson.c148 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth) /* {{{… in php_json_encode_ex()
163 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
200 …json_decode_ex(zval *return_value, const char *str, size_t str_len, zend_long options, zend_long d… in php_json_decode_ex()
227 zend_long options = 0; in PHP_FUNCTION() local
271 zend_long options = 0; in PHP_FUNCTION() local
H A Djson_parser.y292 int options, in php_json_parser_init_ex()
308 int options, in php_json_parser_init()
/PHP-8.0/ext/sodium/
H A Dsodium_pwhash.c41 static inline int get_options(zend_array *options, size_t *memlimit, size_t *opslimit) { in get_options()
72 static zend_string *php_sodium_argon2_hash(const zend_string *password, zend_array *options, int al… in php_sodium_argon2_hash()
105 static zend_bool php_sodium_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_sodium_argon2_needs_rehash()
145 static zend_string *php_sodium_argon2i_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2i_hash()
160 static zend_string *php_sodium_argon2id_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2id_hash()
/PHP-8.0/ext/standard/
H A Dpassword.c106 …c zend_string* php_password_get_salt(zval *unused_, size_t required_salt_len, HashTable *options) { in php_password_get_salt()
136 static zend_bool php_password_bcrypt_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_bcrypt_needs_rehash()
180 static zend_string* php_password_bcrypt_hash(const zend_string *password, zend_array *options) { in php_password_bcrypt_hash()
275 static zend_bool php_password_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_argon2_needs_rehash()
301 static zend_string *php_password_argon2_hash(const zend_string *password, zend_array *options, argo… in php_password_argon2_hash()
387 static zend_string *php_password_argon2i_hash(const zend_string *password, zend_array *options) { in php_password_argon2i_hash()
406 static zend_string *php_password_argon2id_hash(const zend_string *password, zend_array *options) { in php_password_argon2id_hash()
558 zval options; in PHP_FUNCTION() local
598 zend_array *options = 0; in PHP_FUNCTION() local
647 zend_array *options = NULL; in PHP_FUNCTION() local
H A Dftp_fopen_wrapper.c125 …php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_ftp_fopen_connect()
406 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp()
682 …hp_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_ftp_opendir()
896 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_stream_ftp_unlink()
945 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_stream_ftp_rename()
1023 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options in php_stream_ftp_mkdir()
1115 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stre… in php_stream_ftp_rmdir()
H A Dhead.c195 static zend_result php_head_parse_cookie_options_array(HashTable *options, zend_long *expires, zend… in php_head_parse_cookie_options_array()
228 HashTable *options = NULL; in php_setcookie_common() local
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c42 zend_long options; member
109 #define FINFO_SET_OPTION(magic, options) \ argument
210 zend_long options = MAGIC_NONE; in PHP_FUNCTION() local
321 zend_long options; in PHP_FUNCTION() local
353 zend_long options = 0; in _php_finfo_get_type() local
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php101 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
103 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
105 …place_callback(string $pattern, callable $callback, string $string, ?string $options = null): stri… argument
109 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
111 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {}
113 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {}
115 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {}
117 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo… argument
125 function mb_regex_set_options(?string $options = null): string {}
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.stub.php23 function phpdbg_end_oplog(array $options = []): ?array {}
25 function phpdbg_get_executable(array $options = []): array {}
/PHP-8.0/ext/simplexml/
H A Dsimplexml.stub.php5 …file(string $filename, ?string $class_name = SimpleXMLElement::class, int $options = 0, string $na…
7 …d_string(string $data, ?string $class_name = SimpleXMLElement::class, int $options = 0, string $na…
40 …public function __construct(string $data, int $options = 0, bool $dataIsURL = false, string $names…
/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php40 …rtificate, string $output_filename, $private_key, string $passphrase, array $options = []): bool {}
46 …cate|string $certificate, &$output, $private_key, string $passphrase, array $options = []): bool {}
57 …SLCertificate|string|null $ca_certificate, $private_key, int $days, ?array $options = null, int $s…
60 function openssl_csr_new(array $distinguished_names, &$private_key, ?array $options = null, ?array …
66 function openssl_pkey_new(?array $options = null): OpenSSLAsymmetricKey|false {}
69 …_to_file($key, string $output_filename, ?string $passphrase = null, ?array $options = null): bool …
75 function openssl_pkey_export($key, &$output, ?string $passphrase = null, ?array $options = null): b…
201 function openssl_encrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s…
203 function openssl_decrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s…
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.stub.php7 …nstruct(string $dsn, ?string $username = null, ?string $password = null, ?array $options = null) {}
37 public function prepare(string $query, array $options = []) {}
/PHP-8.0/ext/zip/examples/
H A Daddglob.php7 $options = array( variable
H A Daddpattern.php6 $options = array('remove_path' => '/home/pierre/cvs/gd/libgd/tests', variable
/PHP-8.0/ext/phar/
H A Dstream.c60 …rse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int options) /* {{{ */ in phar_parse_url()
161 …n_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phar_wrapper_open_url()
659 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in phar_wrapper_unlink()
733 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in phar_wrapper_rename()
H A Ddirstream.c291 …n_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phar_wrapper_open_dir()
399 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph… in phar_wrapper_mkdir()
531 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex… in phar_wrapper_rmdir()
/PHP-8.0/ext/soap/
H A Dsoap.stub.php33 public function __construct(?string $wsdl, array $options = []) {}
65 public function __construct(?string $wsdl, array $options = []) {}
75 …public function __soapCall(string $name, array $args, ?array $options = null, $inputHeaders = null…
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php300 public function load(string $filename, int $options = 0) {}
303 public function loadXML(string $source, int $options = 0) {}
312 public function save(string $filename, int $options = 0) {}
316 public function loadHTML(string $source, int $options = 0) {}
319 public function loadHTMLFile(string $filename, int $options = 0) {}
329 public function saveXML(?DOMNode $node = null, int $options = 0) {}
349 public function xinclude(int $options = 0) {}
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c86 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
/PHP-8.0/main/streams/
H A Duserspace.c305 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opener()
399 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opendir()
1075 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in user_wrapper_unlink()
1118 int options, php_stream_context *context) in user_wrapper_rename()
1163 int options, php_stream_context *context) in user_wrapper_mkdir()
1210 int options, php_stream_context *context) in user_wrapper_rmdir()
H A Dplain_wrapper.c1013 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener()
1152 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener()
1185 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink()
1211 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_plain_files_rename()
1312 …in_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_con… in php_plain_files_mkdir()
1397 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir()
/PHP-8.0/ext/
H A Dext_skel.php376 $options = process_args($argv, $argc); variable
/PHP-8.0/main/
H A Dphp_streams.h64 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument
66 #define php_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_wit… argument
77 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument
78 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument
357 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
360 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument
363 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
574 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
575 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument

Completed in 69 milliseconds

12345