Home
last modified time | relevance | path

Searched refs:options (Results 176 – 200 of 496) sorted by relevance

12345678910>>...20

/PHP-8.2/ext/filter/tests/
H A Dbug50632.phpt7 …ET, 'foo', FILTER_VALIDATE_INT, array('flags' => FILTER_REQUIRE_SCALAR, 'options' => array('defaul…
H A Dfilter_callback_require_scalar.phpt11 …return filter_var($var, FILTER_CALLBACK, ['options' => $callback, 'flags' => FILTER_REQUIRE_SCALAR…
/PHP-8.2/ext/standard/tests/array/
H A Dbug77135.phpt10 $options = [
20 foreach ($options as $name => $flags) {
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dbug48764.phpt54 function bug($db, $options = array()) {
56 $stmt = $db->prepare("SELECT ?", $options);
/PHP-8.2/ext/soap/tests/
H A Dclassmap005.phpt33 $options=Array(
38 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dssl_method_deprecation.phpt16 …truct(): The "ssl_method" option is deprecated. Use "ssl" stream context options instead in %s on …
H A Dbug79536.phpt48 $options=Array(
55 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap003.phpt38 $options=Array(
45 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dtypemap009.phpt43 $options=Array(
50 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap010.phpt43 $options=Array(
50 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap011.phpt33 $options=Array(
40 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
/PHP-8.2/ext/hash/
H A Dhash_arginfo.h8 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "[]")
15 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "[]")
36 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "[]")
77 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "[]")
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c290 zval *options = NULL; in internal_construct() local
300 Z_PARAM_ARRAY_OR_NULL(options) in internal_construct()
360 if (options) { in internal_construct()
449 goto options; in internal_construct()
452 if (driver->db_handle_factory(dbh, options)) { in internal_construct()
466 options: in internal_construct()
467 if (options) { in internal_construct()
554 zval *options = NULL, *value, *item, ctor_args; in PHP_METHOD() local
562 Z_PARAM_ARRAY(options) in PHP_METHOD()
574 …if (options && (value = zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLASS)) != NU… in PHP_METHOD()
[all …]
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug36226.phpt22 function __construct($wsdl, $options) {
23 parent::__construct($wsdl, $options);
24 $this->server = new SoapServer($wsdl, $options);
H A Dbug30045.phpt18 function __construct($wsdl, $options) {
19 parent::__construct($wsdl, $options);
20 $this->server = new SoapServer($wsdl, $options);
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt103 $options = ['config' => __DIR__ . DIRECTORY_SEPARATOR . 'openssl.cnf'];
106 @openssl_pkey_export_to_file("file://" . $invalid_file_for_read, $output_file, null, $options);
109 @openssl_pkey_export_to_file($csr_file, $output_file, null, $options);
112 @openssl_pkey_export_to_file($private_key_file, $invalid_file_for_write, null, $options);
115 @openssl_pkey_export($private_key_file_with_pass, $out, 'wrong pwd', $options);
/PHP-8.2/ext/standard/tests/streams/
H A Dproc_open_bug64438.phpt16 $options = array_merge(array('suppress_errors' => true, 'bypass_shell' => false));
17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
H A Dstream_get_line_NUL_delimiter.phpt8 function stream_open($path, $mode, $options, &$opened_path) {
/PHP-8.2/Zend/tests/
H A Dgh11735_1.phpt7 public function stream_open($path, $mode, $options, &$opened_path) {
/PHP-8.2/ext/standard/tests/http/request_parse_body/
H A Dmultipart_options_invalid_quantity.phpt7 request_parse_body(options: [
/PHP-8.2/ext/tidy/tests/
H A Dtidy_error1.phpt2 Notice triggered by invalid configuration options
/PHP-8.2/ext/fileinfo/
H A Dphp_libmagic.h72 zend_string* convert_libmagic_pattern(const char *val, size_t len, uint32_t options);
/PHP-8.2/sapi/cli/tests/
H A D003-2.phpt2 defining INI options with -d (as 2nd arg)
/PHP-8.2/ext/intl/uchar/tests/
H A Dbug70453.phpt14 string(7) "options"
/PHP-8.2/ext/simplexml/tests/
H A DSimpleXMLElement_xpath_4.phpt21 simplexml_load_string(): Argument #3 ($options) is too large

Completed in 30 milliseconds

12345678910>>...20