Home
last modified time | relevance | path

Searched refs:option (Results 26 – 50 of 275) sorted by relevance

1234567891011

/php-src/ext/curl/tests/
H A Dcurl_multi_errno_strerror_001.phpt26 curl_multi_setopt(): Argument #2 ($option) is not a valid cURL multi option
28 Unknown option
H A Dcurl_share_errno_strerror_001.phpt26 curl_share_setopt(): Argument #2 ($option) is not a valid cURL share option
28 Unknown share option
H A Dcurl_multi_setopt_basic001.phpt20 curl_multi_setopt(): Argument #2 ($option) is not a valid cURL multi option
H A Dcurl_share_setopt_basic001.phpt22 curl_share_setopt(): Argument #2 ($option) is not a valid cURL share option
H A Dbug54798.phpt45 foreach($options_to_check as $option) {
46 checkForClosedFilePointer($host, constant($option), $option);
H A Dcurl_multi_setopt_callables.phpt17 TypeError: curl_multi_setopt(): Argument #2 ($option) must be a valid callback for option CURLMOPT_…
/php-src/ext/tidy/tests/
H A D007.phpt34 tidy::getOpt(): Argument #1 ($option) is an invalid configuration option, "bogus-opt" given
35 tidy_getopt(): Argument #2 ($option) is an invalid configuration option, "non-ASCII string ���" giv…
H A D021.phpt21 tidy_get_opt_doc(): Argument #2 ($option) is an invalid configuration option, "some_bogus_cfg" given
22 string(73) "This option specifies if Tidy should allow numeric character references. "
/php-src/ext/ldap/tests/
H A Dldap_set_option_reqcert_basic.phpt2 ldap_option_reqcert_basic() - Error test for TLS require cert ldap option
18 ] as $option) {
19 $result = ldap_set_option($link, LDAP_OPT_X_TLS_REQUIRE_CERT, $option);
H A Dldap_set_option_tls_protocol_min_basic.phpt2 ldap_set_option() - Basic test for TLS protocol min ldap option
18 ] as $option) {
19 $result = ldap_set_option($link, LDAP_OPT_X_TLS_PROTOCOL_MIN, $option);
H A Dldap_set_option_tls_protocol_max_basic.phpt2 ldap_set_option() - Basic test for TLS protocol max ldap option
24 ] as $option) {
25 $result = ldap_set_option($link, LDAP_OPT_X_TLS_PROTOCOL_MAX, $option);
H A Dldap_set_option_tls_protocol_max_basic_tls13.phpt2 ldap_set_option() - Basic test for TLS protocol max ldap option
25 ] as $option) {
26 $result = ldap_set_option($link, LDAP_OPT_X_TLS_PROTOCOL_MAX, $option);
H A Dldap_set_option_tls_protocol_min_basic_tls13.phpt2 ldap_set_option() - Basic test for TLS protocol min ldap option
25 ] as $option) {
26 $result = ldap_set_option($link, LDAP_OPT_X_TLS_PROTOCOL_MIN, $option);
H A Dldap_set_option_crlcheck_basic.phpt2 ldap_set_option() - Basic test for TLS CRL check ldap option
25 ] as $option) {
26 $result = ldap_set_option($link, LDAP_OPT_X_TLS_CRLCHECK, $option);
H A Dldap_set_option_cafiles_basic.phpt19 ] as $option) {
20 $result = ldap_set_option($link, $option, '/foo/bar');
23 ldap_get_option($link, $option, $optionval);
/php-src/ext/standard/
H A Dsyslog.c62 zend_long option, facility; in PHP_FUNCTION() local
67 Z_PARAM_LONG(option) in PHP_FUNCTION()
75 php_openlog(BG(syslog_device), option, facility); in PHP_FUNCTION()
/php-src/ext/intl/idn/
H A Didn.c62 const zend_string *domain, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46() argument
70 uts46 = uidna_openUTS46(option, &status); in php_intl_idn_to_46()
120 zend_long option = UIDNA_DEFAULT, in php_intl_idn_handoff() local
127 &domain, &option, &variant, &idna_info) == FAILURE) { in php_intl_idn_handoff()
153 php_intl_idn_to_46(INTERNAL_FUNCTION_PARAM_PASSTHRU, domain, (uint32_t)option, mode, idna_info); in php_intl_idn_handoff()
/php-src/ext/standard/tests/password/
H A Dpassword_removed_salt_option.phpt2 Test removed support for explicit salt option
17 Warning: password_hash(): The "salt" option has been ignored, since providing a custom salt is no l…
20 Warning: password_hash(): The "salt" option has been ignored, since providing a custom salt is no l…
/php-src/ext/intl/tests/
H A Dbug70452.phpt9 // Provide a valid option for the second parameter
11 // Another valid option, but with no corresponding name for that given option
/php-src/ext/xml/tests/
H A Dxml_parser_set_option_nonexistent_option.phpt2 xml_parser_set_option(): Non-existent option
18 xml_parser_set_option(): Argument #2 ($option) must be a XML_OPTION_* constant
/php-src/ext/standard/tests/assert/
H A Dassert_options_error.phpt2 assert_options() - unknown assert option.
14 assert_options(): Argument #1 ($option) must be an ASSERT_* constant
/php-src/ext/soap/tests/
H A Dssl_method_deprecation.phpt2 ssl_method option is deprecated
16 Deprecated: SoapClient::__construct(): The "ssl_method" option is deprecated. Use "ssl" stream cont…
/php-src/Zend/tests/
H A Dargument_restriction_004.phpt9 abstract public function test(Foo $foo, array $bar, $option = NULL, $extra = 16777215) ;
13 public function test(Foo $foo, array $bar, $option = NULL, $extra = 0xffffff ) {
/php-src/ext/mbstring/
H A Dphp_mbregex.c44 onig_match(re, str, end, at, region, option)
496 if ((option & ONIG_OPTION_IGNORECASE) != 0) { in _php_mb_regex_get_option_string()
504 if ((option & ONIG_OPTION_EXTEND) != 0) { in _php_mb_regex_get_option_string()
658 if (option != NULL) *option|=optm; in _php_mb_regex_init_options()
1269 OnigOptionType option = 0; in PHP_FUNCTION() local
1288 option |= MBREX(regex_default_options); in PHP_FUNCTION()
1330 OnigOptionType option = 0; in _php_mb_regex_ereg_search_exec() local
1341 option |= MBREX(regex_default_options); in _php_mb_regex_ereg_search_exec()
1464 OnigOptionType option; in PHP_FUNCTION() local
1476 option = 0; in PHP_FUNCTION()
[all …]
/php-src/ext/standard/tests/file/
H A Duserstreams_007.phpt2 User-space streams: test metadata option
10 public function stream_metadata($path, $option, $var) {
11 echo "metadata: $path, $option\n";

Completed in 62 milliseconds

1234567891011