Home
last modified time | relevance | path

Searched refs:str (Results 101 – 125 of 763) sorted by last modified time

12345678910>>...31

/PHP-5.5/ext/standard/
H A Dvar.c593 static inline void php_var_serialize_string(smart_str *buf, char *str, int len) /* {{{ */ in php_var_serialize_string() argument
598 smart_str_appendl(buf, str, len); in php_var_serialize_string()
/PHP-5.5/ext/standard/tests/time/
H A Dstrptime_basic.phpt26 $str = strftime("%r %B%e %Y %Z", $tstamp);
27 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y'));
29 $str = strftime("%T %D", $tstamp);
30 var_dump(strptime($str, '%H:%M:%S %m/%d/%y'));
32 $str = strftime("%A %B %e %R", $tstamp);
33 var_dump(strptime($str, '%A %B %e %R'));
H A Dstrptime_parts.phpt26 $str = strftime("%r %B%e %Y %Z", $tstamp);
27 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
35 $str = strftime("%T %D", $tstamp);
36 $res = strptime($str, '%H:%M:%S %m/%d/%y');
44 $str = strftime("%A %B %e %R", $tstamp);
45 $res = strptime($str, '%A %B %e %R');
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_decode_basic_001.phpt5 /* Prototype : proto string base64_decode(string str[, bool strict])
H A Drawurldecode_error_001.phpt5 /* Prototype : proto string rawurldecode(string str)
21 $str = 'string_val';
23 var_dump( rawurldecode($str, $extra_arg) );
H A Drawurldecode_variation_001.phpt5 /* Prototype : proto string rawurldecode(string str)
73 // loop through each element of the array for str
H A Drawurlencode_error_001.phpt5 /* Prototype : proto string rawurlencode(string str)
21 $str = 'string_val';
23 var_dump( rawurlencode($str, $extra_arg) );
H A Durldecode_error_001.phpt5 /* Prototype : proto string urldecode(string str)
21 $str = 'string_val';
23 var_dump( urldecode($str, $extra_arg) );
H A Durldecode_variation_001.phpt5 /* Prototype : proto string urldecode(string str)
73 // loop through each element of the array for str
H A Durlencode_variation_001.phpt5 /* Prototype : proto string urlencode(string str)
73 // loop through each element of the array for str
H A Dbase64_decode_basic_002.phpt5 /* Prototype : proto string base64_decode(string str[, bool strict])
H A Dbase64_decode_error_001.phpt5 /* Prototype : proto string base64_decode(string str[, bool strict])
19 $str = 'string_val';
22 var_dump( base64_decode($str, $strict, $extra_arg) );
H A Dbase64_decode_variation_001.phpt5 /* Prototype : proto string base64_decode(string str[, bool strict])
77 // loop through each element of the array for str argument
H A Dbase64_decode_variation_002.phpt5 /* Prototype : proto string base64_decode(string str[, bool strict])
19 $str = 'aGVsbG8gd29ybGQh!';
81 var_dump(base64_decode($str, $value));
H A Dbase64_encode_basic_001.phpt5 /* Prototype : proto string base64_encode(string str)
18 $str = pack("c", $i);
19 $enc = base64_encode($str);
H A Dbase64_encode_basic_002.phpt5 /* Prototype : proto string base64_encode(string str)
28 foreach($values as $str) {
31 $enc = base64_encode($str);
34 if ($dec != $str) {
H A Dbase64_encode_error_001.phpt5 /* Prototype : proto string base64_encode(string str)
19 $str = 'string_val';
21 var_dump( base64_encode($str, $extra_arg) );
H A Dbase64_encode_variation_001.phpt5 /* Prototype : proto string base64_encode(string str)
72 // loop through each element of the array for str
H A Drawurlencode_variation_001.phpt5 /* Prototype : proto string rawurlencode(string str)
73 // loop through each element of the array for str
H A Durlencode_error_001.phpt5 /* Prototype : proto string urlencode(string str)
21 $str = 'string_val';
23 var_dump( urlencode($str, $extra_arg) );
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_basic.phpt5 /* Prototype : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
13 $str = "The quick brown foooooooooox jummmmmmmmmmmmped over the lazzzzzzzzzzzy dooooooooooooooooooo…
18 var_dump( wordwrap($str) );
22 var_dump( wordwrap($str, $width) );
24 var_dump( wordwrap($str, $width, $break) );
30 var_dump( wordwrap($str, $width, $break, $cut) );
35 var_dump( wordwrap($str, $width, $break, $cut) );
H A Dwordwrap_variation1.phpt2 Test wordwrap() function : usage variations - unexpected values for str argument
5 /* Prototype : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
11 * testing wordwrap() by providing different values for str argument
78 // when $str argument is supplied with different values
83 $str = $values [$index];
85 var_dump( wordwrap($str) );
86 var_dump( wordwrap($str, $width) );
87 var_dump( wordwrap($str, $width, $break) );
91 var_dump( wordwrap($str, $width, $break, $cut) );
95 var_dump( wordwrap($str, $width, $break, $cut) );
[all …]
H A Dwordwrap_variation2.phpt5 /* Prototype : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
15 $str = 'testing wordwrap function';
83 var_dump( wordwrap($str, $width) );
84 var_dump( wordwrap($str, $width, $break) );
88 var_dump( wordwrap($str, $width, $break, $cut) );
92 var_dump( wordwrap($str, $width, $break, $cut) );
H A Dwordwrap_variation3.phpt5 /* Prototype : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
15 $str = 'testing wordwrap function';
85 var_dump( wordwrap($str, $width, $break) );
89 var_dump( wordwrap($str, $width, $break, $cut) );
93 var_dump( wordwrap($str, $width, $break, $cut) );
H A Dwordwrap_variation4.phpt5 /* Prototype : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
16 $str = 'testing wordwrap function';
76 var_dump( wordwrap($str, $width, $break, $cut) );

Completed in 55 milliseconds

12345678910>>...31