Home
last modified time | relevance | path

Searched refs:options (Results 126 – 150 of 437) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_basic.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
17 // Calling finfo_open() with different options
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt16 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
H A Dproc_open_bug64438.phpt16 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
H A Dbug44712.phpt6 stream_context_set_params($ctx, array("options" => 1));
/PHP-5.5/ext/soap/tests/
H A Dclassmap002.phpt29 $options=Array(
34 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-5.5/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-5.5/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-5.5/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()
1288 ZVAL_LONG(zoptions, options); in user_wrapper_mkdir()
[all …]
/PHP-5.5/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')));
/PHP-5.5/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-5.5/ext/mbstring/
H A Dphp_mbregex.c457 …if (found == FAILURE || (*rc)->options != options || (*rc)->enc != enc || (*rc)->syntax != syntax)… in php_mbregex_compile_pattern()
458 …if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, … in php_mbregex_compile_pattern()
698 OnigOptionType options; in _php_mb_regex_ereg_exec() local
707 options = MBREX(regex_default_options); in _php_mb_regex_ereg_exec()
709 options |= ONIG_OPTION_IGNORECASE; 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()
870 …re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, MBREX(current_mbctype), sy… in _php_mb_regex_ereg_replace_exec()
1418 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options() argument
[all …]
/PHP-5.5/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-5.5/ext/pcntl/
H A Dtest-pcntl.php39 pcntl_waitpid($pid, &$status, $options);
/PHP-5.5/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-5.5/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.

Completed in 39 milliseconds

12345678910>>...18