Home
last modified time | relevance | path

Searched refs:j (Results 101 – 125 of 249) sorted by relevance

12345678910

/PHP-5.5/win32/build/
H A Dbuildconf.js111 var i, mod_name, j;
136 var i, mod_name, j;
159 var i, mod_name, j;
/PHP-5.5/ext/openssl/tests/
H A Dcve2013_4073.pem12 BQADggEPADCCAQoCggEBALXq7cn7Rn1vO3aA3TrzA5QLp6bb7B3f/yN0CJ2XFj+j
/PHP-5.5/ext/standard/tests/array/
H A Dextract_variation8.phpt8 $var["j"] = 2;
H A Drange_variation.phpt13 for( $j = 0; $j < count($high_arr); $j++) {
14 echo @"\n-- creating an array with low = '$low_arr[$i]' and high = '$high_arr[$j]' --\n";
15 var_dump( range( $low_arr[$i], $high_arr[$j] ) );
H A Dbug24220.phpt36 string(1) "j"
/PHP-5.5/ext/mysqli/tests/
H A Dbug35103.phpt42 $j=0;
44 while ($j++ < 6) {
/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c310 int j = 0; local
312 while (ce->trait_precedences[i]->exclude_from_classes[j]) {
313 ADD_SIZE(strlen((char*)ce->trait_precedences[i]->exclude_from_classes[j]) + 1);
314 j++;
316 ADD_SIZE(sizeof(zend_class_entry*) * (j + 1));
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite2.phar13 ] iNzθ�j� Jv�Uȱ�f���GBMB
H A Dfrontcontroller12.phar16 c��j�Fgs�_q�����GBMB
/PHP-5.5/ext/date/tests/
H A D009.phpt17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A DDateTime_extends_basic3.phpt12 public function format($format = "F j, Y, g:i:s a")
H A DDateTime_extends_basic2.phpt24 echo $d->format("F j, Y, g:i:s a") . "\n";
H A DDateTime_serialize.phpt16 var_dump( $date2->format( "F j, Y, g:i a") );
/PHP-5.5/ext/ldap/
H A Dldap.c1302 int i, j, num_attribs, num_values, dn_len; in php_ldap_do_modify() local
1366 for (j = 0; j < num_values; j++) { in php_ldap_do_modify()
1369 num_berval[i] = j; in php_ldap_do_modify()
1401 for (j = 0; j < num_berval[i]; j++) { in php_ldap_do_modify()
1402 efree(ldap_mods[i]->mod_bvalues[j]); in php_ldap_do_modify()
1532 int i, j, k; in PHP_FUNCTION() local
1609 for (j = 0; j < num_modprops; j++) { in PHP_FUNCTION()
1765 for (j = 0; j < num_modvals; j++) { in PHP_FUNCTION()
1800 for (j = 0; ldap_mods[i]->mod_bvalues[j] != NULL; j++) { in PHP_FUNCTION()
1802 efree(ldap_mods[i]->mod_bvalues[j]->bv_val); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746_1.phpt30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace.phpt9 var_dump(preg_replace('/(ab)(c)(d)(e)(f)(g)(h)(i)(j)(k)/', 'a${1}2$103', 'zabcdefghijkl'));
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation6.phpt50 $j = $i+1;
52 echo "\n-- Iteration $j --\n";
H A Dreadfile_variation9.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
H A Dfile_variation8.phpt49 $j = $i+1;
51 echo "\n-- Iteration $j --\n";
H A Dfile_get_contents_variation7.phpt49 $j = $i+1;
51 echo "\n-- Iteration $j --\n";
H A Dfile_variation8-win32.phpt57 $j = $i+1;
59 echo "\n-- Iteration $j --\n";
H A Dfile_get_contents_variation7-win32.phpt57 $j = $i+1;
59 echo "\n-- Iteration $j --\n";
/PHP-5.5/Zend/
H A Dmicro_bench.php213 $f = false; $j = 0;
215 $x = $f ?: $j + 1;
228 $f = false; $j = 0;
230 $x = $f ? $f : $j + 1;
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c186 int i, j; in find_code_blocks() local
188 j = 0; in find_code_blocks()
202 j++; in find_code_blocks()
205 if (j) { in find_code_blocks()
209 j = 0; in find_code_blocks()
214 if (i != j) { in find_code_blocks()
218 cfg->loop_cont[j] = &blocks[op_array->brk_cont_array[j].cont]; in find_code_blocks()
219 cfg->loop_brk[j] = &blocks[op_array->brk_cont_array[j].brk]; in find_code_blocks()
225 j++; in find_code_blocks()
1250 int i, j; in assemble_code_blocks() local
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt23 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z

Completed in 49 milliseconds

12345678910