Home
last modified time | relevance | path

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

12345678910>>...21

/php-src/ext/standard/
H A Dstreamsfuncs.c1009 ZVAL_COPY(return_value, &context->options); in PHP_FUNCTION()
1019 HashTable *options; in PHP_FUNCTION() local
1047 if (options) { in PHP_FUNCTION()
1082 HashTable *options; in PHP_FUNCTION() local
1086 Z_PARAM_ARRAY_HT(options) in PHP_FUNCTION()
1149 Z_TRY_ADDREF(context->options); in PHP_FUNCTION()
1183 HashTable *options; in PHP_FUNCTION() local
1187 Z_PARAM_ARRAY_HT(options) in PHP_FUNCTION()
1206 HashTable *options = NULL; in PHP_FUNCTION() local
1212 Z_PARAM_ARRAY_HT_OR_NULL(options) in PHP_FUNCTION()
[all …]
/php-src/ext/filter/tests/
H A Dbug81708.phpt13 ["options" => ['min_range' => -1, 'max_range' => 1]]
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-src/ext/tidy/tests/
H A D014.phpt2 Passing configuration options through tidy_parse_string().
H A Dtidy_error1.phpt2 Notice triggered by invalid configuration options
/php-src/ext/pcre/tests/
H A Dbug77193.phpt14 filter_var('http', FILTER_VALIDATE_REGEXP, ['options' => ['regexp' => '/^http$/i']]);
/php-src/ext/standard/tests/array/
H A Dbug77135.phpt10 $options = [
20 foreach ($options as $name => $flags) {
/php-src/ext/pdo_pgsql/tests/
H A Dbug48764.phpt54 function bug($db, $options = array()) {
56 $stmt = $db->prepare("SELECT ?", $options);
/php-src/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-src/ext/pdo/
H A Dpdo_dbh.c288 zval *options = NULL; in internal_construct() local
298 Z_PARAM_ARRAY_OR_NULL(options) in internal_construct()
358 if (options) { in internal_construct()
447 goto options; in internal_construct()
450 if (driver->db_handle_factory(dbh, options)) { in internal_construct()
464 options: in internal_construct()
465 if (options) { in internal_construct()
552 zval *options = NULL, *value, *item, ctor_args; in PHP_METHOD() local
560 Z_PARAM_ARRAY(options) in PHP_METHOD()
572 …if (options && (value = zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLASS)) != NU… in PHP_METHOD()
[all …]
/php-src/ext/soap/tests/bugs/
H A Dbug36226.phpt22 function __construct($wsdl, $options) {
23 parent::__construct($wsdl, $options);
24 $this->server = new SoapServer($wsdl, $options);
/php-src/ext/simplexml/tests/
H A Dxml_parsing_LIBXML_RECOVER.phpt8 var_dump(simplexml_load_string('<root><child/>', options: LIBXML_RECOVER));
/php-src/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-src/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);
/php-src/Zend/tests/
H A Dgh11735_1.phpt7 public function stream_open($path, $mode, $options, &$opened_path) {
/php-src/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-src/ext/standard/tests/http/request_parse_body/
H A Dmultipart_options_invalid_quantity.phpt7 request_parse_body(options: [
/php-src/ext/fileinfo/
H A Dphp_libmagic.h72 zend_string* convert_libmagic_pattern(const char *val, size_t len, uint32_t options);

Completed in 38 milliseconds

12345678910>>...21