Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt12 …: proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
23 $option = '';
93 var_dump( mb_ereg_replace($input, $replacement, $string, $option) );
H A Dmb_ereg_replace_variation2.phpt10 …: proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
21 $option = '';
96 var_dump( mb_ereg_replace($pattern, $input, $string, $option) );
/PHP-7.2/ext/xml/tests/
H A Dxml_parser_set_option_variation3.phpt11 /* Prototype : proto int xml_parser_set_option(resource parser, int option, mixed value)
28 $option = 1;
94 var_dump( xml_parser_set_option($parser, $option, $value) );
/PHP-7.2/ext/curl/tests/
H A Dbug48203_multi.phpt62 foreach($options_to_check as $option) {
63 checkForClosedFilePointer($target_url, constant($option), $option);
H A Dcurl_basic_018.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * Description: Set an option for a cURL transfer
H A Dbug68089.phpt16 Warning: curl_setopt(): Curl option contains invalid characters (\0) in %s%ebug68089.php on line 4
H A Dcurl_share_setopt_basic001.phpt22 Warning: curl_share_setopt(): Invalid curl share configuration option in %s on line %d
/PHP-7.2/sapi/phpdbg/tests/
H A Dbug73615.phpt2 Bug #73615 (phpdbg without option never load .phpdbginit at startup)
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dgreplist1 This is a file of patterns for testing the -f option. Don't include any blank
/PHP-7.2/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-7.2/Zend/tests/multibyte/
H A Dbug68665.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_002.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_004.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_005.phpt6 die("skip Requires configure --enable-zend-multibyte option");
/PHP-7.2/ext/pgsql/tests/
H A D09notice.phpt45 // Invalid option
73 Warning: pg_last_notice(): Invalid option specified (99) in %s%e09notice.php on line %d
/PHP-7.2/ext/standard/tests/password/
H A Dpassword_hash_error.phpt44 Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in %s on line …
49 Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in %s on line …
/PHP-7.2/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
/PHP-7.2/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_006.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dscalar_strict_declaration_placement_007.phpt6 die("skip Requires configure --enable-zend-multibyte option");
/PHP-7.2/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";
/PHP-7.2/ext/zlib/tests/
H A Dbug73944.phpt2 Bug #73944: Dictionary option of intflate_init() does not work
/PHP-7.2/ext/xmlrpc/tests/
H A Dbug71501.phpt2 Bug #71501 (xmlrpc_encode_request ignores encoding option)

Completed in 31 milliseconds

1234567891011