Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.0/ext/json/
H A Dphp_json_encoder.h25 void php_json_encode_zval(smart_str *buf, zval *val, int options);
H A Dphp_json_parser.h32 …hp_json_parser *parser, zval *return_value, char *str, size_t str_len, int options, int max_depth);
/PHP-7.0/ext/zip/tests/
H A Doo_addglob.phpt27 $options = array('add_path' => 'baz/', 'remove_all_path' => TRUE);
28 if (!$zip->addGlob($dirname . '*.{txt,baz}', GLOB_BRACE, $options)) {
H A Doo_addpattern.phpt27 $options = array('add_path' => 'baz/', 'remove_path' => $dir);
28 if (!$zip->addPattern('/\.txt$/', $dir, $options)) {
/PHP-7.0/Zend/
H A Dzend_builtin_functions.h28 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit);
/PHP-7.0/ext/imap/tests/
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) ;
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_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
/PHP-7.0/ext/soap/tests/bugs/
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 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);
/PHP-7.0/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.0/ext/mysqlnd/
H A Dmysqlnd_auth.c39 const MYSQLND_OPTIONS * const options, in mysqlnd_auth_handshake() argument
86 auth_packet->max_packet_size = options->max_allowed_packet; in mysqlnd_auth_handshake()
87 if (options->charset_name && (charset = mysqlnd_find_charset_name(options->charset_name))) { in mysqlnd_auth_handshake()
103 auth_packet->connect_attr = conn->options->connect_attr; in mysqlnd_auth_handshake()
362 const MYSQLND_OPTIONS * const options, in mysqlnd_native_auth_get_auth_data() argument
422 const MYSQLND_OPTIONS * const options, in mysqlnd_pam_auth_get_auth_data() argument
483 const MYSQLND_OPTIONS * const options, in mysqlnd_sha256_get_rsa_key() argument
572 const MYSQLND_OPTIONS * const options, in mysqlnd_sha256_auth_get_auth_data() argument
591 server_public_key = mysqlnd_sha256_get_rsa_key(conn, options, net_options); in mysqlnd_sha256_auth_get_auth_data()
/PHP-7.0/main/streams/
H A Duserspace.c56 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
345 php_stream_wrapper_log_error(wrapper, options, "infinite recursion prevented"); in user_wrapper_opener()
356 (options & STREAM_OPEN_FOR_INCLUDE) && in user_wrapper_opener()
375 ZVAL_LONG(&args[2], options); in user_wrapper_opener()
428 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opendir() argument
456 ZVAL_LONG(&args[1], options); in user_wrapper_opendir()
1147 int options, php_stream_context *context) in user_wrapper_rename() argument
1193 int options, php_stream_context *context) in user_wrapper_mkdir() argument
1211 ZVAL_LONG(&args[2], options); in user_wrapper_mkdir()
1241 int options, php_stream_context *context) in user_wrapper_rmdir() argument
[all …]
/PHP-7.0/ext/pdo/
H A Dphp_pdo_driver.h197 static inline zend_long pdo_attr_lval(zval *options, enum pdo_attribute_type option_name, zend_long… in pdo_attr_lval() argument
201 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_lval()
206 static inline zend_string *pdo_attr_strval(zval *options, enum pdo_attribute_type option_name, zend… in pdo_attr_strval() argument
210 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_strval()
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c67 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter() argument
74 …CHECK(check_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, loca… in sljit_emit_enter()
75 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
143 if (options & SLJIT_DOUBLE_ALIGNMENT) { in sljit_emit_enter()
187 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context() argument
191 …CHECK(check_sljit_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, loc… in sljit_set_context()
192 set_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
200 if (options & SLJIT_DOUBLE_ALIGNMENT) in sljit_set_context()
225 if (compiler->options & SLJIT_DOUBLE_ALIGNMENT) { in sljit_emit_return()
/PHP-7.0/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-7.0/ext/zlib/
H A Dzlib.c759 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("dictionary"))) != NULL) { in zlib_create_dictionary_string()
837 HashTable *options = NULL; in PHP_FUNCTION() local
844 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) { in PHP_FUNCTION()
852 if (!zlib_create_dictionary_string(options, &dict, &dictlen)) { in PHP_FUNCTION()
1022 HashTable *options = NULL; in PHP_FUNCTION() local
1029 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("level"))) != NULL) { in PHP_FUNCTION()
1037 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("memory"))) != NULL) { in PHP_FUNCTION()
1045 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) { in PHP_FUNCTION()
1053 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("strategy"))) != NULL) { in PHP_FUNCTION()
1068 if (!zlib_create_dictionary_string(options, &dict, &dictlen)) { in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/filter/tests/
H A D051.phpt8 var_dump(filter_var("123asd", FILTER_VALIDATE_INT, array("options"=>array("default"=>$default))));
/PHP-7.0/ext/soap/tests/
H A Dclassmap002.phpt29 $options=Array(
34 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-7.0/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));

Completed in 44 milliseconds

12345678910>>...19