Home
last modified time | relevance | path

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

123456

/PHP-8.3/ext/json/
H A Djson.c113 PHP_JSON_API zend_string *php_json_encode_string(const char *s, size_t len, int options) in php_json_encode_string()
128 PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth… in php_json_encode_ex()
143 PHP_JSON_API zend_result php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
182 …json_decode_ex(zval *return_value, const char *str, size_t str_len, zend_long options, zend_long d… in php_json_decode_ex()
204 PHP_JSON_API bool php_json_validate_ex(const char *str, size_t str_len, zend_long options, zend_lon… in php_json_validate_ex()
227 zend_long options = 0; in PHP_FUNCTION() local
267 zend_long options = 0; in PHP_FUNCTION() local
319 zend_long options = 0; in PHP_FUNCTION() local
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()
83 static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */ in php_json_encode_double()
113 static zend_result php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *… in php_json_encode_array()
320 int options, php_json_encoder *encoder) /* {{{ */ in php_json_escape_string()
531 static zend_result php_json_encode_serializable_object(smart_str *buf, zval *val, int options, php_… in php_json_encode_serializable_object()
596 static zend_result php_json_encode_serializable_enum(smart_str *buf, zval *val, int options, php_js… in php_json_encode_serializable_enum()
609 zend_result php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_zval()
H A Djson_parser.y339 int options, in php_json_parser_init_ex()
355 int options, in php_json_parser_init()
/PHP-8.3/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.3/ext/standard/
H A Dpassword.c105 …c zend_string* php_password_get_salt(zval *unused_, size_t required_salt_len, HashTable *options) { in php_password_get_salt()
135 static bool php_password_bcrypt_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_bcrypt_needs_rehash()
176 static zend_string* php_password_bcrypt_hash(const zend_string *password, zend_array *options) { in php_password_bcrypt_hash()
276 static bool php_password_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_argon2_needs_rehash()
302 static zend_string *php_password_argon2_hash(const zend_string *password, zend_array *options, argo… in php_password_argon2_hash()
388 static zend_string *php_password_argon2i_hash(const zend_string *password, zend_array *options) { in php_password_argon2i_hash()
407 static zend_string *php_password_argon2id_hash(const zend_string *password, zend_array *options) { in php_password_argon2id_hash()
559 zval options; in PHP_FUNCTION() local
599 zend_array *options = NULL; in PHP_FUNCTION() local
648 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()
404 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp()
681 …hp_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_ftp_opendir()
895 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_stream_ftp_unlink()
944 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_stream_ftp_rename()
1022 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options in php_stream_ftp_mkdir()
1114 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.c194 static zend_result php_head_parse_cookie_options_array(HashTable *options, zend_long *expires, zend… in php_head_parse_cookie_options_array()
227 HashTable *options = NULL; in php_setcookie_common() local
/PHP-8.3/ext/fileinfo/
H A Dfileinfo.c41 zend_long options; member
97 #define FINFO_SET_OPTION(magic, options) \ argument
161 zend_long options = MAGIC_NONE; in PHP_FUNCTION() local
270 zend_long options; in PHP_FUNCTION() local
292 zend_long options = 0; in _php_finfo_get_type() local
H A Dphp_libmagic.c20 zend_string* convert_libmagic_pattern(const char *val, size_t len, uint32_t options) in convert_libmagic_pattern()
/PHP-8.3/ext/mbstring/
H A Dmbstring.stub.php199 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
202 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
205 …place_callback(string $pattern, callable $callback, string $string, ?string $options = null): stri… argument
213 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
215 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {}
221 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {}
227 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {}
229 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo… argument
242 function mb_regex_set_options(?string $options = null): string {}
/PHP-8.3/ext/filter/
H A Dfilter.stub.php299 function filter_input(int $type, string $var_name, int $filter = FILTER_DEFAULT, array|int $options…
301 function filter_var(mixed $value, int $filter = FILTER_DEFAULT, array|int $options = 0): mixed {}
304 function filter_input_array(int $type, array|int $options = FILTER_DEFAULT, bool $add_empty = true)…
307 function filter_var_array(array $array, array|int $options = FILTER_DEFAULT, bool $add_empty = true…
H A Dfilter.c247 static void php_zval_filter(zval *value, zend_long filter, zend_long flags, zval *options, char* ch… in php_zval_filter()
372 static void php_zval_filter_recursive(zval *value, zend_long filter, zend_long flags, zval *options in php_zval_filter_recursive()
467 zval *options = NULL; in php_filter_call() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.stub.php45 function phpdbg_end_oplog(array $options = []): ?array {}
47 function phpdbg_get_executable(array $options = []): array {}
/PHP-8.3/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.3/ext/hash/
H A Dhash.stub.php12 function hash(string $algo, string $data, bool $binary = false, array $options = []): string {}
15 function hash_file(string $algo, string $filename, bool $binary = false, array $options = []): stri…
/PHP-8.3/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()
670 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in phar_wrapper_unlink()
744 …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.3/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.3/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.3/main/streams/
H A Duserspace.c294 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opener()
395 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opendir()
1033 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in user_wrapper_unlink()
1072 int options, php_stream_context *context) in user_wrapper_rename()
1113 int options, php_stream_context *context) in user_wrapper_mkdir()
1156 int options, php_stream_context *context) in user_wrapper_rmdir()
H A Dplain_wrapper.c1064 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener()
1208 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener()
1243 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink()
1269 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_plain_files_rename()
1370 …in_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_con… in php_plain_files_mkdir()
1462 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir()
/PHP-8.3/ext/
H A Dext_skel.php376 $options = process_args($argv, $argc); variable
/PHP-8.3/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
375 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
378 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument
381 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
601 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
602 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
/PHP-8.3/ext/bz2/
H A Dphp_bz2.h53 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument

Completed in 128 milliseconds

123456