/php-src/ext/json/ |
H A D | json.c | 111 PHP_JSON_API zend_string *php_json_encode_string(const char *s, size_t len, int options) in php_json_encode_string() 126 PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth… in php_json_encode_ex() 141 PHP_JSON_API zend_result php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode() 180 …json_decode_ex(zval *return_value, const char *str, size_t str_len, zend_long options, zend_long d… in php_json_decode_ex() 202 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() 225 zend_long options = 0; in PHP_FUNCTION() local 265 zend_long options = 0; in PHP_FUNCTION() local 317 zend_long options = 0; in PHP_FUNCTION() local
|
H A D | json_encoder.c | 58 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char() 66 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent() 93 static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */ in php_json_encode_double() 123 static zend_result php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *… in php_json_encode_array() 371 int options, php_json_encoder *encoder) /* {{{ */ in php_json_escape_string() 582 static zend_result php_json_encode_serializable_object(smart_str *buf, zval *val, int options, php_… in php_json_encode_serializable_object() 647 static zend_result php_json_encode_serializable_enum(smart_str *buf, zval *val, int options, php_js… in php_json_encode_serializable_enum() 660 zend_result php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_zval()
|
H A D | json_parser.y | 339 int options, in php_json_parser_init_ex() 355 int options, in php_json_parser_init()
|
/php-src/ext/sodium/ |
H A D | sodium_pwhash.c | 31 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 D | password.c | 106 …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() 275 static 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() 546 zval options; in PHP_FUNCTION() local 586 zend_array *options = NULL; in PHP_FUNCTION() local 635 zend_array *options = NULL; in PHP_FUNCTION() local
|
H A D | ftp_fopen_wrapper.c | 125 …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 D | http.c | 259 static zend_result cache_request_parse_body_option(HashTable *options, zval *option, int cache_offs… in cache_request_parse_body_option() 286 static zend_result cache_request_parse_body_options(HashTable *options) in cache_request_parse_body_options() 336 HashTable *options = NULL; in PHP_FUNCTION() local
|
/php-src/ext/pdo/ |
H A D | pdo_dbh.stub.php | 167 …tring $username = null, #[\SensitiveParameter] ?string $password = null, ?array $options = null) {}
|
/php-src/ext/openssl/ |
H A D | openssl_pwhash.c | 49 static inline zend_result get_options(zend_array *options, uint32_t *memlimit, uint32_t *iterlimit,… in get_options() 135 static zend_string *php_openssl_argon2_hash(const zend_string *password, zend_array *options, const… in php_openssl_argon2_hash() 256 static bool php_openssl_argon2_needs_rehash(const zend_string *hash, zend_array *options) in php_openssl_argon2_needs_rehash() 292 static zend_string *php_openssl_argon2i_hash(const zend_string *password, zend_array *options) in php_openssl_argon2i_hash() 306 static zend_string *php_openssl_argon2id_hash(const zend_string *password, zend_array *options) in php_openssl_argon2id_hash() 323 zend_array *options = NULL; in PHP_FUNCTION() local
|
/php-src/ext/fileinfo/ |
H A D | fileinfo.c | 41 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
|
/php-src/ext/filter/ |
H A D | filter.stub.php | 299 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 D | mbstring.stub.php | 209 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/sapi/phpdbg/ |
H A D | phpdbg.stub.php | 45 function phpdbg_end_oplog(array $options = []): ?array {} 47 function phpdbg_get_executable(array $options = []): array {}
|
/php-src/ext/dom/ |
H A D | xml_document.c | 29 static bool check_options_validity(uint32_t arg_num, zend_long options) in check_options_validity() 138 zend_long options = 0; in load_from_helper() local 269 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() 301 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()
|
/php-src/ext/simplexml/ |
H A D | simplexml.stub.php | 5 …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 D | hash.stub.php | 12 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 D | addglob.php | 7 $options = array( variable
|
H A D | addpattern.php | 6 $options = array('remove_path' => '/home/pierre/cvs/gd/libgd/tests', variable
|
/php-src/ext/phar/ |
H A D | stream.c | 60 …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() 665 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in phar_wrapper_unlink() 737 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in phar_wrapper_rename()
|
H A D | dirstream.c | 252 …n_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phar_wrapper_open_dir() 348 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph… in phar_wrapper_mkdir() 477 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex… in phar_wrapper_rmdir()
|
/php-src/ext/dom/parentnode/ |
H A D | css_selectors.c | 40 static lxb_selectors_opt_t dom_quirks_opt(lxb_selectors_opt_t options, const dom_object *intern) in dom_quirks_opt() 78 lxb_selectors_opt_t options, in dom_parse_selector() 132 lxb_selectors_opt_t options in dom_query_selector_common()
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_match.c | 92 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitSerialize.c | 54 sljit_s32 options; member 116 sljit_s32 options, sljit_uw *size) in sljit_serialize_compiler() 289 sljit_s32 options, void *allocator_data) in sljit_deserialize_compiler()
|
/php-src/main/streams/ |
H A D | userspace.c | 294 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() 1032 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in user_wrapper_unlink() 1071 int options, php_stream_context *context) in user_wrapper_rename() 1112 int options, php_stream_context *context) in user_wrapper_mkdir() 1155 int options, php_stream_context *context) in user_wrapper_rmdir()
|
H A D | plain_wrapper.c | 1064 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() 1472 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir()
|