Home
last modified time | relevance | path

Searched refs:option (Results 51 – 75 of 207) sorted by relevance

123456789

/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace_variation3.phpt10 …: proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
21 $option = '';
96 var_dump( mb_ereg_replace($pattern, $replacement, $input, $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-5.5/ext/curl/tests/
H A Dbug55767.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * Description: Set an option for a cURL transfer
H A Dbug48203_multi.phpt57 foreach($options_to_check as $option) {
58 checkForClosedFilePointer(constant($option), $option);
H A Dcurl_basic_003.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
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
H A Dcurl_multi_setopt_basic001.phpt24 Warning: curl_multi_setopt(): Invalid curl multi configuration option in %s on line %d
/PHP-5.5/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-5.5/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-5.5/ext/mbstring/oniguruma/doc/
H A DAPI52 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax,
63 4 option: compile time options.
65 ONIG_OPTION_NONE no option
139 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax,
167 ci->option: compile time option.
209 const UChar* range, OnigRegion* region, OnigOptionType option)
225 7 option: search time option
233 OnigRegion* region, OnigOptionType option)
246 6 option: search time option
441 if option ONIG_OPTION_DONT_CAPTURE_GROUP == ON
[all …]
H A DRE209 (?imx-imx) option on/off
213 (?imx-imx:subexp) option on/off for subexp
315 * If the option status of called group is different from calling position
316 then the group's option is effective.
326 case 1. /.../ (named group is not used, no option)
330 case 2. /.../g (named group is not used, 'g' option)
334 case 3. /..(?<name>..)../ (named group is used, no option)
339 case 4. /..(?<name>..)../G (named group is used, 'G' option)
400 + effect range of isolated option is to next ')'.
402 + isolated option is not transparent to previous pattern.
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgreplist1 This is a file of patterns for testing the -f option. Don't include any blank
/PHP-5.5/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 Dstream_context_set_option_basic.phpt10 // Single option
/PHP-5.5/Zend/tests/multibyte/
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");
H A Dmultibyte_encoding_001.phpt6 die("skip Requires configure --enable-zend-multibyte option");
/PHP-5.5/ext/filter/tests/
H A D054.phpt2 filter_var_array() - using the add_empty option
/PHP-5.5/ext/tidy/tests/
H A D021.phpt17 string(73) "This option specifies if Tidy should allow numeric character references. "
/PHP-5.5/ext/curl/
H A Dinterface.c304 ZEND_ARG_INFO(0, option)
319 ZEND_ARG_INFO(0, option)
353 ZEND_ARG_INFO(0, option)
413 ZEND_ARG_INFO(0, option)
2104 switch (option) { in _php_curl_setopt()
2264 if ((option == CURLOPT_PROTOCOLS || option == CURLOPT_REDIR_PROTOCOLS) && in _php_curl_setopt()
2399 switch (option) { in _php_curl_setopt()
2505 switch (option) { in _php_curl_setopt()
2921 ulong option; in PHP_FUNCTION() local
3027 long option = 0; in PHP_FUNCTION() local
[all …]
/PHP-5.5/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)

Completed in 75 milliseconds

123456789