Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/filter/tests/
H A D055.phpt46 filter_var(): "separator" option must be one character long
47 filter_var(): "separator" option must be one character long
H A Dfilter_input_array_001.phpt2 filter_input_array: test FILTER_NULL_ON_FAILURE option does not affect general result on empty input
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.phpt24 filter_var(): "thousand" option cannot be empty
/php-src/ext/standard/tests/serialize/
H A Dmax_depth.phpt116 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
123 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
130 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
137 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
145 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
155 …ceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize…
/php-src/main/
H A Dphp_syslog.c74 void php_openlog(const char *ident, int option, int facility) in php_openlog() argument
76 openlog(ident, option, facility); in php_openlog()
/php-src/ext/opcache/tests/jit/
H A Dini_leading_zero.phpt2 Leading zero in opcache.jit option
/php-src/ext/curl/tests/
H A Dbug48203_multi.phpt60 foreach($options_to_check as $option) {
61 checkForClosedFilePointer($target_url, constant($option), $option);
H A Dbug68089.phpt19 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-src/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-src/sapi/phpdbg/tests/
H A Dgh10715.phpt2 GH-10715 (phpdbg heap buffer overflow -- by misuse of the option "--run")
H A Dbug73615.phpt2 Bug #73615 (phpdbg without option never load .phpdbginit at startup)
/php-src/ext/curl/
H A Dinterface.c1169 curl_easy_setopt(ch->cp, option, (void *) ch); in php_curl_copy_fcc_with_option()
1566 switch (option) { in _php_curl_setopt()
1735 if ((option == CURLOPT_PROTOCOLS || option == CURLOPT_REDIR_PROTOCOLS) && in _php_curl_setopt()
1840 if ((option == CURLOPT_PROTOCOLS_STR || option == CURLOPT_REDIR_PROTOCOLS_STR) && in _php_curl_setopt()
1925 switch (option) { in _php_curl_setopt()
2017 switch (option) { in _php_curl_setopt()
2259 zend_ulong option; in PHP_FUNCTION() local
2359 zend_long option; in PHP_FUNCTION() local
2365 Z_PARAM_LONG_OR_NULL(option, option_is_null) in PHP_FUNCTION()
2520 switch (option) { in PHP_FUNCTION()
[all …]
/php-src/ext/xml/tests/
H A Dxml_parser_get_option_variation4.phpt18 xml_parser_get_option(): Argument #2 ($option) must be a XML_OPTION_* constant
/php-src/ext/ldap/tests/
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_crlcheck_error.phpt2 ldap_set_option() - Error test for TLS CRL check ldap option
H A Dldap_set_option_ciphersuite_basic.phpt2 ldap_set_option() - Basic test for TLS cipher suite ldap option
/php-src/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt21 function stream_set_option($option, $arg1, $arg2) {
22 echo "option: ", $option, ", ", $arg1, ", ", $arg2, "\n";
/php-src/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt18 $option = '';
74 var_dump( mb_ereg_replace($input, $replacement, $string, $option) );
/php-src/ext/tidy/tests/
H A Dtidy_error1.phpt17 Warning: tidy::parseString(): Unknown Tidy configuration option "bogus" in %s on line %d
/php-src/ext/xml/
H A Dxml.stub.php194 function xml_parser_set_option(XMLParser $parser, int $option, $value): bool {} argument
197 function xml_parser_get_option(XMLParser $parser, int $option): string|int|bool {} argument
/php-src/ext/zlib/tests/
H A Dbug73944.phpt2 Bug #73944: Dictionary option of intflate_init() does not work

Completed in 61 milliseconds

1234567891011