/PHP-7.0/scripts/dev/generate-phpt/src/setup/ |
H A D | gtCommandLineOptions.php | 79 public function getOption($option) 91 public function hasOption($option)
|
/PHP-7.0/ext/intl/idn/ |
H A D | idn.c | 137 const char *domain, int32_t domain_len, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46() 202 const char *domain, int32_t domain_len, uint32_t option, int mode) in php_intl_idn_to() 261 zend_long option = 0, in php_intl_idn_handoff() local
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | regint.h | 292 #define IS_SINGLELINE(option) ((option) & ONIG_OPTION_SINGLELINE) argument 293 #define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE) argument 294 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE) argument 295 #define IS_EXTEND(option) ((option) & ONIG_OPTION_EXTEND) argument 296 #define IS_FIND_LONGEST(option) ((option) & ONIG_OPTION_FIND_LONGEST) argument 297 #define IS_FIND_NOT_EMPTY(option) ((option) & ONIG_OPTION_FIND_NOT_EMPTY) argument 298 #define IS_FIND_CONDITION(option) ((option) & \ argument 300 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL) argument 301 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL) argument 302 #define IS_POSIX_REGION(option) ((option) & ONIG_OPTION_POSIX_REGION) argument [all …]
|
H A D | regcomp.c | 264 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() 5452 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, in onig_recompile() 5473 onig_reg_init(regex_t* reg, OnigOptionType option, in onig_reg_init() 5520 const UChar* pattern_end, OnigOptionType option, OnigEncoding enc, in onig_new_without_alloc() 5534 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, in onig_new() 5884 OnigOptionType option = *((OnigOptionType* )bp); in onig_print_compiled_byte_code() local 6023 OnigOptionType option; in onig_print_compiled_byte_code() local
|
H A D | regparse.h | 190 OnigOptionType option; member 279 OnigOptionType option; member
|
H A D | regexec.c | 1250 OnigOptionType option = reg->options; in match_at() local 3045 OnigOptionType option) in onig_match() 3355 const UChar* start, const UChar* range, OnigRegion* region, OnigOptionType option) in onig_search()
|
H A D | oniguruma.h | 396 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) argument 712 OnigOptionType option; member
|
H A D | regparse.c | 1397 node_new_enclose_memory(OnigOptionType option, int is_named) in node_new_enclose_memory() 1411 node_new_option(OnigOptionType option) in node_new_option() 4516 OnigOptionType option; in parse_enclose() local
|
/PHP-7.0/ext/standard/ |
H A D | syslog.c | 138 zend_long option, facility; in PHP_FUNCTION() local
|
H A D | filestat.c | 426 int option; in php_do_chgrp() local 563 int option; in php_do_chown() local
|
/PHP-7.0/ext/mbstring/ |
H A D | php_mbregex.c | 476 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string() 582 _php_mb_regex_init_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syn… in _php_mb_regex_init_options() 1151 OnigOptionType option = 0; in PHP_FUNCTION() local 1194 OnigOptionType option; in _php_mb_regex_ereg_search_exec() local 1322 OnigOptionType option; in PHP_FUNCTION() local
|
/PHP-7.0/ext/curl/ |
H A D | share.c | 72 static int _php_curl_share_setopt(php_curlsh *sh, zend_long option, zval *zvalue, zval *return_valu… in _php_curl_share_setopt()
|
H A D | interface.c | 170 static int php_curl_option_str(php_curl *ch, zend_long option, const char *str, const int len, zend… in php_curl_option_str() 2095 static int _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue) /* {{{ */ in _php_curl_setopt() 2958 zend_ulong option; in PHP_FUNCTION() local 3062 zend_long option = 0; in PHP_FUNCTION() local
|
H A D | multi.c | 409 static int _php_curl_multi_setopt(php_curlm *mh, zend_long option, zval *zvalue, zval *return_value… in _php_curl_multi_setopt()
|
/PHP-7.0/ext/filter/ |
H A D | filter.c | 592 zval *option; in php_filter_call() local 739 zval *option, *opt, *def; in PHP_FUNCTION() local 816 zval *option; in PHP_FUNCTION() local
|
/PHP-7.0/main/streams/ |
H A D | xp_socket.c | 297 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_sockop_set_option() 833 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_tcp_sockop_set_option()
|
H A D | memory.c | 247 static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam) … in php_stream_memory_set_option() 535 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam) /*… in php_stream_temp_set_option()
|
H A D | plain_wrapper.c | 607 static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_stdiop_set_option() 1323 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata()
|
H A D | userspace.c | 923 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam) { in php_userstreamop_set_option() 1286 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata()
|
H A D | streams.c | 1345 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam) in _php_stream_set_option()
|
/PHP-7.0/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 1064 zend_long option; in PHP_FUNCTION() local 1089 zend_long option; in PHP_FUNCTION() local
|
/PHP-7.0/ext/ftp/ |
H A D | php_ftp.c | 1450 zend_long option; in PHP_FUNCTION() local 1506 zend_long option; in PHP_FUNCTION() local
|
/PHP-7.0/ext/pgsql/ |
H A D | pgsql.c | 5370 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{… 6457 zend_ulong option = 0; local 6672 zend_ulong option = PGSQL_DML_EXEC, return_sql; local 6888 zend_ulong option = PGSQL_DML_EXEC; local 6980 zend_ulong option = PGSQL_DML_EXEC; local 7112 zend_ulong option = PGSQL_DML_EXEC; local
|
/PHP-7.0/ext/pspell/ |
H A D | pspell.c | 818 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path()
|
/PHP-7.0/ext/ldap/ |
H A D | ldap.c | 2083 zend_long option; in PHP_FUNCTION() local 2212 zend_long option; in PHP_FUNCTION() local
|