Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.0/ext/imap/tests/
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.0/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt2 MySQL PDO->__construct(), options
22 printf("[%03d] Execting '%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 [021] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_LOCAL_INFILE'
176 [023] Execting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND'
/PHP-7.0/ext/filter/tests/
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.0/ext/dom/tests/
H A Dbug74004.phpt2 … (DOMDocument->loadHTML and ->loadHTMLFile do not heed LIBXML_NOWARNING and LIBXML_NOERROR options)
/PHP-7.0/ext/standard/tests/streams/
H A Dbug71884.phpt10 Warning: stream_context_get_default(): options should have the form ["wrappername"]["optionname"] =…
/PHP-7.0/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.0/ext/pcntl/
H A Dtest-pcntl.php39 pcntl_waitpid($pid, &$status, $options);
/PHP-7.0/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.0/ext/pcre/pcrelib/
H A Dpcre_printint.c314 unsigned int options = re->options; in pcre_printint() local
324 options = ((options << 24) & 0xff000000) | in pcre_printint()
325 ((options << 8) & 0x00ff0000) | in pcre_printint()
326 ((options >> 8) & 0x0000ff00) | in pcre_printint()
327 ((options >> 24) & 0x000000ff); in pcre_printint()
332 utf = (options & PCRE_UTF8) != 0; in pcre_printint()
/PHP-7.0/ext/standard/
H A Dstreamsfuncs.c868 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(options), wkey, wval) { in parse_context_options()
959 ZVAL_COPY(return_value, &context->options); in PHP_FUNCTION()
971 zval *options; in PHP_FUNCTION() local
975 Z_PARAM_ARRAY(options) in PHP_FUNCTION()
984 RETURN_BOOL(parse_context_options(context, options) == SUCCESS); in PHP_FUNCTION()
1052 if (Z_REFCOUNTED(context->options)) Z_ADDREF(context->options); in PHP_FUNCTION()
1085 zval *options = NULL; in PHP_FUNCTION() local
1097 parse_context_options(context, options); in PHP_FUNCTION()
1107 zval *options = NULL, *params = NULL; in PHP_FUNCTION() local
1116 if (options) { in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/soap/tests/bugs/
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);
H A Dbug41477.phpt18 string(7) "options"
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dwintestoutput383 No options
92 No options
162 No options
H A Dtestoutput2529 No options
35 No options
41 No options
73 No options
100 No options
/PHP-7.0/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.0/ext/mbstring/
H A Dphp_mbregex.c455 if (!rc || rc->options != options || rc->enc != enc || rc->syntax != syntax) { in php_mbregex_compile_pattern()
456 …if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, … in php_mbregex_compile_pattern()
699 OnigOptionType options; in _php_mb_regex_ereg_exec() local
706 options = MBREX(regex_default_options); in _php_mb_regex_ereg_exec()
708 options |= ONIG_OPTION_IGNORECASE; in _php_mb_regex_ereg_exec()
727 …re = php_mbregex_compile_pattern(Z_STRVAL_P(arg_pattern), Z_STRLEN_P(arg_pattern), options, MBREX(… in _php_mb_regex_ereg_exec()
787 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec() argument
851 _php_mb_regex_init_options(option_str, option_str_len, &options, &syntax, &eval); in _php_mb_regex_ereg_replace_exec()
853 options |= MBREX(regex_default_options); in _php_mb_regex_ereg_replace_exec()
874 …re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, MBREX(current_mbctype), sy… in _php_mb_regex_ereg_replace_exec()
[all …]
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug48764.phpt52 function bug($db, $options = array()) {
54 $stmt = $db->prepare("SELECT ?", $options);
/PHP-7.0/ext/soap/tests/
H A Dtypemap010.phpt43 $options=Array(
50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap011.phpt33 $options=Array(
40 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar30 $options->parse($argv);
36 if($options->hasOption('h')) {
48 if($options->hasOption('s')) {
54 if($options->hasOption('c')) {
55 $name = $options->getOption('c')."_".$options->getOption('m');
56 $method = new gtMethod($options->getOption('c'), $options->getOption('m'));
67 if($options->hasOption('f')) {
76 if($options->hasOption('b')) {
89 if($options->hasOption('e')) {
104 if($options->hasOption('v')) {
[all …]

Completed in 48 milliseconds

12345678910>>...19