Home
last modified time | relevance | path

Searched refs:str (Results 226 – 250 of 763) sorted by relevance

12345678910>>...31

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c1287 (int )(end - str), (int )(sstart - str)); in match_at()
3231 (int )(*low - str), (int )(*high - str), reg->dmin, reg->dmax); in forward_search_range()
3336 (int )(*low - str), (int )(*high - str)); in backward_search_range()
3389 (int )str, (int )(end - str), (int )(start - str), (int )(range - str)); in onig_search()
3467 range = str + 1; in onig_search()
3470 if (range <= str) { in onig_search()
3471 start = str; in onig_search()
3472 range = str; in onig_search()
3563 (int )(end - str), (int )(start - str), (int )(range - str)); in onig_search()
3576 if (s > str) in onig_search()
[all …]
H A Dreggnu.c64 re_match(regex_t* reg, const char* str, int size, int pos, in re_match() argument
67 return onig_match(reg, (UChar* )str, (UChar* )(str + size), in re_match()
68 (UChar* )(str + pos), regs, ONIG_OPTION_NONE); in re_match()
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug69139.phpt5 $str = 'a:1126666:{i:0;r:1;i:-09610;r:1;i:-0;i:0;i:0;O:1:"A":2119X:i:0;i:0;i:0;i:0;i:0;O:1:"A":2116…
6 @unserialize($str);
H A Dbug27469.phpt5 $str = 'O:9:"TestClass":0:{}';
6 $obj = unserialize($str);
H A Dbug37947.phpt18 $str='a:2:{i:0;O:4:"test":0:{}junk';
19 var_dump(unserialize($str));
/PHP-5.5/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
8 fwrite($fd, $str);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace_callback.phpt10 $str = 'abc 123 #",; $foo';
11 echo mb_ereg_replace_callback('(\S+)', function($m){return $m[1].'('.strlen($m[1]).')';}, $str);
/PHP-5.5/ext/standard/tests/strings/
H A Dconvert_cyr_string_variation1.phpt2 Test convert_cyr_string() function : usage variations - test values for $str argument
6 /* Prototype : string convert_cyr_string ( string $str , string $from , string $to )
11 echo "*** Testing convert_cyr_string() function: with unexpected inputs for 'str' argument ***\n";
27 // array with different values for $str
86 *** Testing convert_cyr_string() function: with unexpected inputs for 'str' argument ***
H A Dmd5_error.phpt5 /* Prototype : string md5 ( string $str [, bool $raw_output= false ] )
16 $str = "Hello World";
20 var_dump(md5($str, $raw_output, $extra_arg));
H A Daddslashes_variation1.phpt5 /* Prototype : string addslashes ( string $str )
82 // when $str argument is supplied with different values
83 echo "\n--- Testing addslashes() by supplying different values for 'str' argument ---\n";
87 $str = $values [$index];
89 var_dump( addslashes($str) );
106 --- Testing addslashes() by supplying different values for 'str' argument ---
H A Dstr_split_variation1.phpt2 Test str_split() function : usage variations - unexpected values for 'str' argument
5 /* Prototype : array str_split(string $str [, int $split_length])
13 echo "*** Testing str_split() : unexpected values for 'str' ***\n";
34 //different values for 'str' argument
84 // loop through each element of $values for 'str' argument
96 *** Testing str_split() : unexpected values for 'str' ***
H A Ducwords_variation1.phpt5 /* Prototype : string ucwords ( string $str )
97 // when $str argument is supplied with different values
98 echo "\n--- Testing ucwords() by supplying different values for 'str' argument ---\n";
102 $str = $values [$index];
104 var_dump( ucwords($str) );
116 --- Testing ucwords() by supplying different values for 'str' argument ---
H A Dstripcslashes_variation1.phpt5 /* Prototype : string stripcslashes ( string $str )
84 // when $str argument is supplied with different values
85 echo "\n--- Testing stripcslashes() by supplying different values for 'str' argument ---\n";
89 $str = $values [$index];
91 var_dump( stripcslashes($str) );
108 --- Testing stripcslashes() by supplying different values for 'str' argument ---
H A Dstripslashes_variation1.phpt5 /* Prototype : string stripslashes ( string $str )
83 // when $str argument is supplied with different values
84 echo "\n--- Testing stripslashes() by supplying different values for 'str' argument ---\n";
88 $str = $values [$index];
90 var_dump( stripslashes($str) );
107 --- Testing stripslashes() by supplying different values for 'str' argument ---
H A Dstrrev_variation4.phpt5 /* Prototype : string strrev(string $str);
10 /* Testing strrev() function with unexpected inputs for 'str' */
12 echo "*** Testing strrev() : unexpected inputs for 'str' ***\n";
77 // loop through each element of the array for str
91 *** Testing strrev() : unexpected inputs for 'str' ***
/PHP-5.5/ext/standard/tests/general_functions/
H A D007.phpt5 function test($str) {
6 $res = md5(base64_decode(base64_encode($str)))."\n";
/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.h33 zval* collator_convert_string_to_number_if_possible( zval* str );
34 zval* collator_convert_string_to_double( zval* str );
/PHP-5.5/ext/pgsql/tests/
H A D10pg_convert.phpt16 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
25 [""str""]=>
H A D10pg_convert_9.phpt17 $fields = array('num'=>'1234', 'str'=>'AAA', 'bin'=>'BBB');
26 [""str""]=>
/PHP-5.5/Zend/
H A Dzend.h327 } str; member
545 int (*write_function)(const char *str, uint str_length);
565 typedef int (*zend_write_func_t)(const char *str, uint str_length);
571 #define ZEND_STRL(str) (str), (sizeof(str)-1) argument
572 #define ZEND_STRS(str) (str), (sizeof(str)) argument
682 #define ZEND_WRITE(str, str_len) zend_write((str), (str_len)) argument
683 #define ZEND_WRITE_EX(str, str_len) write_func((str), (str_len)) argument
684 #define ZEND_PUTS(str) zend_write((str), strlen((str))) argument
685 #define ZEND_PUTS_EX(str) write_func((str), strlen((str))) argument
H A Dzend_operators.h148 …while (*str == ' ' || *str == '\t' || *str == '\n' || *str == '\r' || *str == '\v' || *str == '\f'…
149 str++;
152 ptr = str;
161 if (length > 2 && *str == '0' && (str[1] == 'x' || str[1] == 'X')) {
199 *oflow_info = *str == '-' ? -1 : 1;
206 local_dval = zend_hex_strtod(str, &ptr);
220 local_dval = zend_strtod(str, &ptr);
229 if (ptr != str + length) {
244 *dval = zend_strtod(str, NULL);
247 *oflow_info = *str == '-' ? -1 : 1;
[all …]
/PHP-5.5/ext/iconv/tests/
H A Dbug52211.phpt10 $str = "PATHOLOGIES MÉDICO-CHIRUR. ADUL. PL";
11 $str_iconv = iconv('CP850', 'ISO-8859-1', $str );
/PHP-5.5/ext/soap/
H A Dphp_encoding.c245 if (*str == '\x9' || *str == '\xA' || *str == '\xD') { in whiteSpace_replace()
248 str++; in whiteSpace_replace()
260 str++; in whiteSpace_collapse()
269 str++; in whiteSpace_collapse()
2118 while (*str != '\0' && (*str < '0' || *str > '9') && (*str != '*')) { in calc_dimension_12()
2119 str++; in calc_dimension_12()
2126 if (*str >= '0' && *str <= '9') { in calc_dimension_12()
2148 while (*str != '\0' && (*str < '0' || *str > '9') && (*str != '*')) { in get_position_12()
2156 if (*str >= '0' && *str <= '9') { in get_position_12()
2175 while (*str != ']' && *str != '\0') { in calc_dimension()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfgetss.phpt18 foreach ($array as $str) {
19 file_put_contents($filename, $str);
25 foreach ($array as $str) {
26 file_put_contents($filename, $str);
/PHP-5.5/ext/simplexml/tests/
H A D036.phpt14 $str = '<xml><c>asdf</c><c>ghjk</c></xml>';
15 $sxe = new SXE($str);

Completed in 54 milliseconds

12345678910>>...31