/PHP-7.4/main/streams/ |
H A D | streams.c | 241 PHPAPI void php_stream_wrapper_log_error(const php_stream_wrapper *wrapper, int options, const char… in php_stream_wrapper_log_error() 1818 …m_wrapper *php_stream_locate_url_wrapper(const char *path, const char **path_for_open, int options) 1949 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context) 1964 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context) 2029 PHPAPI php_stream *_php_stream_opendir(const char *path, int options, 2078 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
|
H A D | glob_wrapper.c | 200 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_glob_stream_opener()
|
H A D | php_stream_context.h | 53 zval options; /* hash keyed by wrapper family or specific wrapper */ member
|
H A D | cast.c | 347 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file()
|
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_64.c | 128 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() 280 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
|
H A D | sljitLir.c | 655 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter() 672 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context() 1018 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_emit_enter() 1070 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_set_context() 2352 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() 2368 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
|
/PHP-7.4/ext/tidy/ |
H A D | tidy.c | 1253 zval *options = NULL; in PHP_FUNCTION() local 1314 zval *options = NULL; in PHP_FUNCTION() local 1634 zval *options = NULL; in TIDY_DOC_METHOD() local 1671 zval *options = NULL; in TIDY_DOC_METHOD() local 1709 zval *options = NULL; in TIDY_DOC_METHOD() local
|
/PHP-7.4/ext/zlib/ |
H A D | zlib.c | 754 static zend_bool zlib_create_dictionary_string(HashTable *options, char **dict, size_t *dictlen) { in zlib_create_dictionary_string() 837 HashTable *options = NULL; in PHP_FUNCTION() local 1073 HashTable *options = NULL; in PHP_FUNCTION() local
|
H A D | zlib_fopen_wrapper.c | 108 …am *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_gzopen()
|
/PHP-7.4/ext/mbstring/ |
H A D | php_mbregex.c | 454 …*php_mbregex_compile_pattern(const char *pattern, size_t patlen, OnigOptionType options, OnigEncod… in php_mbregex_compile_pattern() 899 OnigOptionType options; in _php_mb_regex_ereg_exec() local 1007 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec() 1691 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options()
|
/PHP-7.4/ext/standard/ |
H A D | streamsfuncs.c | 886 static int parse_context_options(php_stream_context *context, zval *options) in parse_context_options() 995 zval *options; in PHP_FUNCTION() local 1110 zval *options = NULL; in PHP_FUNCTION() local 1132 zval *options = NULL, *params = NULL; in PHP_FUNCTION() local
|
H A D | php_fopen_wrapper.c | 178 …p_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_url_wrap_php()
|
H A D | head.c | 189 static void php_head_parse_cookie_options_array(zval *options, zend_long *expires, zend_string **pa… in php_head_parse_cookie_options_array()
|
/PHP-7.4/ext/phar/ |
H A D | phar.c | 528 …size_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_t options, phar_archive… in phar_open_parsed_phar() 1264 …size_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_t options, phar_archive… in phar_open_or_create_filename() 1341 …size_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_t options, phar_archive… in phar_create_or_parse_filename() 1495 …ename(char *fname, size_t fname_len, char *alias, size_t alias_len, uint32_t options, phar_archive… in phar_open_from_filename() 1581 …* fp, char *fname, size_t fname_len, char *alias, size_t alias_len, uint32_t options, phar_archive… in phar_open_from_fp()
|
/PHP-7.4/ext/hash/ |
H A D | php_hash.h | 53 zend_long options; member
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_convert.c | 787 convert_glob(uint32_t options, PCRE2_SPTR pattern, PCRE2_SIZE plength, in convert_glob() 1057 pcre2_pattern_convert(PCRE2_SPTR pattern, PCRE2_SIZE plength, uint32_t options, in pcre2_pattern_convert()
|
H A D | pcre2_compile.c | 2454 uint32_t options; member 2492 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex() 4893 uint32_t options, compile_block *cb, uint32_t start, uint32_t end) in add_to_class_internal() 5048 uint32_t options, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class_internal() 5087 add_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, uint32_t options, in add_to_class() 5121 add_list_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, uint32_t options, in add_list_to_class() 5162 uint32_t options, compile_block *cb, const uint32_t *p) in add_not_list_to_class() 5291 uint32_t options = *optionsptr; /* May change dynamically */ in compile_branch() local 7970 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex() 9638 pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE patlen, uint32_t options, in pcre2_compile()
|
H A D | pcre2_substitute.c | 221 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_substitute()
|
/PHP-7.4/ext/dom/ |
H A D | document.c | 1372 … dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t options) /* {{{ */ in dom_document_parser() 1501 zend_long options = 0; in dom_parse_document() local 1592 zend_long options = 0; in PHP_FUNCTION() local 1639 zend_long options = 0; in PHP_FUNCTION() local 2027 zend_long options = 0; in dom_load_html() local
|
/PHP-7.4/ext/zip/ |
H A D | zip_stream.c | 265 int options, in php_stream_zip_opener()
|
/PHP-7.4/ext/pcntl/ |
H A D | pcntl.c | 705 zend_long pid, options = 0; in PHP_FUNCTION() local 755 zend_long options = 0; in PHP_FUNCTION() local
|
/PHP-7.4/ext/pcre/ |
H A D | php_pcre.c | 1179 uint32_t options; /* Execution options */ in php_pcre_match_impl() local 1617 uint32_t options; /* Execution options */ in php_pcre_replace_impl() local 1857 uint32_t options; /* Execution options */ in php_pcre_replace_func_impl() local 2538 uint32_t options; /* Execution options */ in php_pcre_split_impl() local 2897 uint32_t options; /* Execution options */ in php_pcre_grep_impl() local
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg.c | 520 HashTable *options = NULL; in PHP_FUNCTION() local 621 HashTable *options = NULL; in PHP_FUNCTION() local 1335 …p_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phpdbg_stream_url_wrap_php()
|
/PHP-7.4/ext/date/lib/ |
H A D | timelib.c | 280 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date()
|
/PHP-7.4/ext/pdo/ |
H A D | pdo_dbh.c | 234 zval *options = NULL; in PHP_METHOD() local 492 zval *options = NULL, *opt, *item, ctor_args; in PHP_METHOD() local
|