Home
last modified time | relevance | path

Searched refs:options (Results 101 – 125 of 490) sorted by relevance

12345678910>>...20

/PHP-7.2/ext/pcre/pcrelib/
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.c4214 if ((options & PCRE_CASELESS) != 0) in add_to_class()
4217 if ((options & PCRE_UTF8) != 0) in add_to_class()
4267 if ((options & PCRE_UTF8) == 0) in add_to_class()
4273 if ((options & PCRE_UTF16) == 0) in add_to_class()
5576 (options & PCRE_UCP) != 0)) in compile_branch()
6759 newoptions = options; in compile_branch()
9230 options = (options & ~PCRE_NEWLINE_BITS) | newnl; in pcre_compile2()
9232 options = (options & ~(PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE)) | newbsr; in pcre_compile2()
9237 utf = (options & PCRE_UTF8) != 0; in pcre_compile2()
9273 if ((options & PCRE_UCP) != 0) in pcre_compile2()
[all …]
/PHP-7.2/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-7.2/ext/dom/
H A Ddocument.c122 ZEND_ARG_INFO(0, options)
131 ZEND_ARG_INFO(0, options)
136 ZEND_ARG_INFO(0, options)
148 ZEND_ARG_INFO(0, options)
153 ZEND_ARG_INFO(0, options)
158 ZEND_ARG_INFO(0, options)
1481 zend_long options = 0; in dom_parse_document() local
1572 zend_long options = 0; in PHP_FUNCTION() local
1618 zend_long options = 0; in PHP_FUNCTION() local
2003 zend_long options = 0; in dom_load_html() local
[all …]
/PHP-7.2/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-7.2/sapi/cli/tests/
H A D015.phpt2 CLI long options
34 Usage: %s [options] [-f] <file> [--] [args...]
/PHP-7.2/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-7.2/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-7.2/ext/imap/tests/
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_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_fetch_overview_error.phpt9 /* Prototype : array imap_fetch_overview(resource $stream_id, int $msg_no [, int $options])
27 $options = FT_UID;
29 var_dump( imap_fetch_overview($stream_id, $msg_no, $options, $extra_arg) );
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-7.2/ext/mbstring/oniguruma/src/
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));
H A Dregsyntax.c259 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) in onig_set_syntax_options() argument
261 syntax->options = options; in onig_set_syntax_options()
285 return syntax->options; in onig_get_syntax_options()
/PHP-7.2/ext/soap/tests/
H A Dany.phpt32 function __construct($wsdl, $options) {
33 parent::__construct($wsdl, $options);
34 $this->server = new SoapServer($wsdl, $options);
/PHP-7.2/ext/gmp/tests/
H A Dgmp_import.phpt10 // format is [expected, size, options, input]
62 // Invalid options
86 Warning: gmp_import(): Invalid options: Conflicting word orders in %s on line %d
89 Warning: gmp_import(): Invalid options: Conflicting word endianness in %s on line %d
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c67 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
74 …CHECK(check_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, loca… in sljit_emit_enter()
75 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
98 if (options & SLJIT_F64_ALIGNMENT) in sljit_emit_enter()
165 if (options & SLJIT_F64_ALIGNMENT) in sljit_emit_enter()
191 if (options & SLJIT_F64_ALIGNMENT) { in sljit_emit_enter()
221 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
226 set_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
249 if (options & SLJIT_F64_ALIGNMENT) in sljit_set_context()
256 if (options & SLJIT_F64_ALIGNMENT) in sljit_set_context()
[all …]
/PHP-7.2/ext/standard/tests/http/
H A Dbug67430.phpt12 $options = [
19 $ctx = stream_context_create($options);
/PHP-7.2/ext/pdo/tests/
H A Dbug_61292.phpt26 $options = array(PDO::ATTR_PERSISTENT => TRUE);
28 parent::__construct($dsn, $user, $pass, $options);
/PHP-7.2/ext/json/
H A Dphp_json_parser.h68 int options,
77 int options,
/PHP-7.2/ext/filter/tests/
H A D033_run.inc26 …foreach($data as $k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>array("re…
28 foreach($data as $k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>"test"));
H A D052.phpt15 var_dump(filter_var($data, FILTER_CALLBACK, array('options' => 'filter_cb')));
17 var_dump(filter_var_array($data, array('bar' => array('filter' => FILTER_CALLBACK, 'options' => 'fi…
/PHP-7.2/
H A Dphp7.spec.in35 # figure out configure options options based on what packages are installed
37 # extra options, use the OPTIONS environment variable.

Completed in 102 milliseconds

12345678910>>...20