Home
last modified time | relevance | path

Searched refs:j (Results 1 – 25 of 249) sorted by last modified time

12345678910

/PHP-5.5/win32/build/
H A Dconfutils.js183 for (j = 0; j < a.length - i; j++) {
186 for (j = i; j < b.length; j++) {
342 for (j = 0; j < configure_args.length; j++) {
408 for (j = 0; j < n; j++) {
450 for (j = 0; j < core_module_list.length; j++) {
686 for (j = 0; j < subdirs.length; j++) {
1547 for (j=0; j < l; j++) {
1575 for (j=0; j < k; j++) {
1581 for (j=0; j < l; j++) {
1595 for (j=0; j < l; j++) {
[all …]
H A Dphpize.js.in131 var i, mod_name, j;
154 var i, mod_name, j;
H A Dbuildconf.js111 var i, mod_name, j;
136 var i, mod_name, j;
159 var i, mod_name, j;
/PHP-5.5/tests/lang/
H A Dbug24054.phpt13 $j = $i * 1001;
17 $i === $j
H A Dengine_assignExecutionOrder_001.phpt64 return 'j';
H A Dengine_assignExecutionOrder_002.phpt39 $j = array(0,0,0);
42 list(list($j[$h++],$j[$h++]),$j[$h++]) = $i[$h];
43 var_dump($j);
H A D020.phpt8 for ($j=0; $j<10; $j++) {
H A D022.phpt6 function switchtest ($i, $j)
10 switch($j) {
18 echo $j;
H A D023.phpt198 $j=3<br>
201 $j=4<br>
205 $j=0<br>
206 $j=1<br>
207 $j=2<br>
214 $j=3<br>
217 $j=4<br>
221 $j=0<br>
222 $j=1<br>
223 $j=2<br>
[all …]
H A D024.phpt29 $j = 3;
112 $i=$j=0;
116 $j++;
149 $j = $i*2+$j*($i++);
172 $j += ++$i; /* ++$i --> $i==2, $j += 2 --> $j==2 */
183 $j *= $i; /* $j *= 2 --> $j == 4 */
219 $j=20;
244 ${"test$i$j"}[$k] = $i+$j+$k;
328 echo " \$j=$j\n";
354 echo " \$j=$j\n";
[all …]
H A D025.phpt7 $j=$nr+1;
8 while ($j < 10) {
10 RekTest($j);
11 $j++;
12 echo " b $j ";
/PHP-5.5/tests/func/
H A D003.phpt17 function c($i,$j)
19 echo "Counting from $i to $j\n";
20 for ($k=$i; $k<=$j; $k++) {
90 function andi($i, $j)
92 for ($k=$i ; $k<=$j ; $k++) {
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar10 ….php�����J������C�������&���testcase/gtVariationTestCaseMethod.php&����J&����j\�������<?php
H A Dcheck_parameters.php215 $j = -1;
249 check_param($params, ++$j, 'UConverter*', $optional);
265 check_param($params, ++$j, 'zval****', $optional);
266 check_param($params, ++$j, 'int*', $optional);
277 check_param($params, ++$j, $exp, $optional);
319 $j = 0;
324 $j += strlen($lines[$i]) + strlen(@$lines[++$i]);
325 $lines_offset[] = $j;
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c848 register int i,j,ok; in nsapi_php_ini_entries() local
855 for (j=0; nsapi_exclude_from_ini_entries[j]; j++) { in nsapi_php_ini_entries()
856 ok&=(strcasecmp(entry->param->name, nsapi_exclude_from_ini_entries[j])!=0); in nsapi_php_ini_entries()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp596 for (DWORD j=0; j<iterations; j++) { in IsapiThread() local
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c302 unsigned int min, max, j; in _zip_checkcons() local
320 j = cd->entry[i].offset + cd->entry[i].comp_size in _zip_checkcons()
322 if (j > max) in _zip_checkcons()
323 max = j; in _zip_checkcons()
H A Dzip_close.c74 int i, j, error; in zip_close() local
148 for (i=j=0; i<za->nentry; i++) { in zip_close()
152 filelist[j].idx = i; in zip_close()
154 j++; in zip_close()
164 for (j=0; j<survivors; j++) { in zip_close()
165 i = filelist[j].idx; in zip_close()
176 memcpy(cd->entry+j, &de, sizeof(cd->entry[j])); in zip_close()
183 cd->entry[j].filename = "-"; in zip_close()
206 memcpy(cd->entry+j, za->cdir->entry+i, sizeof(cd->entry[j])); in zip_close()
250 cd->entry[j].offset = ftello(out); in zip_close()
[all …]
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c258 int j; in xsl_ext_function_php() local
262 for (j = 0; j < obj->nodesetval->nodeNr; j++) { in xsl_ext_function_php()
263 xmlNodePtr node = obj->nodesetval->nodeTab[j]; in xsl_ext_function_php()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.c718 int flag = 1, i, j; in QuickSort() local
723 j = high + 1; in QuickSort()
732 j--; in QuickSort()
733 while(Comp(list[j], key) > 0) in QuickSort()
734 j--; in QuickSort()
736 if(i < j) { in QuickSort()
738 list[i] = list[j]; in QuickSort()
739 list[j] = temp; in QuickSort()
745 list[low] = list[j]; in QuickSort()
746 list[j] = temp; in QuickSort()
[all …]
/PHP-5.5/ext/xml/
H A Dcompat.c119 int i, j; in _start_element_handler_ns() local
120 for (i = 0,j = 0;j < nb_namespaces;j++) { in _start_element_handler_ns()
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt185 <wddxPacket version='1.0'><header/><data><string>j</string></data></wddxPacket>
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_unbuffered_query.phpt34 $j= 0;
37 $j++;
39 var_dump($i, $j, $i - $j);
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c197 size_t i, j; in unserialize_str() local
216 for (j = 0; j < 2; j++) { in unserialize_str()
H A Dvar_unserializer.re195 size_t i, j;
214 for (j = 0; j < 2; j++) {

Completed in 142 milliseconds

12345678910