Home
last modified time | relevance | path

Searched refs:j (Results 201 – 225 of 249) sorted by path

12345678910

/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_variation8-win32.phpt60 $j = $i+1;
H A Dreadfile_variation9.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
H A Drename_variation11-win32.phpt55 $j = $i+1;
57 echo "\n-- Iteration $j --\n";
H A Drename_variation12-win32.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
H A Drename_variation12.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
H A Dtempnam_variation2-win32.phpt47 $j = $i+1;
48 echo "\n-- Iteration $j --\n";
H A Dtempnam_variation2.phpt47 $j = $i+1;
48 echo "\n-- Iteration $j --\n";
H A Dtempnam_variation8-win32.phpt46 $j = $i+1;
47 echo "\n-- Iteration $j --\n";
H A Duserstreams.phpt239 $j = 0;
258 $j, $whence_names[$whence], $offset, $line_length, $position);
270 $j++;
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_1.phpt30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_2.phpt30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetopt.phpt4 -v -h -d test -m 1234 -t -j
10 var_dump(getopt("d:m:j:vht"));
/PHP-5.5/ext/standard/tests/math/
H A Datan2_basic.phpt34 for ($j = 0; $j < count($valuesx); $j++) {
35 $res = atan2($valuesy[$i], $valuesx[$j]);
36 echo "Y:$valuesy[$i] X:$valuesx[$j] ";
H A Dfmod_basic.phpt35 for ($j = 0; $j < count($values2); $j++) {
36 $res = fmod($values1[$i], $values2[$j]);
H A Dhypot_basic.phpt44 for ($j = 0; $j < count($valuesx); $j++) {
45 echo "\nY:$valuesy[$i] X:$valuesx[$j] ";
46 $res = hypot($valuesy[$i], $valuesx[$j]);
H A Dround_basic.phpt42 for ($j = 0; $j < count($precision); $j++) {
43 $res = round($values[$i], $precision[$j]);
44 echo "...with precision $precision[$j]-> ";
/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
H A Daddcslashes_003.phpt38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
H A Dstrcasecmp.phpt25 for($j=0; $j<count($str1_arr); $j++){
26 echo "- strcasecmp of '$str1_arr[$i]' and '$str1_arr[$j]' is => ";
27 var_dump(strcasecmp($str1_arr[$i], $str1_arr[$j]));
H A Dstrcmp.phpt25 for($j=0; $j<count($str1_arr); $j++){
26 echo "- strcmp of '$str1_arr[$i]' and '$str1_arr[$j]' is => ";
27 var_dump(strcmp($str1_arr[$i], $str1_arr[$j]));
/PHP-5.5/ext/standard/tests/time/
H A Didate.phpt19 j: 23
/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 78 milliseconds

12345678910