Home
last modified time | relevance | path

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

12345678910

/PHP-7.3/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) );
H A Dbug72164.phpt17 Deprecated: mb_ereg_replace(): The 'e' option is deprecated, use mb_ereg_replace_callback instead i…
/PHP-7.3/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.3/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.3/sapi/phpdbg/tests/
H A Dbug73615.phpt2 Bug #73615 (phpdbg without option never load .phpdbginit at startup)
/PHP-7.3/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.3/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.3/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.3/ext/pgsql/tests/
H A D09notice.phpt44 // Invalid option
72 Warning: pg_last_notice(): Invalid option specified (99) in %s%e09notice.php on line %d
/PHP-7.3/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.3/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.3/ext/xmlrpc/tests/
H A Dbug71501.phpt2 Bug #71501 (xmlrpc_encode_request ignores encoding option)
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE87 the option (?y{..}).
175 of the option (?y{..}).
250 (?imxWDSPy-imxWDSP:subexp) option on/off for subexp
271 (?imxWDSPy-imxWDSP) isolated option
463 * The option status of the called group is always effective.
473 case 1. /.../ (named group is not used, no option)
477 case 2. /.../g (named group is not used, 'g' option)
481 case 3. /..(?<name>..)../ (named group is used, no option)
550 + effect range of isolated option is to next ')'.
552 + isolated option is not transparent to previous pattern.
[all …]
/PHP-7.3/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";

Completed in 28 milliseconds

12345678910