Home
last modified time | relevance | path

Searched refs:options (Results 151 – 175 of 490) sorted by relevance

12345678910>>...20

/PHP-7.2/ext/filter/tests/
H A D051.phpt8 var_dump(filter_var("123asd", FILTER_VALIDATE_INT, array("options"=>array("default"=>$default))));
H A D053.phpt10 'options' => 'filter_test',
H A Dcallback_closure.phpt11 var_dump(filter_var($var, FILTER_CALLBACK, array('options'=> $callback)));
H A Dcallback_non_modified_var.phpt11 var_dump(filter_var($var, FILTER_CALLBACK, array('options'=>'callback')));
H A Dbug50632.phpt7 …ET, 'foo', FILTER_VALIDATE_INT, array('flags' => FILTER_REQUIRE_SCALAR, 'options' => array('defaul…
/PHP-7.2/ext/imap/tests/
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
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
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug30106.phpt16 function __construct($wsdl, $options=array()) {
17 parent::__construct($wsdl, $options);
18 $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);
H A Dbug39815.phpt20 function __construct($wsdl, $options) {
21 parent::__construct($wsdl, $options);
22 $this->server = new SoapServer($wsdl, $options);
H A Dbug35142.phpt21 function __construct($wsdl, $options) {
22 parent::__construct($wsdl, $options);
23 $this->server = new SoapServer($wsdl, $options);
H A Dbug36226.phpt21 function __construct($wsdl, $options) {
22 parent::__construct($wsdl, $options);
23 $this->server = new SoapServer($wsdl, $options);
/PHP-7.2/ext/standard/tests/streams/
H A Dbug44712.phpt6 stream_context_set_params($ctx, array("options" => 1));
H A Dbug71884.phpt10 Warning: stream_context_get_default(): options should have the form ["wrappername"]["optionname"] =…
/PHP-7.2/ext/dom/tests/
H A Dbug74004.phpt2 … (DOMDocument->loadHTML and ->loadHTMLFile do not heed LIBXML_NOWARNING and LIBXML_NOERROR options)
/PHP-7.2/ext/tidy/tests/
H A D015.phpt2 Passing configuration options through tidy_parse_file().
H A D014.phpt2 Passing configuration options through tidy_parse_string().
/PHP-7.2/ext/standard/tests/array/
H A Dbug77135.phpt10 $options = [
20 foreach ($options as $name => $flags) {
/PHP-7.2/ext/standard/tests/file/
H A Dbug60120.phpt27 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
28 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
/PHP-7.2/ext/pcntl/
H A Dtest-pcntl.php39 pcntl_waitpid($pid, &$status, $options);
/PHP-7.2/ext/mbstring/oniguruma/
H A DINSTALL99 Some systems require unusual options for compilation or linking that
129 "universal" binaries--by specifying multiple `-arch' options to the
157 options like `--bindir=DIR' to specify different values for particular
189 when some directory options were not specified in terms of `${prefix}'
199 Some packages pay attention to `--enable-FEATURE' options to
208 you can use the `configure' options `--x-includes=DIR' and
251 not `/usr/local'. It is recommended to use the following options:
320 `configure' recognizes the following options to control how it
325 Print a summary of all of the options to `configure', and exit.
329 Print a summary of the options unique to this package's
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_printint.c316 unsigned int options = re->options; in pcre_printint() local
326 options = ((options << 24) & 0xff000000) | in pcre_printint()
327 ((options << 8) & 0x00ff0000) | in pcre_printint()
328 ((options >> 8) & 0x0000ff00) | in pcre_printint()
329 ((options >> 24) & 0x000000ff); in pcre_printint()
334 utf = (options & PCRE_UTF8) != 0; in pcre_printint()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dwintestoutput383 No options
92 No options
162 No options
/PHP-7.2/ext/pdo/
H A DTODO25 with the same meanings as those options from oci8.
42 Add ini options:
54 The INI options are useful for administrative tracing/debugging.
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt2 MySQL PDO->__construct(), options
22 printf("[%03d] Expecting '%s'/%s got '%s'/%s' for options '%s'\n",
83 printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
87 /* TODO getAttribute() is pretty poor in supporting the options, suppress errors */
169 [003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!
175 [023] Expecting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND'

Completed in 36 milliseconds

12345678910>>...20