Home
last modified time | relevance | path

Searched defs:option (Results 1 – 25 of 32) sorted by relevance

12

/PHP-7.2/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php79 public function getOption($option)
91 public function hasOption($option)
/PHP-7.2/ext/intl/idn/
H A Didn.c137 const zend_string *domain, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46()
200 const zend_string *domain, uint32_t option, int mode) in php_intl_idn_to()
270 zend_long option = 0, in php_intl_idn_handoff() local
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h266 #define IS_SINGLELINE(option) ((option) & ONIG_OPTION_SINGLELINE) argument
267 #define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE) argument
268 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE) argument
269 #define IS_EXTEND(option) ((option) & ONIG_OPTION_EXTEND) argument
270 #define IS_FIND_LONGEST(option) ((option) & ONIG_OPTION_FIND_LONGEST) argument
271 #define IS_FIND_NOT_EMPTY(option) ((option) & ONIG_OPTION_FIND_NOT_EMPTY) argument
272 #define IS_FIND_CONDITION(option) ((option) & \ argument
274 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL) argument
275 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL) argument
276 #define IS_POSIX_REGION(option) ((option) & ONIG_OPTION_POSIX_REGION) argument
[all …]
H A Dregcomp.c264 add_option(regex_t* reg, OnigOptionType option) in add_option()
296 add_opcode_option(regex_t* reg, int opcode, OnigOptionType option) in add_opcode_option()
5478 onig_reg_init(regex_t* reg, OnigOptionType option, in onig_reg_init()
5540 const UChar* pattern_end, OnigOptionType option, OnigEncoding enc, in onig_new_without_alloc()
5554 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, in onig_new()
5887 OnigOptionType option = *((OnigOptionType* )bp); in onig_print_compiled_byte_code() local
6026 OnigOptionType option; in onig_print_compiled_byte_code() local
H A Dregexec.c1318 OnigOptionType option = reg->options; in match_at() local
3094 OnigOptionType option) in onig_match()
3389 const UChar* start, const UChar* range, OnigRegion* region, OnigOptionType option) in onig_search()
3771 OnigRegion* region, OnigOptionType option, in onig_scan()
H A Dregparse.h190 OnigOptionType option; member
279 OnigOptionType option; member
H A Doniguruma.h406 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) argument
719 OnigOptionType option; member
H A Dregparse.c1346 node_new_enclose_memory(OnigOptionType option, int is_named) in node_new_enclose_memory()
1360 node_new_option(OnigOptionType option) in node_new_option()
4532 OnigOptionType option; in parse_enclose() local
/PHP-7.2/ext/standard/
H A Dsyslog.c138 zend_long option, facility; in PHP_FUNCTION() local
H A Dfilestat.c348 int option; in php_do_chgrp() local
484 int option; in php_do_chown() local
/PHP-7.2/ext/mbstring/
H A Dphp_mbregex.c477 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string()
583 _php_mb_regex_init_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syn… in _php_mb_regex_init_options()
1187 OnigOptionType option = 0; in PHP_FUNCTION() local
1235 OnigOptionType option; in _php_mb_regex_ereg_search_exec() local
1363 OnigOptionType option; in PHP_FUNCTION() local
/PHP-7.2/ext/filter/
H A Dfilter.c594 zval *option; in php_filter_call() local
744 zval *option, *opt, *def; in PHP_FUNCTION() local
821 zval *option; in PHP_FUNCTION() local
/PHP-7.2/ext/curl/
H A Dshare.c74 static int _php_curl_share_setopt(php_curlsh *sh, zend_long option, zval *zvalue, zval *return_valu… in _php_curl_share_setopt()
H A Dinterface.c168 static int php_curl_option_str(php_curl *ch, zend_long option, const char *str, const size_t len, z… in php_curl_option_str()
2118 static int _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue) /* {{{ */ in _php_curl_setopt()
2982 zend_ulong option; in PHP_FUNCTION() local
3088 zend_long option = 0; in PHP_FUNCTION() local
H A Dmulti.c565 static int _php_curl_multi_setopt(php_curlm *mh, zend_long option, zval *zvalue, zval *return_value… in _php_curl_multi_setopt()
/PHP-7.2/main/streams/
H A Dxp_socket.c297 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_sockop_set_option()
846 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_tcp_sockop_set_option()
H A Dmemory.c235 static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam) … in php_stream_memory_set_option()
523 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam) /*… in php_stream_temp_set_option()
H A Duserspace.c918 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam) { in php_userstreamop_set_option()
1281 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata()
H A Dplain_wrapper.c613 static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_stdiop_set_option()
1344 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata()
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_methods.cpp1064 zend_long option; in PHP_FUNCTION() local
1089 zend_long option; in PHP_FUNCTION() local
/PHP-7.2/ext/pgsql/
H A Dpgsql.c2325 zend_long option = PGSQL_NOTICE_LAST; local
5412 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{…
6499 zend_ulong option = 0; local
6714 zend_ulong option = PGSQL_DML_EXEC, return_sql; local
6930 zend_ulong option = PGSQL_DML_EXEC; local
7022 zend_ulong option = PGSQL_DML_EXEC; local
7162 zend_ulong option = PGSQL_DML_EXEC; local
/PHP-7.2/ext/ftp/
H A Dphp_ftp.c1532 zend_long option; in PHP_FUNCTION() local
1588 zend_long option; in PHP_FUNCTION() local
/PHP-7.2/ext/pspell/
H A Dpspell.c818 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_commands.c57 enum_mysqlnd_server_option option; member
70 enum_mysqlnd_server_option option = command->context.option; in mysqlnd_com_set_option_run() local
/PHP-7.2/ext/ldap/
H A Dldap.c2207 zend_long option; in PHP_FUNCTION() local
2400 zend_long option; in PHP_FUNCTION() local

Completed in 146 milliseconds

12