Home
last modified time | relevance | path

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

12345

/PHP-8.1/ext/json/
H A Djson_encoder.c48 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char()
56 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent()
76 static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */ in php_json_encode_double()
106 static int php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_array()
313 int options, php_json_encoder *encoder) /* {{{ */ in php_json_escape_string()
525 static int php_json_encode_serializable_object(smart_str *buf, zval *val, int options, php_json_enc… in php_json_encode_serializable_object()
587 static int php_json_encode_serializable_enum(smart_str *buf, zval *val, int options, php_json_encod… in php_json_encode_serializable_enum()
600 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* {{{ … in php_json_encode_zval()
H A Djson.c145 PHP_JSON_API zend_string *php_json_encode_string(const char *s, size_t len, int options) in php_json_encode_string()
160 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth) /* {{{… in php_json_encode_ex()
175 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
214 …json_decode_ex(zval *return_value, const char *str, size_t str_len, zend_long options, zend_long d… in php_json_decode_ex()
241 zend_long options = 0; in PHP_FUNCTION() local
285 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.1/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 {}
12 function filter_input_array(int $type, array|int $options = FILTER_DEFAULT, bool $add_empty = true)…
15 function filter_var_array(array $array, array|int $options = FILTER_DEFAULT, bool $add_empty = true…
H A Dfilter.c314 static void php_zval_filter(zval *value, zend_long filter, zend_long flags, zval *options, char* ch… in php_zval_filter()
439 static void php_zval_filter_recursive(zval *value, zend_long filter, zend_long flags, zval *options in php_zval_filter_recursive()
534 zval *options = NULL; in php_filter_call() local
/PHP-8.1/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 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.1/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 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()
280 static bool php_password_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_argon2_needs_rehash()
306 static zend_string *php_password_argon2_hash(const zend_string *password, zend_array *options, argo… in php_password_argon2_hash()
392 static zend_string *php_password_argon2i_hash(const zend_string *password, zend_array *options) { in php_password_argon2i_hash()
411 static zend_string *php_password_argon2id_hash(const zend_string *password, zend_array *options) { in php_password_argon2id_hash()
563 zval options; in PHP_FUNCTION() local
603 zend_array *options = 0; in PHP_FUNCTION() local
652 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.1/ext/fileinfo/
H A Dfileinfo.c41 zend_long options; member
98 #define FINFO_SET_OPTION(magic, options) \ argument
179 zend_long options = MAGIC_NONE; in PHP_FUNCTION() local
288 zend_long options; in PHP_FUNCTION() local
310 zend_long options = 0; in _php_finfo_get_type() local
/PHP-8.1/ext/mbstring/
H A Dmbstring.stub.php150 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
153 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
156 …place_callback(string $pattern, callable $callback, string $string, ?string $options = null): stri… argument
164 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
166 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {}
172 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {}
178 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {}
180 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo… argument
193 function mb_regex_set_options(?string $options = null): string {}
/PHP-8.1/ext/hash/
H A Dhash.stub.php6 function hash(string $algo, string $data, bool $binary = false, array $options = []): string {}
9 function hash_file(string $algo, string $filename, bool $binary = false, array $options = []): stri…
18 function hash_init(string $algo, int $flags = 0, string $key = "", array $options = []): HashContex…
47 …tring $salt, int $iterations, int $length = 0, bool $binary = false, array $options = []): string …
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.stub.php23 function phpdbg_end_oplog(array $options = []): ?array {}
25 function phpdbg_get_executable(array $options = []): array {}
/PHP-8.1/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…
41 …public function __construct(string $data, int $options = 0, bool $dataIsURL = false, string $names…
/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php56 …rtificate, string $output_filename, $private_key, string $passphrase, array $options = []): bool {}
62 …cate|string $certificate, &$output, $private_key, string $passphrase, array $options = []): bool {}
73 …SLCertificate|string|null $ca_certificate, $private_key, int $days, ?array $options = null, int $s…
76 function openssl_csr_new(array $distinguished_names, &$private_key, ?array $options = null, ?array …
86 function openssl_pkey_new(?array $options = null): OpenSSLAsymmetricKey|false {}
89 …_to_file($key, string $output_filename, ?string $passphrase = null, ?array $options = null): bool …
95 function openssl_pkey_export($key, &$output, ?string $passphrase = null, ?array $options = null): b…
237 function openssl_encrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s…
239 function openssl_decrypt(string $data, string $cipher_algo, string $passphrase, int $options = 0, s…
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.stub.php8 …nstruct(string $dsn, ?string $username = null, ?string $password = null, ?array $options = null) {}
38 public function prepare(string $query, array $options = []): PDOStatement|false {}
/PHP-8.1/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.1/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.c289 …n_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phar_wrapper_open_dir()
397 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph… in phar_wrapper_mkdir()
529 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex… in phar_wrapper_rmdir()
/PHP-8.1/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.1/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.c1055 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener()
1194 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener()
1229 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink()
1255 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_plain_files_rename()
1356 …in_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_con… in php_plain_files_mkdir()
1448 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir()
/PHP-8.1/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
361 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
364 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument
367 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
587 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
588 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
/PHP-8.1/ext/
H A Dext_skel.php376 $options = process_args($argv, $argc); variable

Completed in 108 milliseconds

12345