Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.4/ext/soap/tests/
H A Dtypemap012.phpt26 $options=Array(
33 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
/PHP-7.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 Dbug39815.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
21 $this->server = new SoapServer($wsdl, $options);
H A Dbug30106.phpt16 function __construct($wsdl, $options=array()) {
17 parent::__construct($wsdl, $options);
18 $this->server = new SoapServer($wsdl, $options);
/PHP-7.4/ext/gd/tests/
H A Dbug67248.phpt15 Warning: imageaffinematrixget(): Array expected as options in %s on line %d
17 Warning: imageaffinematrixget(): Array expected as options in %s on line %d
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_set_flags_basic-mb.phpt7 /* Prototype : bool finfo_set_flags(resource finfo, int options)
8 * Description: Set libmagic configuration options.
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-7.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_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_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) ;
/PHP-7.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-7.4/scripts/
H A Dphp-config.in64 --configure-options)
91 --configure-options [$configure_options]
/PHP-7.4/ext/zip/tests/
H A Doo_addpattern.phpt28 $options = array('add_path' => 'baz/', 'remove_path' => $dir);
29 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
H A Doo_addglob.phpt27 $options = array('add_path' => 'baz/', 'remove_all_path' => TRUE);
28 if (!$zip->addGlob($dirname . '*.{txt,baz}', GLOB_BRACE, $options)) {
/PHP-7.4/ext/json/
H A Dphp_json_encoder.h38 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder);
/PHP-7.4/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)));
/PHP-7.4/ext/standard/tests/streams/
H A Dbug44712.phpt6 stream_context_set_params($ctx, array("options" => 1));
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h204 static inline zend_long pdo_attr_lval(zval *options, enum pdo_attribute_type option_name, zend_long… in pdo_attr_lval() argument
208 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_lval()
213 static inline zend_string *pdo_attr_strval(zval *options, enum pdo_attribute_type option_name, zend… in pdo_attr_strval() argument
217 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_strval()
/PHP-7.4/main/streams/
H A Duserspace.c54 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
342 php_stream_wrapper_log_error(wrapper, options, "infinite recursion prevented"); in user_wrapper_opener()
353 (options & STREAM_OPEN_FOR_INCLUDE) && in user_wrapper_opener()
372 ZVAL_LONG(&args[2], options); in user_wrapper_opener()
425 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opendir() argument
453 ZVAL_LONG(&args[1], options); in user_wrapper_opendir()
1154 int options, php_stream_context *context) in user_wrapper_rename() argument
1200 int options, php_stream_context *context) in user_wrapper_mkdir() argument
1218 ZVAL_LONG(&args[2], options); in user_wrapper_mkdir()
1248 int options, php_stream_context *context) in user_wrapper_rmdir() argument
[all …]
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_variation.phpt2 assert() - variation - test callback options using ini_get/ini_set/assert_options
58 echo "Reset callback options to use a class method \n";
65 echo "Reset callback options to use an object method \n";
106 Reset callback options to use a class method
123 Reset callback options to use an object method

Completed in 37 milliseconds

12345678910>>...18