/PHP-5.5/ext/fileinfo/tests/ |
H A D | finfo_open_basic.phpt | 7 /* Prototype : resource finfo_open([int options [, string arg]]) 17 // Calling finfo_open() with different options
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | proc_open_bug60120.phpt | 16 $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 D | proc_open_bug64438.phpt | 16 $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 D | bug44712.phpt | 6 stream_context_set_params($ctx, array("options" => 1));
|
/PHP-5.5/ext/soap/tests/ |
H A D | classmap002.phpt | 29 $options=Array( 34 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
|
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug30106.phpt | 16 function __construct($wsdl, $options=array()) { 17 parent::__construct($wsdl, $options); 18 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug36226-2.phpt | 19 function __construct($wsdl, $options) { 20 parent::__construct($wsdl, $options); 21 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug39815.phpt | 20 function __construct($wsdl, $options) { 21 parent::__construct($wsdl, $options); 22 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug35142.phpt | 21 function __construct($wsdl, $options) { 22 parent::__construct($wsdl, $options); 23 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug36226.phpt | 21 function __construct($wsdl, $options) { 22 parent::__construct($wsdl, $options); 23 $this->server = new SoapServer($wsdl, $options);
|
/PHP-5.5/ext/imap/tests/ |
H A D | imap_close_variation4.phpt | 2 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 D | imap_close_variation2.phpt | 2 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 D | userspace.c | 56 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 D | 051.phpt | 8 var_dump(filter_var("123asd", FILTER_VALIDATE_INT, array("options"=>array("default"=>$default))));
|
H A D | 053.phpt | 10 'options' => 'filter_test',
|
H A D | callback_closure.phpt | 11 var_dump(filter_var($var, FILTER_CALLBACK, array('options'=> $callback)));
|
H A D | callback_non_modified_var.phpt | 11 var_dump(filter_var($var, FILTER_CALLBACK, array('options'=>'callback')));
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | bug60120.phpt | 27 $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 D | php_mbregex.c | 457 …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 D | 015.phpt | 2 Passing configuration options through tidy_parse_file().
|
H A D | 014.phpt | 2 Passing configuration options through tidy_parse_string().
|
/PHP-5.5/ext/pcntl/ |
H A D | test-pcntl.php | 39 pcntl_waitpid($pid, &$status, $options);
|
/PHP-5.5/ext/pcre/pcrelib/testdata/ |
H A D | wintestoutput3 | 83 No options 92 No options 162 No options
|
H A D | testoutput25 | 29 No options 35 No options 41 No options 73 No options 100 No options
|
/PHP-5.5/ext/pdo/ |
H A D | TODO | 25 with the same meanings as those options from oci8. 42 Add ini options: 54 The INI options are useful for administrative tracing/debugging.
|