Home
last modified time | relevance | path

Searched refs:options (Results 226 – 250 of 427) sorted by path

12345678910>>...18

/PHP-7.4/ext/phar/
H A Dzip.c778 …, size_t fname_len, char *alias, size_t alias_len, int is_data, uint32_t options, phar_archive_dat… in phar_open_or_create_zip() argument
781 …int ret = phar_create_or_parse_filename(fname, fname_len, alias, alias_len, is_data, options, &pha… in phar_open_or_create_zip()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2101 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_METHOD() local
2108 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &options) == FAILURE) { in ZEND_METHOD()
2126 zend_fetch_debug_backtrace(return_value, 0, options, 0); in ZEND_METHOD()
6402 ZEND_ARG_INFO(0, options)
/PHP-7.4/ext/session/
H A Dmod_files.sh37 options="\"Delete directory contents\" \"Choose another directory\" \"Quit\""
38 eval set $options
H A Dsession.c2446 zval *options = NULL; in PHP_FUNCTION() local
2452 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|a", &options) == FAILURE) { in PHP_FUNCTION()
2472 if (options) { in PHP_FUNCTION()
2473 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(options), num_idx, str_idx, value) { in PHP_FUNCTION()
2772 ZEND_ARG_INFO(0, options) /* array */
/PHP-7.4/ext/session/tests/
H A Dsession_set_cookie_params_variation6.phpt13 * Prototype : void session_set_cookie_params(array $options)
H A Dsession_set_cookie_params_variation7.phpt18 * Prototype : void session_set_cookie_params(array $options)
40 var_dump(session_set_cookie_params(["path" => "newpath/"], "arg after options array"));
49 Warning: session_set_cookie_params(): No valid keys were found in the options array in %s
52 Warning: session_set_cookie_params(): Unrecognized key 'unknown_key' found in the options array in …
54 Warning: session_set_cookie_params(): Unrecognized key 'secure_invalid' found in the options array …
56 Warning: session_set_cookie_params(): No valid keys were found in the options array in %s
68 Warning: session_set_cookie_params(): Cannot pass arguments after the options array in %s
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2183 zend_long options = 0; in PHP_FUNCTION() local
2192 if (ZEND_LONG_EXCEEDS_INT(options)) { in PHP_FUNCTION()
2197 docp = xmlReadFile(filename, NULL, (int)options); in PHP_FUNCTION()
2229 zend_long options = 0; in PHP_FUNCTION() local
2246 if (ZEND_LONG_EXCEEDS_INT(options)) { in PHP_FUNCTION()
2281 zend_long options = 0; in SXE_METHOD() local
2296 if (ZEND_LONG_EXCEEDS_INT(options)) { in SXE_METHOD()
2301 … = is_url ? xmlReadFile(data, NULL, (int)options) : xmlReadMemory(data, (int)data_len, NULL, NULL,… in SXE_METHOD()
2579 ZEND_ARG_INFO(0, options)
2587 ZEND_ARG_INFO(0, options)
[all …]
/PHP-7.4/ext/simplexml/tests/
H A DSimpleXMLElement_xpath_4.phpt16 Warning: simplexml_load_string(): Invalid options in %s on line %d
H A Dbug42259.phpt17 <options>
21 </options>
44 4 steps: xml/fieldset2/options/option1
45 4 steps: xml/fieldset2/options/option2
46 4 steps: xml/fieldset2/options/option3
H A Dbug74950.phpt13 Fatal error: Uncaught Exception: Invalid options in %sbug74950.php:%d
/PHP-7.4/ext/soap/
H A Dphp_http.c1001 char *options = cookie + cookie_len+1; in make_http_soap_request() local
1002 while (*options) { in make_http_soap_request()
1003 while (*options == ' ') {options++;} in make_http_soap_request()
1004 sempos = strstr(options, ";"); in make_http_soap_request()
1005 if (strstr(options,"path=") == options) { in make_http_soap_request()
1006 eqpos = options + sizeof("path=")-1; in make_http_soap_request()
1008 } else if (strstr(options,"domain=") == options) { in make_http_soap_request()
1009 eqpos = options + sizeof("domain=")-1; in make_http_soap_request()
1011 } else if (strstr(options,"secure") == options) { in make_http_soap_request()
1015 options = sempos+1; in make_http_soap_request()
H A Dphp_xml.c102 ctxt->options |= XML_PARSE_HUGE; in soap_xmlParseFile()
149 ctxt->options |= XML_PARSE_HUGE; in soap_xmlParseMemory()
H A Dsoap.c289 ZEND_ARG_INFO(0, options)
318 ZEND_ARG_INFO(0, options)
329 ZEND_ARG_INFO(0, options)
1110 zval *wsdl = NULL, *options = NULL; in PHP_METHOD() local
1132 if (options != NULL) { in PHP_METHOD()
1133 HashTable *ht = Z_ARRVAL_P(options); in PHP_METHOD()
2279 zval *wsdl, *options = NULL; local
2299 if (options != NULL) {
2300 HashTable *ht = Z_ARRVAL_P(options);
2826 zval *options = NULL; local
[all …]
/PHP-7.4/ext/soap/tests/
H A Dany.phpt32 function __construct($wsdl, $options) {
33 parent::__construct($wsdl, $options);
34 $this->server = new SoapServer($wsdl, $options);
H A Dbug47021.phpt54 $options = [
71 $client = new BugSoapClient('http://127.0.0.1:12342/', $options);
H A Dbug77088.phpt2 Bug #77088 (Segfault when using SoapClient with null options)
12 $options = NULL;
13 $sClient = new SoapClient("test.wsdl", $options);
H A Dbug79536.phpt48 $options=Array(
55 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug28969.phpt14 function __construct($wsdl, $options) {
15 parent::__construct($wsdl, $options);
16 $this->server = new SoapServer($wsdl, $options);
H A Dbug29795.phpt11 function __construct($wsdl, $options) {
12 parent::__construct($wsdl, $options);
H A Dbug29839.phpt16 function __construct($wsdl, $options) {
17 parent::__construct($wsdl, $options);
18 $this->server = new SoapServer($wsdl, $options);
H A Dbug29844.phpt18 function __construct($wsdl, $options) {
19 parent::__construct($wsdl, $options);
20 $this->server = new SoapServer($wsdl, $options);
H A Dbug30045.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);
H A Dbug30928.phpt21 function __construct($wsdl, $options) {
22 parent::__construct($wsdl, $options);
23 $this->server = new SoapServer($wsdl, $options);
H A Dbug31695.phpt14 function __construct($wsdl, $options=array()) {
15 parent::__construct($wsdl, $options);
16 $this->server = new SoapServer($wsdl, $options);

Completed in 78 milliseconds

12345678910>>...18