Home
last modified time | relevance | path

Searched refs:options (Results 201 – 225 of 473) sorted by relevance

12345678910>>...19

/PHP-7.0/ext/json/
H A Djson_parser.y230 …php_json_parser *parser, zval *return_value, char *str, size_t str_len, int options, int max_depth)
233 php_json_scanner_init(&parser->scanner, str, str_len, options);
246 if (parser->scanner.options & PHP_JSON_OBJECT_AS_ARRAY) { in php_json_parser_object_init()
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c2610 static STRUCT_XMLRPC_OPTIONS options = { in XMLRPC_GetDefaultOptions() local
2614 return &options; in XMLRPC_GetDefaultOptions()
2636 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCase() local
2637 return options->id_case; in XMLRPC_GetDefaultIdCase()
2661 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCase() local
2662 options->id_case = id_case; in XMLRPC_SetDefaultIdCase()
2663 return options->id_case; in XMLRPC_SetDefaultIdCase()
2687 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCaseComparison() local
2688 return options->id_case_compare; in XMLRPC_GetDefaultIdCaseComparison()
2713 options->id_case_compare = id_case_compare; in XMLRPC_SetDefaultIdCaseComparison()
[all …]
/PHP-7.0/
H A Dserver-tests.php246 public $options = array(); variable in HTTPRequest
271 function HTTPRequest($URL, $headers=array(), $options=array(), $postdata=NULL) argument
275 $this->options = $options;
285 if (isset($this->options['timeout']))
286 $this->timeout = (int)$this->options['timeout'];
336 if (isset($this->options['proxy_host'])) {
1292 $options = array();
1293 $options['method']=$method;
1294 if (isset($this->conf['timeout'])) $options['timeout'] = $this->conf['timeout'];
1295 if (isset($this->conf['proxy_host'])) $options['proxy_host'] = $this->conf['proxy_host'];
[all …]
/PHP-7.0/ext/standard/tests/streams/
H A Dbug60455_04.phpt8 function stream_open($path, $mode, $options, &$opened_path) {
H A Dstream_context_set_option_error_001.phpt13 // Array of options
/PHP-7.0/ext/json/tests/
H A Dbug63737.phpt2 Bug #63737 (json_decode does not properly decode with options parameter)
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput22-169 In 16-bit mode with options: S8>testdata/saved16LE-2
11 In 32-bit mode with options: S8>testdata/saved32LE-2
H A Dtestoutput22-329 In 16-bit mode with options: S8>testdata/saved16LE-2
11 In 32-bit mode with options: S8>testdata/saved32LE-2
/PHP-7.0/ext/spl/tests/
H A DSplFileObject_ftruncate_error_001.phpt11 function stream_open($path, $mode, $options, &$opened_path)
H A DSplFileObject_fflush_basic_001.phpt19 function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.0/ext/mysqli/tests/
H A Dbug73800.phpt19 $link->options(MYSQLI_OPT_INT_AND_FLOAT_NATIVE, 1);
/PHP-7.0/ext/mbstring/oniguruma/
H A Doniguruma.h394 #define ONIG_OPTION_ON(options,regopt) ((options) |= (regopt)) argument
395 #define ONIG_OPTION_OFF(options,regopt) ((options) &= ~(regopt)) argument
396 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) argument
403 OnigOptionType options; /* default option */ member
676 OnigOptionType options; member
803 void onig_set_syntax_options P_((OnigSyntaxType* syntax, OnigOptionType options));
/PHP-7.0/ext/pcntl/
H A Dpcntl.c59 ZEND_ARG_INFO(0, options)
65 ZEND_ARG_INFO(0, options)
619 zend_long pid, options = 0; in PHP_FUNCTION() local
643 child_id = wait4((pid_t) pid, &status, options, &rusage); in PHP_FUNCTION()
645 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
648 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
672 zend_long options = 0; in PHP_FUNCTION() local
680 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z/|lz/", &z_status, &options, &z_rusage) == FAILURE) { in PHP_FUNCTION()
695 child_id = wait3(&status, options, &rusage); in PHP_FUNCTION()
696 } else if (options) { in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/soap/tests/
H A Dtypemap001.phpt48 $options=Array(
55 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap002.phpt43 $options=Array(
50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-7.0/ext/standard/tests/http/
H A Dbug61548.phpt12 $options = [
20 $ctx = stream_context_create($options);
/PHP-7.0/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt17 // set URL and other appropriate options
/PHP-7.0/ext/zlib/
H A Dphp_zlib.h68 …pen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
/PHP-7.0/ext/standard/tests/file/
H A Duserdirstream.phpt8 function dir_opendir($path, $options) {
H A Dpathinfo_error.phpt5 /* Prototype: mixed pathinfo ( string $path [, int $options] );
/PHP-7.0/ext/sqlite3/tests/
H A Dstream_test.inc9 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.0/ext/filter/tests/
H A D032.phpt19 'options' => array("min_range"=>1, "max_range"=>10)
H A Dbug7586.phpt18 'options' => array("min_range"=>1, "max_range"=>10)
/PHP-7.0/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDVALID and LIBXML_NOERROR options
H A DDOMDocument_load_variation3.phpt2 Test DOMDocument::load() with LIBXML_DTDVALID and LIBXML_NOERROR options

Completed in 55 milliseconds

12345678910>>...19