34+ results for '$i++;' (0 ms)

Not the results you expected?

ezisbn10to13converter.php (https://bitbucket.org/ericsagnes/ezpublish-multisite.git) PHP · 355 lines

246 }

247 $this->Cli->output( ".", false );

248 $i++;

249 if ( ( $i % 70 ) == 0 )

250 {

ConvertCharset.class.php (https://github.com/mysnip/Core.git) PHP · 307 lines

189 if (strlen($HexChar) == 1) $HexChar = "0" . $HexChar;

190 if (($this -> FromCharset == "gsm0338") && ($HexChar == '1B')){

191 $i++;

192 $HexChar .= strtoupper(dechex(ord($StringToChange[$i])));

193 }

listGridCMS_PROJECTS.php (https://github.com/juddy/GIP.git) PHP · 309 lines

274 ?>

275 <?

276 $i++;

277

278 } // end while loop

PagSeguroTransactionParser.class.php (https://gitlab.com/maickonrangel/HelpRpg.br) PHP · 400 lines

171 $item = self::parseTransactionItem($value);

172 $items[$i] = $item;

173 $i++;

174 }

175 } else {

contextmoveq_form.php (https://github.com/jarednipper/HSU-common-code.git) PHP · 112 lines

39 $mform->addElement('select', "urls[$i]", $img.$url, $fileoptions);

40 }

41 $i++;

42 }

43

102 $mform->setElementError("urls[$i]", '');

103 }

104 $i++;

105 }

106 }

default.php (https://github.com/raeldc/nooku-server.git) PHP · 122 lines

106 </tr>

107 <?php

108 $i++;

109 ?>

110 <?php endforeach; ?>

GisGeometryCollection.php (git://github.com/phpmyadmin/phpmyadmin.git) PHP · 385 lines

378

379 $params = array_merge($params, $gis_obj->generateParams($sub_part, $i));

380 $i++;

381 }

382

list.usergroups.php (https://github.com/iconifyit/SkyBlue-CMS.git) PHP · 112 lines

87 </td>

88 </tr>

89 <?php $i++; ?>

90 <?php endforeach; ?>

91 <?php if ($pageCount > 1) : ?>

sql.php (https://github.com/shafiqissani/ASTRA-College-Website.git) PHP · 242 lines

60 $found_delimiter = false;

61 // Find first interesting character, several strpos seem to be faster than simple loop in php:

62 //while (($i < $len) && (strpos('\'";#-/', $buffer[$i]) === FALSE)) $i++;

63 //if ($i == $len) break;

64 $oi = $i;

140 break;

141 }

142 $i++;

143 // Aren't we at the end?

144 if ($finished && $i == $len) {

189 }

190 }

191 $i++;

192 }

193 // Skip last char

Template.php (https://github.com/regality/zombie-core.git) PHP · 169 lines

55 $i += 2;

56 } else {

57 $i++;

58 }

59 }

74 while (preg_match('/[a-zA-Z0-9_]/', $template[$i])) {

75 $tag .= $template[$i];

76 $i++;

77 }

78 $i--;

move.php (https://github.com/markn86/moodle.git) PHP · 188 lines

72 }

73 }

74 $i++;

75 }

76

178 \mod_book\event\chapter_updated::create_from_chapter($book, $context, $ch)->trigger();

179

180 $i++;

181 }

182 }

ContentTypeAuthor.pm (https://github.com/usualoma/movabletype.git) Perl · 180 lines

99 );

100 next if $count == 0 && !$args->{show_empty};

101 $i++;

102 return ( $count, author => $a );

103 }

html.php (https://github.com/dslfaithdev/soEmail.git) PHP · 185 lines

173 echo $format_ar[$i];

174 }

175 $i++;

176 }

177 }

config.html (https://github.com/galitush2005/RTL-BIDI-Hebrew-Moodle-Plugins.git) HTML · 165 lines

156 echo get_string('notemplates','ilpconcern');

157 }

158 $i++;

159 }

160

Invoice.php (https://bitbucket.org/kdms/sh-magento.git) PHP · 170 lines

87 'align' => 'right'

88 );

89 $i++;

90 }

91 // draw Price

103 'align' => 'right'

104 );

105 $i++;

106 }

107

frontend-nav-menu.php (https://gitlab.com/mostafame/team_website) PHP · 280 lines

83 $lang_item->lang = $lang['locale']; // Save this for use in nav_menu_link_attributes

84 $lang_item->classes = $lang['classes'];

85 $lang_item->menu_order += $offset + $i++;

86 $new_items[] = $lang_item;

87 }

PrintZoneFile.php (https://bitbucket.org/droidzone/dns-manager.git) PHP · 176 lines

53 if ( $MX_PREF[$i] != "" && $MX_VAL[$i] != "") {

54 print $domain. ".". spc(5)."IN".spc(5).'MX'.spc(5).$MX_PREF[$i].spc(5).$MX_VAL[$i].'<br />';

55 $i++;

56 }

57

87 if ( $TXT_PREF[$i] != "" && $TXT_VAL[$i] != "") {

88 print $domain. ".". spc(5).$TXT_PREF[$i]. spc(5)."IN".spc(5).'TXT'.spc(5).$TXT_VAL[$i].'<br />';

89 $i++;

90 }

91 }

100 if ( $CN_VAL[$i] != "" && $CN_PREF[$i] != "" && $CN_NAME[$i] != "") {

101 print $CN_VAL[$i].".".$domain. ".". spc(5).$CN_PREF[$i]. spc(5)."IN".spc(5).'CNAME'.spc(5).$CN_NAME[$i].'<br />';

102 $i++;

103 }

104

PermBasic.php (https://github.com/noon/phpMyFAQ.git) PHP · 538 lines

477 while ($row = $this->db->fetch_assoc($res)) {

478 $result[$i] = $row;

479 $i++;

480 }

481

freecourse.php (https://gitlab.com/redwan4re/web-apps-php-26) PHP · 155 lines

73 echo "alpha-slate";

74 }

75 $i++;

76 ?>">

77 <td><?php echo $serial++; ?></td>

TbTabs.php (https://gitlab.com/dwi.nurhadi17/uns-log) PHP · 242 lines

233 $panes[] = CHtml::tag('div', $paneOptions, $content);

234

235 $i++; // increment the tab-index

236 }

237

graph.bar.php (https://gitlab.com/ElvisAns/tiki) PHP · 338 lines

310

311 foreach ($values as $style => $value) {

312 $base = $pad + $width * $i++;

313

314 if ($value == 0) {

busqueda.php (https://github.com/pakogonzalez/KERCUS.git) PHP · 136 lines

83 $v = $val['data'];

84 if($v && $op) {

85 //$i++;

86 //if ($i > 1) $qwery .= " " .$gopr." ";

87 switch($op){

balance_sort.php (https://github.com/karlom/gameadmin.git) PHP · 143 lines

48 // $result[$key]["bindGoldBalance"] = $val["bindGoldBalance"];

49 // $result[$key]["balanceTotal"] = $val["goldBalance"] + $val["bindGoldBalance"];

50 // $i++;

51 // if($i == $pageNum){

52 // break;

SessionTest.php (https://github.com/maoueh/symfony.git) PHP · 256 lines

238 foreach ($this->session as $key => $val) {

239 $this->assertEquals($attributes[$key], $val);

240 $i++;

241 }

242

Calendar.php (https://github.com/mnylen/salon-sulu-reservation-system.git) PHP · 434 lines

147 $cells[$j][$i] = $this->cells[$date][$j];

148

149 $i++;

150 }

151

MainServer.pm (https://gitlab.com/aukkwat/CZPodzone-OpenKore-Bot) Perl · 190 lines

178 $args2{"client$i"} = $client->{ID};

179 $args2{"clientUserAgent$i"} = $client->{userAgent};

180 $i++;

181 }

182 }

I18n.php (https://github.com/cahnory/Cahnory-Framework.git) PHP · 161 lines

76 array_splice($this->_languages, array_search($language, $this->_languages), 1);

77 array_splice($this->_languages, $i, 0, $language);

78 $i++;

79 }

80 }

upravit.funkce.php (https://github.com/GE3/GE3.git) PHP · 116 lines

28 $i=0;

29 Do{

30 $i++;

31 $jedinecnyNazev = $friendlyName.($i>1?"-$i":"").".$pripona";

32 }While( file_exists("../zbozi/obrazky/$jedinecnyNazev") );

Config.php (https://gitlab.com/dksaputra/scarf) PHP · 274 lines

209 $prefix = ($i == 0) ? '' : '&';

210 $str .= $prefix . $key . '=' . $val;

211 $i++;

212 }

213

ErrataEditor.pm (https://github.com/colloquium/spacewalk.git) Perl · 334 lines

170 substr($adv, -1, 1) = $i;

171 substr($adv_name, -1, 1) = $i;

172 $i++;

173 }

174 }

Server.php (https://github.com/bhaumik25/zend-framework.git) PHP · 211 lines

147 {

148 // print "Read attempt: $i\n";

149 $i++;

150 // Child: reading

151 $buffer = socket_read( $client, 2048, PHP_BINARY_READ );

pnadmin.php (https://github.com/intraweb-modules12/iw_myrole.git) PHP · 263 lines

170 foreach($userGroups as $group){

171 $groups .= $group['id'].'$$';

172 $i++;

173 }

174

186 foreach($roles as $group){

187 $groups .= $group['id'].'$$';

188 $i++;

189 }

190 //set default roles

slide-random-posts.php (https://bitbucket.org/uglymunky/slide-random-posts) PHP · 123 lines

43 foreach ($adtnl as $a ){

44 array_unshift( $random_post_query->posts, $additional_post[$i] );

45 $i++;

46 }

47 }else{