/PHP-5.5/scripts/dev/generate-phpt/src/setup/ |
H A D | gtCommandLineOptions.php | 79 public function getOption($option) 91 public function hasOption($option)
|
/PHP-5.5/ext/intl/idn/ |
H A D | idn.c | 137 const char *domain, int domain_len, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46() 205 const char *domain, int domain_len, uint32_t option, int mode) in php_intl_idn_to() 266 long option = 0, in php_intl_idn_handoff() local
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | regint.h | 288 #define IS_SINGLELINE(option) ((option) & ONIG_OPTION_SINGLELINE) argument 289 #define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE) argument 290 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE) argument 291 #define IS_EXTEND(option) ((option) & ONIG_OPTION_EXTEND) argument 292 #define IS_FIND_LONGEST(option) ((option) & ONIG_OPTION_FIND_LONGEST) argument 293 #define IS_FIND_NOT_EMPTY(option) ((option) & ONIG_OPTION_FIND_NOT_EMPTY) argument 294 #define IS_FIND_CONDITION(option) ((option) & \ argument 296 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL) argument 297 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL) argument 298 #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() 5453 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, in onig_recompile() 5474 onig_reg_init(regex_t* reg, OnigOptionType option, in onig_reg_init() 5521 const UChar* pattern_end, OnigOptionType option, OnigEncoding enc, in onig_new_without_alloc() 5535 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, in onig_new() 5852 OnigOptionType option = *((OnigOptionType* )bp); in onig_print_compiled_byte_code() local 5991 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 3050 OnigOptionType option) in onig_match() 3351 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 | 1389 node_new_enclose_memory(OnigOptionType option, int is_named) in node_new_enclose_memory() 1403 node_new_option(OnigOptionType option) in node_new_option() 4508 OnigOptionType option; in parse_enclose() local
|
/PHP-5.5/ext/standard/ |
H A D | syslog.c | 138 long option, facility; in PHP_FUNCTION() local
|
H A D | filestat.c | 438 int option; in php_do_chgrp() local 575 int option; in php_do_chown() local
|
/PHP-5.5/ext/curl/ |
H A D | share.c | 69 static int _php_curl_share_setopt(php_curlsh *sh, long option, zval **zvalue, zval *return_value TS… in _php_curl_share_setopt()
|
H A D | interface.c | 168 static int php_curl_option_str(php_curl *ch, long option, const char *str, const int len, zend_bool… in php_curl_option_str() 2100 static int _php_curl_setopt(php_curl *ch, long option, zval **zvalue TSRMLS_DC) /* {{{ */ in _php_curl_setopt() 2921 ulong option; in PHP_FUNCTION() local 3027 long option = 0; in PHP_FUNCTION() local
|
H A D | multi.c | 385 static int _php_curl_multi_setopt(php_curlm *mh, long option, zval **zvalue, zval *return_value TSR… in _php_curl_multi_setopt()
|
/PHP-5.5/ext/mbstring/ |
H A D | php_mbregex.c | 474 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string() 580 _php_mb_regex_init_options(const char *parg, int narg, OnigOptionType *option, OnigSyntaxType **syn… in _php_mb_regex_init_options() 1139 OnigOptionType option = 0; in PHP_FUNCTION() local 1183 OnigOptionType option; in _php_mb_regex_ereg_search_exec() local 1314 OnigOptionType option; in PHP_FUNCTION() local
|
/PHP-5.5/ext/filter/ |
H A D | filter.c | 594 zval **option; in php_filter_call() local 758 zval **option, **opt, **def; in PHP_FUNCTION() local 839 zval **option; in PHP_FUNCTION() local
|
/PHP-5.5/main/streams/ |
H A D | xp_socket.c | 268 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_D… in php_sockop_set_option() 746 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRM… 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 T… in php_stream_memory_set_option() 527 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam TSR… in php_stream_temp_set_option()
|
H A D | plain_wrapper.c | 582 static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_D… in php_stdiop_set_option() 1283 static int php_plain_files_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value… in php_plain_files_metadata()
|
H A D | userspace.c | 968 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam TS… in php_userstreamop_set_option() 1374 static int user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, p… in user_wrapper_metadata()
|
/PHP-5.5/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 1089 long option; in PHP_FUNCTION() local 1114 long option; in PHP_FUNCTION() local
|
/PHP-5.5/ext/ftp/ |
H A D | php_ftp.c | 1370 long option; in PHP_FUNCTION() local 1415 long option; in PHP_FUNCTION() local
|
/PHP-5.5/ext/openssl/ |
H A D | xp_ssl.c | 812 static int php_openssl_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam … in php_openssl_sockop_set_option()
|
/PHP-5.5/ext/pgsql/ |
H A D | pgsql.c | 6082 ulong option = 0; local 6286 ulong option = PGSQL_DML_EXEC; local 6442 ulong option = PGSQL_DML_EXEC; local 6534 ulong option = PGSQL_DML_EXEC; local 6672 ulong option = PGSQL_DML_EXEC; local
|
/PHP-5.5/ext/pspell/ |
H A D | pspell.c | 820 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path()
|
/PHP-5.5/ext/ldap/ |
H A D | ldap.c | 1943 long option; in PHP_FUNCTION() local 2048 long option; in PHP_FUNCTION() local
|