Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-5.4/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt10 * [, int $options])
25 $options = array ('FT_UID' => FT_UID, 'FT_PEEK' => FT_PEEK, 'FT_INTERNAL' => FT_INTERNAL);
29 foreach ($options as $key => $option) {
H A Dimap_fetch_overview_basic.phpt9 /* Prototype : array imap_fetch_overview(resource $stream_id, int $msg_no [, int $options])
24 $options = FT_UID;
28 $a = imap_fetch_overview($stream_id, "$msg_no", $options) ;
H A Dimap_fetchheader_basic.phpt9 /* Prototype : string imap_fetchheader(resource $stream_id, int $msg_no [, int $options])
20 $options = array('FT_UID' => FT_UID, 'FT_INTERNAL' => FT_INTERNAL,
25 foreach ($options as $key => $option) {
H A Dimap_close_variation2.phpt2 Test imap_close() function : usage variations - different data types as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different data types as $options argument to test behaviour of imap_close()
23 // create mailbox to test whether options has been set to CL_EXPUNGE
35 // unexpected values to be passed to $options argument
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
9 /* Prototype : bool imap_close(resource $stream_id [, int $options])
15 * Pass different integers as $options arg to imap_close() to test which are
/PHP-5.4/ext/fileinfo/tests/
H A Dfinfo_set_flags_basic.phpt7 /* Prototype : bool finfo_set_flags(resource finfo, int options)
8 * Description: Set libmagic configuration options.
H A Dfinfo_open_basic.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
17 // Calling finfo_open() with different options
/PHP-5.4/scripts/
H A Dphp-config.in62 --configure-options)
83 --configure-options [$configure_options]
/PHP-5.4/ext/soap/tests/
H A Dtypemap012.phpt26 $options=Array(
33 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dclassmap002.phpt29 $options=Array(
34 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug37278.phpt7 $options = array(
12 $client = new SoapClient(null, $options);
H A Dbug29795.phpt11 function __construct($wsdl, $options) {
12 parent::__construct($wsdl, $options);
H A Dbug55323.phpt13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
H A Dbug30106.phpt16 function __construct($wsdl, $options=array()) {
17 parent::__construct($wsdl, $options);
18 $this->server = new SoapServer($wsdl, $options);
H A Dbug39815.phpt20 function __construct($wsdl, $options) {
21 parent::__construct($wsdl, $options);
22 $this->server = new SoapServer($wsdl, $options);
H A Dbug36226-2.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
21 $this->server = new SoapServer($wsdl, $options);
/PHP-5.4/ext/standard/
H A Dstreamsfuncs.c1031 RETURN_ZVAL(context->options, 1, 0); in PHP_FUNCTION()
1048 "ra", &zcontext, &options) == FAILURE) { in PHP_FUNCTION()
1061 if (options) { in PHP_FUNCTION()
1096 zval *zcontext, *options; in PHP_FUNCTION() local
1114 ALLOC_INIT_ZVAL(options); in PHP_FUNCTION()
1115 ZVAL_ZVAL(options, context->options, 1, 0); in PHP_FUNCTION()
1148 zval *options = NULL; in PHP_FUNCTION() local
1160 parse_context_options(context, options TSRMLS_CC); in PHP_FUNCTION()
1170 zval *options = NULL, *params = NULL; in PHP_FUNCTION() local
1179 if (options) { in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/dom/
H A Ddocument.c122 ZEND_ARG_INFO(0, options)
131 ZEND_ARG_INFO(0, options)
147 ZEND_ARG_INFO(0, options)
152 ZEND_ARG_INFO(0, options)
157 ZEND_ARG_INFO(0, options)
1635 options |= XML_PARSE_NOENT; in dom_document_parser()
1680 long options = 0; in dom_parse_document() local
1762 long options = 0; in PHP_FUNCTION() local
1808 long options = 0; in PHP_FUNCTION() local
2178 long options = 0; in dom_load_html() local
[all …]
/PHP-5.4/ext/standard/tests/mail/
H A Dmail_skipif.inc18 $options = OP_HALFOPEN; // this should be enough to verify server present
21 $mbox = imap_open($mailbox, $username, $password, $options, $retries);
/PHP-5.4/Zend/
H A Dzend_builtin_functions.h28 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit …
/PHP-5.4/ext/ereg/regex/
H A Dmain.c48 copts = options('c', optarg);
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)&REG_STARTEND) {
260 err = regexec(&re, f2copy, NSUBS, subs, options('e', f1));
315 options(type, s) in options() function
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c67 sljit_si options, sljit_si args, sljit_si scratches, sljit_si 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()
143 if (options & SLJIT_DOUBLE_ALIGNMENT) { in sljit_emit_enter()
187 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context() argument
191 …CHECK(check_sljit_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, loc… in sljit_set_context()
192 set_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
200 if (options & SLJIT_DOUBLE_ALIGNMENT) in sljit_set_context()
225 if (compiler->options & SLJIT_DOUBLE_ALIGNMENT) { in sljit_emit_return()
/PHP-5.4/main/streams/
H A Duserspace.c56 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
347 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "infinite recursion prevented"); in user_wrapper_opener()
358 (options & STREAM_OPEN_FOR_INCLUDE) && in user_wrapper_opener()
384 ZVAL_LONG(zoptions, options); in user_wrapper_opener()
416 …php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "\"%s::" USERSTREAM_OPEN "\" call failed", in user_wrapper_opener()
441 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opendir() argument
452 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "infinite recursion prevented"); in user_wrapper_opendir()
473 ZVAL_LONG(zoptions, options); in user_wrapper_opendir()
494 …php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "\"%s::" USERSTREAM_DIR_OPEN "\" call fai… in user_wrapper_opendir()
1278 ZVAL_LONG(zoptions, options); in user_wrapper_mkdir()
[all …]
/PHP-5.4/ext/filter/tests/
H A D051.phpt8 var_dump(filter_var("123asd", FILTER_VALIDATE_INT, array("options"=>array("default"=>$default))));
/PHP-5.4/ext/standard/tests/streams/
H A Dbug44712.phpt6 stream_context_set_params($ctx, array("options" => 1));

Completed in 65 milliseconds

12345678910>>...17