Home
last modified time | relevance | path

Searched refs:options (Results 76 – 100 of 437) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c84 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 Dpcredemo.c298 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 Dpcre_compile.c4213 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 Dbug29839.phpt16 function __construct($wsdl, $options) {
17 parent::__construct($wsdl, $options);
18 $this->server = new SoapServer($wsdl, $options);
H A Dbug32776.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
21 $this->server = new SoapServer($wsdl, $options);
H A Dbug34453.phpt16 function __construct($wsdl, $options) {
17 parent::__construct($wsdl, $options);
18 $this->server = new SoapServer($wsdl, $options);
H A Dbug43045.phpt12 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 Dbug_50323.phpt29 $options = $old_options;
31 $options[$k] = $v;
34 foreach ($options as $k => $v)
/PHP-5.5/ext/mysqli/tests/
H A Dbug50772.phpt14 $db1->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3);
24 $db2->options(MYSQLI_OPT_CONNECT_TIMEOUT, 3);
/PHP-5.5/ext/iconv/tests/
H A Dbug48289.phpt8 $options = array(
15 echo iconv_mime_encode('Subject', $text, $options);
/PHP-5.5/ext/standard/tests/file/
H A Duserwrapper.phpt14 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 Dinclude_streams.phpt15 public $options;
28 function stream_open($path, $mode, $options, &$opened_path)
32 $this->options = $options;
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput137 No options
17 No options
H A Dtestinput2112 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 Dphp_json.h52 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 Dbug67430.phpt12 $options = [
19 $ctx = stream_context_create($options);
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_variation1.phpt2 Test curl_copy_handle() change options in one handle
17 // set URL and other appropriate options
/PHP-5.5/sapi/cli/tests/
H A D015.phpt2 CLI long options
34 Usage: %s [options] [-f] <file> [--] [args...]
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_variation1.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
17 // Calling finfo_open() with different options
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_error.phpt9 /* 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 Dimap_close_basic.phpt9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
21 $options = CL_EXPUNGE;
30 var_dump( imap_close($stream_id, $options) );
H A Dimap_fetchbody_error.phpt10 * [, 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 Dany.phpt32 function __construct($wsdl, $options) {
33 parent::__construct($wsdl, $options);
34 $this->server = new SoapServer($wsdl, $options);
/PHP-5.5/ext/mbstring/oniguruma/
H A Donigposix.h120 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 Dbug61292.phpt26 $options = array(PDO::ATTR_PERSISTENT => TRUE);
28 parent::__construct($dsn, $user, $pass, $options);

Completed in 51 milliseconds

12345678910>>...18