| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | main.c | 47 case 'c': /* compile options */ 48 copts = options('c', optarg); 50 case 'e': /* execute options */ 51 eopts = options('e', optarg); 161 try(f[0], f[1], f[2], f[3], f[4], options('c', f[1])); 164 options('c', f[1]) &~ REG_EXTENDED); 254 if (options('e', f1)®_STARTEND) { 260 err = regexec(&re, f2copy, NSUBS, subs, options('e', f1)); 311 - options - pick options ou 315 options(type, s) function [all...] |
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcredemo.c | 80 /* After the options, we require exactly two arguments, which are the pattern, 101 0, /* default options */ 127 0, /* default options */ 263 sequence. First, find the options with which the regex was compiled; extract 264 the UTF-8 state, and mask off all but the newline options. */ 271 /* If no newline options were set, find the default newline convention from the 298 int options = 0; /* Normally no options */ local 308 options = PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED; 319 options, /* option [all...] |
| H A D | pcre_study.c | 71 options the compiling options 81 find_minlength(const pcre_uchar *code, const pcre_uchar *startcode, int options, argument 86 BOOL utf = (options & PCRE_UTF8) != 0; 132 d = find_minlength(cc, startcode, options, recurse_depth); 380 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) 392 d = find_minlength(cs, startcode, options, recurse_depth); 440 branchlength += find_minlength(cs, startcode, options, recurse_depth + 1); 1319 options contains option bits 1330 pcre_study(const pcre *external_re, int options, cons argument [all...] |
| H A D | pcreposix.c | 140 REG_INVARG, /* inconsistent NEWLINE options */ 262 int options = 0; local 265 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; 266 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; 267 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; 268 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; 269 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; 270 if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; 271 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; 273 preg->re_pcre = pcre_compile2(pattern, options, 315 int options = 0; local [all...] |
| /PHP_TRUNK/ext/zip/ |
| H A D | zip_stream.c | 240 int options, 237 php_stream_zip_opener(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) argument
|
| /PHP_TRUNK/scripts/dev/generate-phpt/src/ |
| H A D | generate-phpt.php | 17 $options = new gtCommandLineOptions(); variable 21 $options->parse($argv); 27 if($options->hasOption('h')) { 33 $preConditions->check($options); 39 if($options->hasOption('s')) { 40 $optionalSections->setOptions($options); 45 if($options->hasOption('c')) { 46 $name = $options->getOption('c')."_".$options->getOption('m'); 47 $method = new gtMethod($options [all...] |
| /PHP_TRUNK/scripts/dev/generate-phpt/src/setup/ |
| H A D | gtCommandLineOptions.php | 4 * Parse command line options 26 protected $options; variable 45 throw new gtMissingOptionsException('Command line options are required'); 62 $this->options[$option] = true; 72 $this->options[$option] = $argv[$i]; 81 if (!isset($this->options[$option])) { 84 return $this->options[$option]; 93 return isset($this->options[$option]);
|
| H A D | gtOptionalSections.php | 17 $options = explode(':', $commandLineOptions->getOption('s')); variable 19 foreach($options as $option) {
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | onigposix.h | 37 /* options */ 120 OnigOptionType options; /* default option */ member in struct:__anon224 154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options)); 155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, int options));
|
| H A D | regposix.c | 138 OnigOptionType options; local 143 options = syntax->options; 145 ONIG_OPTION_ON(options, ONIG_OPTION_IGNORECASE); 147 ONIG_OPTION_ON( options, ONIG_OPTION_NEGATE_SINGLELINE); 148 ONIG_OPTION_OFF(options, ONIG_OPTION_SINGLELINE); 155 options, OnigEncDefaultCharEncoding, syntax, 172 OnigOptionType options; local 174 options = ONIG_OPTION_POSIX_REGION; 175 if ((posix_options & REG_NOTBOL) != 0) options | [all...] |
| H A D | regsyntax.c | 257 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) argument 259 syntax->options = options; 283 return syntax->options;
|
| /PHP_TRUNK/ext/curl/ |
| H A D | share.c | 99 long options; local 102 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlZ", &zid, &options, &zvalue) == FAILURE) { 108 if (!_php_curl_share_setopt(sh, options, zvalue, return_value TSRMLS_CC)) {
|
| H A D | multi.c | 414 long options; local 417 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlZ", &z_mh, &options, &zvalue) == FAILURE) { 423 if (!_php_curl_multi_setopt(mh, options, zvalue, return_value TSRMLS_CC)) {
|
| /PHP_TRUNK/ext/fileinfo/ |
| H A D | fileinfo.c | 47 long options; member in struct:php_fileinfo 120 ZEND_ARG_INFO(0, options) 130 ZEND_ARG_INFO(0, options) 134 ZEND_ARG_INFO(0, options) 140 ZEND_ARG_INFO(0, options) 146 ZEND_ARG_INFO(0, options) 153 ZEND_ARG_INFO(0, options) 159 ZEND_ARG_INFO(0, options) 179 #define FINFO_SET_OPTION(magic, options) \ 180 if (magic_setflags(magic, options) 292 long options = MAGIC_NONE; local 383 long options; local 413 long options = 0; local [all...] |
| /PHP_TRUNK/ext/hash/ |
| H A D | php_hash.h | 53 long options; member in struct:_php_hash_data
|
| /PHP_TRUNK/ext/json/ |
| H A D | json.c | 49 ZEND_ARG_INFO(0, options) 57 ZEND_ARG_INFO(0, options) 170 static void json_escape_string(smart_str *buf, char *s, int len, int options TSRMLS_DC); 209 static inline void json_pretty_print_char(smart_str *buf, int options, char c TSRMLS_DC) /* {{{ */ argument 211 if (options & PHP_JSON_PRETTY_PRINT) { 217 static inline void json_pretty_print_indent(smart_str *buf, int options TSRMLS_DC) /* {{{ */ 221 if (options & PHP_JSON_PRETTY_PRINT) { 231 static void json_encode_array(smart_str *buf, zval **val, int options TSRMLS_DC) /* {{{ */ 238 r = (options & PHP_JSON_FORCE_OBJECT) ? PHP_JSON_OUTPUT_OBJECT : json_determine_array_type(val TSRMLS_CC); 256 json_pretty_print_char(buf, options, '\ 664 php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long depth TSRMLS_DC) argument 765 long options = 0; local 796 long options = 0; local [all...] |
| /PHP_TRUNK/ext/standard/ |
| H A D | password.c | 180 zval *options; local 191 ALLOC_INIT_ZVAL(options); 192 array_init(options); 202 add_assoc_long(options, "cost", cost); 214 add_assoc_zval(return_value, "options", options); 223 HashTable *options = 0; local 226 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl|H", &hash, &hash_len, &new_algo, &options) == FAILURE) { 246 if (options && zend_symtable_find(options, "cos 314 HashTable *options = 0; local [all...] |
| H A D | php_fopen_wrapper.c | 160 php_stream * php_stream_url_wrap_php(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ argument 206 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { 207 if (options & REPORT_ERRORS) { 216 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { 217 if (options & REPORT_ERRORS) { 267 if (options & REPORT_ERRORS) { 273 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { 274 if (options & REPORT_ERRORS) { 283 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, 295 php_stream_wrapper_log_error(wrapper, options TSRMLS_C [all...] |
| /PHP_TRUNK/ext/zlib/ |
| H A D | zlib_fopen_wrapper.c | 109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, argument 117 if (options & REPORT_ERRORS) { 129 innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path, context); 150 if (options & REPORT_ERRORS) {
|
| /PHP_TRUNK/main/streams/ |
| H A D | glob_wrapper.c | 210 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) 216 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path TSRMLS_CC)) { 209 php_glob_stream_opener(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) argument
|
| H A D | php_stream_context.h | 55 zval *options; /* hash keyed by wrapper family or specific wrapper */ member in struct:_php_stream_context
|
| H A D | transports.c | 52 PHPAPI php_stream *_php_stream_xport_create(const char *name, long namelen, int options, argument 133 (char*)name, namelen, persistent_id, options, flags, timeout,
|
| /PHP_TRUNK/ext/phar/ |
| H A D | dirstream.c | 322 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) /* {{{ */ argument 334 if ((resource = phar_parse_url(wrapper, path, mode, options TSRMLS_CC)) == NULL) { 335 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar url \"%s\" is unknown", path); 342 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: no directory in \"%s\", must have at least phar://%s/ for root directory (always use full path to a new phar)", path, resource->host); 347 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: invalid url \"%s\", must have at least phar://%s/", path, path); 353 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: not a phar url \"%s\"", path); 363 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); 366 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar file \"%s\" is unknown", resource->host); 395 return php_stream_opendir(entry->tmp, options, context); 435 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stream_contex argument 567 phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) argument [all...] |
| /PHP_TRUNK/ext/date/lib/ |
| H A D | timelib.c | 204 void timelib_dump_date(timelib_time *d, int options) argument 206 if ((options & 2) == 2) { 237 if ((options & 1) == 1) {
|
| /PHP_TRUNK/ext/bz2/ |
| H A D | bz2.c | 210 int options, 245 stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path); 207 _php_stream_bz2open(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) argument
|