Home
last modified time | relevance | path

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

123456

/php-src/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-src/ext/sodium/
H A Dsodium_pwhash.c31 static inline int get_options(zend_array *options, size_t *memlimit, size_t *opslimit) { in get_options()
62 static zend_string *php_sodium_argon2_hash(const zend_string *password, zend_array *options, int al… in php_sodium_argon2_hash()
95 static bool php_sodium_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_sodium_argon2_needs_rehash()
135 static zend_string *php_sodium_argon2i_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2i_hash()
150 static zend_string *php_sodium_argon2id_hash(const zend_string *password, zend_array *options) { in php_sodium_argon2id_hash()
/php-src/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()
177 static zend_string* php_password_bcrypt_hash(const zend_string *password, zend_array *options) { in php_password_bcrypt_hash()
277 static bool php_password_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_argon2_needs_rehash()
303 static zend_string *php_password_argon2_hash(const zend_string *password, zend_array *options, argo… in php_password_argon2_hash()
389 static zend_string *php_password_argon2i_hash(const zend_string *password, zend_array *options) { in php_password_argon2i_hash()
408 static zend_string *php_password_argon2id_hash(const zend_string *password, zend_array *options) { in php_password_argon2id_hash()
548 zval options; in PHP_FUNCTION() local
588 zend_array *options = NULL; in PHP_FUNCTION() local
637 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 Dhttp.c243 static zend_result cache_request_parse_body_option(HashTable *options, zval *option, int cache_offs… in cache_request_parse_body_option()
269 static zend_result cache_request_parse_body_options(HashTable *options) in cache_request_parse_body_options()
319 HashTable *options = NULL; in PHP_FUNCTION() local
/php-src/ext/pdo/
H A Dpdo_dbh.stub.php167 …tring $username = null, #[\SensitiveParameter] ?string $password = null, ?array $options = null) {}
/php-src/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-src/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…
/php-src/ext/mbstring/
H A Dmbstring.stub.php209 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
212 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
215 …place_callback(string $pattern, callable $callback, string $string, ?string $options = null): stri… argument
223 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
225 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {}
231 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {}
237 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {}
239 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo… argument
252 function mb_regex_set_options(?string $options = null): string {}
/php-src/ext/dom/
H A Dxml_document.c28 static bool check_options_validity(uint32_t arg_num, zend_long options) in check_options_validity()
136 zend_long options = 0; in load_from_helper() local
260 static zend_string *php_new_dom_dump_node_to_str_ex(xmlNodePtr node, int options, bool format, cons… in php_new_dom_dump_node_to_str_ex()
292 static zend_string *php_new_dom_dump_doc_to_str(xmlDocPtr doc, int options, const char *encoding) in php_new_dom_dump_doc_to_str()
H A Dphp_dom.stub.php414 public function getRootNode(?array $options = null): DOMNode {}
822 public function load(string $filename, int $options = 0): bool {}
825 public function loadXML(string $source, int $options = 0): bool {}
834 public function save(string $filename, int $options = 0): int|false {}
838 public function loadHTML(string $source, int $options = 0): bool {}
841 public function loadHTMLFile(string $filename, int $options = 0): bool {}
871 public function xinclude(int $options = 0): int|false {}
1159 public function getRootNode(array $options = []): Node {}
1598 public function saveXmlFile(string $filename, int $options = 0): int|false {}
1629 public function xinclude(int $options = 0): int|false {}
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg.stub.php45 function phpdbg_end_oplog(array $options = []): ?array {}
47 function phpdbg_get_executable(array $options = []): array {}
/php-src/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-src/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-src/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-src/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-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c92 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
/php-src/ext/
H A Dext_skel.php376 $options = process_args($argv, $argc); variable
/php-src/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()

Completed in 85 milliseconds

123456