Home
last modified time | relevance | path

Searched defs:options (Results 26 – 50 of 127) sorted by relevance

123456

/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php409 public function getRootNode(?array $options = null): DOMNode {}
786 public function load(string $filename, int $options = 0): bool {}
789 public function loadXML(string $source, int $options = 0): bool {}
798 public function save(string $filename, int $options = 0): int|false {}
802 public function loadHTML(string $source, int $options = 0): bool {}
805 public function loadHTMLFile(string $filename, int $options = 0): bool {}
815 public function saveXML(?DOMNode $node = null, int $options = 0): string|false {}
835 public function xinclude(int $options = 0): int|false {}
H A Ddocument.c1259 … dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t options) /* {{{ */ in dom_document_parser()
1415 zend_long options = 0; in dom_parse_document() local
1467 zend_long options = 0; in PHP_METHOD() local
1512 zend_long options = 0; in PHP_METHOD() local
1926 zend_long options = 0; in dom_load_html() local
/PHP-8.3/ext/zip/
H A Dphp_zip.stub.php647 public function setPassword(#[\SensitiveParameter] string $password): bool {}
/PHP-8.3/main/streams/
H A Dphp_stream_plain_wrapper.h51 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
H A Dstreams.c241 PHPAPI void php_stream_wrapper_log_error(const php_stream_wrapper *wrapper, int options, const char… in php_stream_wrapper_log_error()
1955 …m_wrapper *php_stream_locate_url_wrapper(const char *path, const char **path_for_open, int options)
2085 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context)
2099 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context)
2129 PHPAPI php_stream *_php_stream_opendir(const char *path, int options,
2178 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options,
H A Dphp_stream_context.h51 zval options; /* hash keyed by wrapper family or specific wrapper */ member
/PHP-8.3/ext/json/
H A Dphp_json_scanner.h36 int options; /* options */ member
/PHP-8.3/ext/imap/
H A Dphp_imap.stub.php408 …function imap_open(string $mailbox, string $user, #[\SensitiveParameter] string $password, int $fl…
/PHP-8.3/ext/zlib/
H A Dzlib.stub.php273 function deflate_init(int $encoding, array $options = []): DeflateContext|false {}
277 function inflate_init(int $encoding, array $options = []): InflateContext|false {}
H A Dzlib_fopen_wrapper.c108 …am *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_gzopen()
H A Dzlib.c789 static bool zlib_create_dictionary_string(HashTable *options, char **dict, size_t *dictlen) { in zlib_create_dictionary_string()
871 HashTable *options = NULL; in PHP_FUNCTION() local
1089 HashTable *options = NULL; in PHP_FUNCTION() local
/PHP-8.3/ext/standard/
H A Dhttp_fopen_wrapper.c119 const char *path, const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_http_ex()
981 …_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in php_stream_url_wrap_http()
H A Dstreamsfuncs.c911 static int parse_context_options(php_stream_context *context, HashTable *options) in parse_context_options()
1021 HashTable *options; in PHP_FUNCTION() local
1071 HashTable *options; in PHP_FUNCTION() local
1164 HashTable *options; in PHP_FUNCTION() local
1187 HashTable *options = NULL; in PHP_FUNCTION() local
/PHP-8.3/ext/curl/
H A Dshare.c82 zend_long options; in PHP_FUNCTION() local
/PHP-8.3/Zend/
H A Dzend_builtin_functions.stub.php170 function debug_backtrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT, int $limit = 0): array {}
172 function debug_print_backtrace(int $options = 0, int $limit = 0): void {}
/PHP-8.3/ext/iconv/
H A Diconv.stub.php36 function iconv_mime_encode(string $field_name, string $field_value, array $options = []): string|fa…
/PHP-8.3/ext/soap/
H A Dsoap.stub.php482 public function __construct(?string $wsdl, array $options = []) {}
557 public function __construct(?string $wsdl, array $options = []) {}
567 …public function __soapCall(string $name, array $args, ?array $options = null, $inputHeaders = null…
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c374 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
554 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
H A DsljitNativeX86_32.c263 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
488 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
/PHP-8.3/ext/mbstring/
H A Dphp_mbregex.c455 …*php_mbregex_compile_pattern(const char *pattern, size_t patlen, OnigOptionType options, OnigSynta… in php_mbregex_compile_pattern()
895 OnigOptionType options; in _php_mb_regex_ereg_exec() local
982 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec()
1591 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options()
/PHP-8.3/ext/phar/
H A Dphar.c487 …ame, size_t fname_len, char *alias, size_t alias_len, bool is_data, uint32_t options, phar_archive… in phar_open_parsed_phar()
1309 …ame, size_t fname_len, char *alias, size_t alias_len, bool is_data, uint32_t options, phar_archive… in phar_open_or_create_filename()
1386 …ame, size_t fname_len, char *alias, size_t alias_len, bool is_data, uint32_t options, phar_archive… in phar_create_or_parse_filename()
1540 …ename(char *fname, size_t fname_len, char *alias, size_t alias_len, uint32_t options, phar_archive… in phar_open_from_filename()
1626 …* fp, char *fname, size_t fname_len, char *alias, size_t alias_len, uint32_t options, phar_archive… in phar_open_from_fp()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_convert.c786 convert_glob(uint32_t options, PCRE2_SPTR pattern, PCRE2_SIZE plength, in convert_glob()
1056 pcre2_pattern_convert(PCRE2_SPTR pattern, PCRE2_SIZE plength, uint32_t options, in pcre2_pattern_convert()
H A Dpcre2_compile.c2562 uint32_t options; member
2600 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex()
5002 uint32_t options, compile_block *cb, uint32_t start, uint32_t end) in add_to_class_internal()
5157 uint32_t options, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class_internal()
5196 add_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, uint32_t options, in add_to_class()
5230 add_list_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, uint32_t options, in add_list_to_class()
5271 uint32_t options, compile_block *cb, const uint32_t *p) in add_not_list_to_class()
5400 uint32_t options = *optionsptr; /* May change dynamically */ in compile_branch() local
8097 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex()
9764 pcre2_compile(PCRE2_SPTR pattern, PCRE2_SIZE patlen, uint32_t options, in pcre2_compile()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c492 HashTable *options = NULL; in PHP_FUNCTION() local
593 HashTable *options = NULL; in PHP_FUNCTION() local
1098 …p_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phpdbg_stream_url_wrap_php()
/PHP-8.3/ext/hash/
H A Dphp_hash.h61 zend_long options; member

Completed in 135 milliseconds

123456