Home
last modified time | relevance | path

Searched refs:k (Results 201 – 225 of 396) sorted by relevance

12345678910>>...16

/php-src/ext/standard/tests/strings/
H A Dstrrpos_negative_offset.phpt7 var_dump(strrpos("haystack", 'k', -1));
18 var_dump(strripos("HAYSTACK", 'k', -1));
H A Dstr_split_variation3.phpt27 "Testing invalid \k and \m escape char",
138 string(7) "d \k an"
151 string(7) "k with "
H A Dchunk_split_variation7.phpt27 "Testing invalid \k and \m escape char",
63 string(69) "Testi????ng in????valid???? \k a????nd \m???? esca????pe ch????ar????"
65 string(59) "This ????is to???? chec????k wit????h \n ????and \????t????"
/php-src/ext/mbstring/tests/
H A Dmb_convert_encoding.phpt12 $sjis = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
107 SJIS: k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==
111 SJIS: k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==
115 SJIS: k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==
120 SJIS: k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==
/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt46 foreach ($methods as $k => $method) {
48 unset($methods[$k]);
54 unset($methods[$k]);
71 foreach ($variables as $k => $var)
76 foreach ($variables as $k => $var)
H A Dmysqli_class_mysqli_result_interface.phpt45 foreach ($methods as $k => $method) {
48 unset($methods[$k]);
53 unset($methods[$k]);
72 foreach ($variables as $k => $var)
77 foreach ($variables as $k => $var)
H A Dmysqli_get_connection_stats_off.phpt40 foreach ($after as $k => $v)
43 $k, $v);
/php-src/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt37 foreach (new $className as $k=>$v) {
38 echo "$k => $v\n";
/php-src/Zend/tests/
H A Dbug43201.phpt6 function __get($k) {
9 function __set($k, $v) {
10 $this->$k = $v;
16 $c->arr[0]["k"] = 1;
/php-src/ext/spl/tests/
H A Diterator_016.phpt48 foreach($rit as $k=>$v)
50 echo str_repeat(' ',$rit->getDepth()+1)."$k=>$v\n";
H A Dbug38618.phpt40 foreach (new RecursiveIteratorIterator($it) as $k => $fruit) {
41 echo $k , ' => ', $fruit, "\n";
H A Diterator_027.phpt12 foreach($it as $k=>$v)
14 echo "$k=>$v\n";
/php-src/ext/fileinfo/libmagic/
H A Dreadcdf.c187 size_t j, k = 1; in cdf_file_property_info() local
190 k++; in cdf_file_property_info()
194 && len--; s += k) { in cdf_file_property_info()
385 size_t j, k; in cdf_check_summary_info() local
398 for (k = 0; k < sizeof(name); k++) in cdf_check_summary_info()
399 name[k] = CAST(char, cdf_tole2(d->d_name[k])); in cdf_check_summary_info()
/php-src/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt13 foreach($b as $k=>$v) {
15 foreach($b[$k] as $sk=>$sv) {
16 $b[$k][$sk] = "b$k.$sk.changed";
20 $b[$k] = "b$k.changed";
/php-src/ext/gmp/tests/
H A Dgmp_import.phpt34 foreach ($import as $k => $test) {
39 echo "$k: '$result' !== '{$test[0]}'\n";
44 echo "$k: $type !== '{$test[0]}'\n";
/php-src/ext/session/tests/
H A Dbug79031.phpt30 foreach ($ar as $k => $v) {
31 $this->__set($k, $v);
/php-src/ext/intl/tests/
H A Dcollator_get_sort_key.phpt39 'y' , 'i' , 'k'
83 source: k
H A Dcollator_get_sort_key_variant2.phpt39 'y' , 'i' , 'k'
81 source: k
H A Dcollator_get_sort_key_variant3.phpt39 'y' , 'i' , 'k'
81 source: k
H A Dcollator_get_sort_key_variant4.phpt39 'y' , 'i' , 'k'
81 source: k
H A Dcollator_get_sort_key_variant5.phpt39 'y' , 'i' , 'k'
81 source: k
H A Dcollator_get_sort_key_variant6.phpt39 'y' , 'i' , 'k'
81 source: k
H A Dcollator_get_sort_key_variant7.phpt38 'y' , 'i' , 'k'
80 source: k
/php-src/ext/gd/libgd/
H A Dgdxpm.c22 int i, j, k, number; in gdImageCreateFromXpm() local
128 k = *pointer++; in gdImageCreateFromXpm()
129 gdImageSetPixel(im, j, i, colors[k]); in gdImageCreateFromXpm()
/php-src/ext/hash/murmur/
H A DPMurHash128.c98 FORCE_INLINE uint64_t fmix64 ( uint64_t k ) in fmix64() argument
100 k ^= k >> 33; in fmix64()
101 k *= BIG_CONSTANT(0xff51afd7ed558ccd); in fmix64()
102 k ^= k >> 33; in fmix64()
103 k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); in fmix64()
104 k ^= k >> 33; in fmix64()
106 return k; in fmix64()

Completed in 54 milliseconds

12345678910>>...16