/PHP-5.5/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 84 const pcre_uchar *startcode, int options, recurse_check *recurses, in find_minlength() argument 89 BOOL utf = (options & PCRE_UTF8) != 0; in find_minlength() 390 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength() 436 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength() 1493 if ((options & ~PUBLIC_STUDY_OPTIONS) != 0) in pcre_study() 1506 if ((re->options & PCRE_ANCHORED) == 0 && in pcre_study() 1565 if (bits_set || min > 0 || (options & ( in pcre_study() 1629 if ((options & PCRE_STUDY_JIT_COMPILE) != 0) in pcre_study() 1631 if ((options & PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE) != 0) in pcre_study() 1633 if ((options & PCRE_STUDY_JIT_PARTIAL_HARD_COMPILE) != 0) in pcre_study() [all …]
|
H A D | pcredemo.c | 298 int options = 0; /* Normally no options */ in main() local 308 options = PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED; in main() 319 options, /* options */ in main() 338 if (options == 0) break; /* All matches found */ in main()
|
H A D | pcre_compile.c | 4213 if ((options & PCRE_CASELESS) != 0) in add_to_class() 4216 if ((options & PCRE_UTF8) != 0) in add_to_class() 4266 if ((options & PCRE_UTF8) == 0) in add_to_class() 4272 if ((options & PCRE_UTF16) == 0) in add_to_class() 5537 (options & PCRE_UCP) != 0)) in compile_branch() 6679 newoptions = options; in compile_branch() 9167 options = (options & ~PCRE_NEWLINE_BITS) | newnl; in pcre_compile2() 9169 options = (options & ~(PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) | newbsr; in pcre_compile2() 9174 utf = (options & PCRE_UTF8) != 0; in pcre_compile2() 9210 if ((options & PCRE_UCP) != 0) in pcre_compile2() [all …]
|
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug29839.phpt | 16 function __construct($wsdl, $options) { 17 parent::__construct($wsdl, $options); 18 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug32776.phpt | 19 function __construct($wsdl, $options) { 20 parent::__construct($wsdl, $options); 21 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug34453.phpt | 16 function __construct($wsdl, $options) { 17 parent::__construct($wsdl, $options); 18 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug43045.phpt | 12 function __construct($wsdl, $options) { 13 parent::__construct($wsdl, $options); 14 $this->server = new SoapServer($wsdl, $options);
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | bug_50323.phpt | 29 $options = $old_options; 31 $options[$k] = $v; 34 foreach ($options as $k => $v)
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | bug50772.phpt | 14 $db1->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3); 24 $db2->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3);
|
/PHP-5.5/ext/iconv/tests/ |
H A D | bug48289.phpt | 8 $options = array( 15 echo iconv_mime_encode('Subject', $text, $options);
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | userwrapper.phpt | 14 function mkdir($directory, $mode, $options) { 15 …printf("Making directory: %s as %o%s\n", $directory, $mode, $options & STREAM_MKDIR_RECURSIVE ? " … 18 function rmdir($directory, $options) { 22 function url_stat($path, $options) {
|
H A D | include_streams.phpt | 15 public $options; 28 function stream_open($path, $mode, $options, &$opened_path) 32 $this->options = $options;
|
/PHP-5.5/ext/pcre/pcrelib/testdata/ |
H A D | testoutput13 | 7 No options 17 No options
|
H A D | testinput21 | 12 In 16-bit mode with options: S>testdata/saved16LE-1 14 In 32-bit mode with options: S>testdata/saved32LE-1
|
/PHP-5.5/ext/json/ |
H A D | php_json.h | 52 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC); 53 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long …
|
/PHP-5.5/ext/standard/tests/http/ |
H A D | bug67430.phpt | 12 $options = [ 19 $ctx = stream_context_create($options);
|
/PHP-5.5/ext/curl/tests/ |
H A D | curl_copy_handle_variation1.phpt | 2 Test curl_copy_handle() change options in one handle 17 // set URL and other appropriate options
|
/PHP-5.5/sapi/cli/tests/ |
H A D | 015.phpt | 2 CLI long options 34 Usage: %s [options] [-f] <file> [--] [args...]
|
/PHP-5.5/ext/fileinfo/tests/ |
H A D | finfo_open_variation1.phpt | 7 /* Prototype : resource finfo_open([int options [, string arg]]) 17 // Calling finfo_open() with different options
|
/PHP-5.5/ext/imap/tests/ |
H A D | imap_fetchheader_error.phpt | 9 /* Prototype : string imap_fetchheader(resource $stream_id, int $msg_no [, int $options]) 26 $options = 10; 28 var_dump( imap_fetchheader($stream_id, $msg_no, $options, $extra_arg) );
|
H A D | imap_close_basic.phpt | 9 /* Prototype : bool imap_close(resource $stream_id [, int $options]) 21 $options = CL_EXPUNGE; 30 var_dump( imap_close($stream_id, $options) );
|
H A D | imap_fetchbody_error.phpt | 10 * [, int $options]) 28 $options = FT_PEEK; 31 var_dump( imap_fetchbody($stream_id, $msg_no, $section, $options, $extra_arg) );
|
/PHP-5.5/ext/soap/tests/ |
H A D | any.phpt | 32 function __construct($wsdl, $options) { 33 parent::__construct($wsdl, $options); 34 $this->server = new SoapServer($wsdl, $options);
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | onigposix.h | 120 OnigOptionType options; /* default option */ member 154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options)); 155 …nt regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, int options));
|
/PHP-5.5/ext/pdo/tests/ |
H A D | bug61292.phpt | 26 $options = array(PDO::ATTR_PERSISTENT => TRUE); 28 parent::__construct($dsn, $user, $pass, $options);
|