Home
last modified time | relevance | path

Searched refs:option (Results 76 – 100 of 237) sorted by relevance

12345678910

/PHP-8.0/ext/date/tests/
H A Ddefault-timezone-1.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
H A Ddefault-timezone-2.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
/PHP-8.0/main/
H A Dphp_syslog.c35 void php_openlog(const char *ident, int option, int facility) in php_openlog() argument
37 openlog(ident, option, facility); in php_openlog()
/PHP-8.0/sapi/phpdbg/tests/
H A Dbug73615.phpt2 Bug #73615 (phpdbg without option never load .phpdbginit at startup)
/PHP-8.0/ext/curl/tests/
H A Dbug48203_multi.phpt62 foreach($options_to_check as $option) {
63 checkForClosedFilePointer($target_url, constant($option), $option);
H A Dbug68089.phpt22 curl_setopt(): cURL option must not contain any null bytes
H A Dbug71523.phpt2 Bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec)
/PHP-8.0/ext/xml/tests/
H A Dxml_parser_set_option_variation5.phpt22 xml_parser_set_option(): Argument #2 ($option) must be a PHP_XML_OPTION_* constant
H A Dxml_parser_get_option_variation4.phpt22 xml_parser_get_option(): Argument #2 ($option) must be a PHP_XML_OPTION_* constant
/PHP-8.0/ext/ldap/tests/
H A Dldap_set_option_crlcheck_error.phpt2 ldap_set_option() - Error test for TLS CRL check ldap option
H A Dldap_set_option_reqcert_error.phpt2 ldap_option_reqcert_basic() - Error test for TLS require cert ldap option
H A Dldap_set_option_ciphersuite_basic.phpt2 ldap_set_option() - Basic test for TLS cipher suite ldap option
/PHP-8.0/ext/curl/
H A Dcurl_arginfo.h34 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
51 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, option, IS_LONG, 1, "null")
115 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
132 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
/PHP-8.0/ext/filter/tests/
H A Dbug73054.phpt2 Bug #73054 (default option ignored when object passed to int filter)
H A D054.phpt2 filter_var_array() - using the add_empty option
H A Dbug51368.phpt26 filter_var(): "thousand" option cannot be empty
/PHP-8.0/ext/intl/calendar/
H A Dcalendar.stub.php255 public function setRepeatedWallTimeOption(int $option) {} argument
261 public function setSkippedWallTimeOption(int $option) {} argument
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt20 function stream_set_option($option, $arg1, $arg2) {
21 echo "option: ", $option, ", ", $arg1, ", ", $arg2, "\n";
H A Dbug71245.phpt2 Bug #71245 (file_get_contents() ignores "header" context option if it's a reference)
H A Dstream_context_set_option_basic.phpt10 // Single option
/PHP-8.0/ext/tidy/tests/
H A Dtidy_error1.phpt19 Warning: tidy::parseString(): Unknown Tidy configuration option "bogus" in %s on line %d
/PHP-8.0/ext/xmlreader/tests/
H A Dbug42139.phpt2 Bug #42139 (XMLReader option constants are broken using XML())
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug49056.phpt2 Bug #49056 (parse_ini_*() regression in 5.3.0 when using non-ASCII strings as option keys)
/PHP-8.0/ext/zlib/tests/
H A Dbug73944.phpt2 Bug #73944: Dictionary option of intflate_init() does not work
/PHP-8.0/ext/openssl/tests/
H A Dbug72165.phpt15 …ord_min -> 4 (failed; check error queue and value of string_mask OpenSSL option if illegal charact…

Completed in 39 milliseconds

12345678910