Home
last modified time | relevance | path

Searched refs:k (Results 101 – 125 of 294) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dutil.c58 int i, k; in sqliteMalloc_() local
72 k = (n+sizeof(int)-1)/sizeof(int); in sqliteMalloc_()
73 pi = malloc( (N_GUARD*2+1+k)*sizeof(int)); in sqliteMalloc_()
100 int n, i, k; in sqliteCheckMemory() local
107 k = (n+sizeof(int)-1)/sizeof(int); in sqliteCheckMemory()
109 assert( pi[k+N_GUARD+1+i]==0xdead3344 ); in sqliteCheckMemory()
118 int *pi, i, k, n; in sqliteFree_() local
129 k = (n+sizeof(int)-1)/sizeof(int); in sqliteFree_()
131 if( pi[k+N_GUARD+1+i]!=0xdead3344 ){ in sqliteFree_()
151 int *oldPi, *pi, i, k, oldN, oldK; in sqliteRealloc_() local
[all …]
/PHP-5.3/ext/spl/tests/
H A Diterator_055.phpt10 foreach($this as $k => $v)
12 var_dump($k);
H A Drecursive_tree_iterator_008.phpt18 foreach($it as $k => $v) {
19 echo "[$k] => $v\n";
H A Diterator_054.phpt10 foreach($this as $k => $v)
12 var_dump($k);
H A Diterator_032.phpt8 foreach($it as $k=>$v)
10 echo "$k=>$v\n";
H A Dfixedarray_019.phpt29 foreach($fa as $k=>$v) {
30 echo "$k=>";
H A Diterator_050.phpt10 foreach($this as $k => $v)
12 var_dump($k);
H A Darray_020.phpt40 foreach($ar as $k => $v)
42 var_dump($k);
H A Diterator_045.phpt24 foreach($ar as $k => $v)
26 echo "set($k,$v)\n";
27 $this->offsetSet($k, $v);
34 foreach($ar as $k => $v)
H A Diterator_051.phpt10 foreach($this as $k => $v)
12 var_dump($k);
H A Diterator_015.phpt35 foreach($rit as $k=>$v)
37 echo str_repeat(' ',$rit->getDepth()+1)."$k=>$v\n";
H A Diterator_016.phpt48 foreach($rit as $k=>$v)
50 echo str_repeat(' ',$rit->getDepth()+1)."$k=>$v\n";
/PHP-5.3/tests/lang/
H A DforeachLoopIterator.002.phpt16 foreach ($f as $k=>&$v) {
17 echo "$k => $v\n";
H A DforeachLoopObjects.003.phpt16 foreach ($obj as $k=>$v) {
17 $obj->$k="changed.$k";
24 foreach ($obj as $k=>$v) {
25 $v="changed.$k";
32 foreach ($obj as $k=>&$v) {
33 $v="changed.$k";
/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug47859.phpt12 var_dump(parse_ini_string('k*e*y = "v*a*lue"'));
40 ["k*e*y"]=>
/PHP-5.3/ext/intl/tests/
H A Dcollator_sort_with_sort_keys.phpt66 array( 'y' , 'i' , 'k' )
81 array( 'y' , 'i' , 'k' )
161 1 => 'k',
187 2 => 'k',
/PHP-5.3/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt20 $str = "This is str to check with heredoc ending.This\tcontains,\nspeci@! ch@r$ __with wrong \k esc…
90 speci@! ch@r$ __with wrong \k escape char 222."
93 speci@! ch@r$ __with wrong \k escape char 222."
96 specai@! ch@r$ a__with wroang \k escaape char 22a2.a"
99 …@r$ This is simple heredoc string__with wroThis is simple heredoc stringng \k escaThis is simple h…
118 heredocng \k escaThis is to check chunk_split
127 …This checks with $, %, &, chars__with wroThis checks with $, %, &, charsng \k escaThis checks with…
138 white space charsng \k escaThis checks and
144 …sure it'll \work!__with wro"To check " in heredoc".I'm sure it'll \work!ng \k esca"To check " in h…
H A D004.phpt9 foreach($a as $k => $v)
10 print "$k: $v: " . sprintf('%0.3f', $v / $times) . "\n";
/PHP-5.3/ext/xml/tests/
H A Dxml_closures_001.phpt15 while (list($k, $v) = each($attribs)) {
16 print " $k=\"$v\"";
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt32 foreach ($methods as $k => $method) {
35 unset($methods[$k]);
52 foreach ($variables as $k => $var)
57 foreach ($variables as $k => $var)
H A Dmysqli_get_client_stats_off.phpt34 foreach ($after as $k => $v)
37 $k, $v);
/PHP-5.3/ext/mbstring/tests/
H A Dmb_convert_encoding.phpt16 $sjis = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
116 SJIS: k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==
120 SJIS: k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==
124 SJIS: k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==
128 SJIS: k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==
/PHP-5.3/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt2 …name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:clean:done] [-k win|notwin|64b|not64…
12 -k skipif key..................... Skipif option, only used if -s skipif is used.
/PHP-5.3/Zend/tests/
H A D030.phpt22 foreach ($this as $k => $v) {
23 printf("'%s' => '%s'\n", $k, $v);
/PHP-5.3/
H A Dserver-tests.php768 foreach ($this->exec_info as $k=>$v) {
769 $info .= sprintf("%-20.s: %s\n",$k,$v);
780 foreach ($this->conf as $k=>$v) {
1165 foreach ($section_text as $k=>$v) {
1168 $section_text[$k]=$matches[1];
1170 $section_text[$k]=trim($v);
1193 foreach ($settings as $k=>$v) {
1196 if ($k == 'include_path') {
1459 foreach ($want as $k=>$v) {
1460 $output .= "$k: {$headers[$k]}\n";
[all …]

Completed in 82 milliseconds

12345678910>>...12