Home
last modified time | relevance | path

Searched refs:i (Results 701 – 725 of 1753) sorted by relevance

1...<<21222324252627282930>>...71

/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt11 $i = 0;
12 while ($i++ < 20) {
63 string(%i) "%s.tmp"
88 string(%i) "%s.tmp"
111 string(%i) "%s.tmp"
134 string(%i) "%s.tmp"
H A Dstream_get_meta_data_file_variation5.phpt11 $i = 0;
12 while ($i++ < 20) {
53 string(%i) "%s"
76 string(%i) "%s"
/PHP-5.5/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt17 var_dump(bin2hex(convert_cyr_string($str, 'w', 'i')));
22 for ($i = 128; $i < 256; $i++) {
23 $str = chr($i);
24 echo "$i: " . bin2hex(convert_cyr_string($str, 'w', 'k')) . "\n";
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt41 for ($i=0; $i < count($vars); $i++) {
42 if (is_resource($vars[$i])) {
43 echo $types[$i]. " test returns TRUE\n";
45 echo $types[$i]. " test returns FALSE\n";
/PHP-5.5/ext/date/lib/
H A Ddow.c115 int i; in timelib_isoweek_from_date() local
117 i = y_leap ? 366 : 365; in timelib_isoweek_from_date()
118 if ((i - (doy - y_leap)) < (4 - weekday)) { in timelib_isoweek_from_date()
149 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) in timelib_valid_time() argument
151 if (h < 0 || h > 23 || i < 0 || i > 59 || s < 0 || s > 59) { in timelib_valid_time()
/PHP-5.5/ext/standard/tests/file/
H A Dfeof_basic.phpt17 for ($i = 1; $i <= $count; $i++) {
18 fwrite($h, "some data $i\n");
41 for ($i = 1; $i <=$count; $i++) {
42 fwrite($h, "some data $i\n");
/PHP-5.5/ext/oci8/tests/
H A Dbug40415.phpt30 for($i=1; $i < 4; $i++) {
31 $insert = "INSERT INTO t1 VALUES(1".$i.")";
36 for($i=1; $i < 4; $i++) {
37 $insert = "INSERT INTO t2 VALUES(2".$i.")";
H A Dpecl_bug8816.phpt30 $i = 0;
32 $i++;
33 $insert = "INSERT INTO t1 VALUES($i, ".$val.")";
39 $insert = "INSERT INTO t2 VALUES($i, ".$val.")";
42 $i--;
/PHP-5.5/ext/sockets/tests/
H A Dsocket_create_params.phpt20 Warning: socket_create() expects exactly 3 parameters, 0 given in %s on line %i
22 Warning: socket_create() expects exactly 3 parameters, 1 given in %s on line %i
24 Warning: socket_create() expects exactly 3 parameters, 2 given in %s on line %i
H A Dmcast_ipv4_recv.phpt53 $i = 0;
56 $i++;
57 echo "$i> ", $str, "\n";
59 if ($i == 1) {
71 if ($i == 2) {
83 if ($i == 3) {
96 if ($i == 4) {
107 if ($i == 5) {
119 if ($i == 6) {
130 if ($i == 7) {
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A D004.phpt23 Serialized array: a:1:{i:0;i:4;}
29 Serialized array: a:1:{i:0;d:4.5;}
/PHP-5.5/ext/standard/tests/array/
H A Darray_product_variation4.phpt17 for ($i = 0; $i < 999; $i++) {
/PHP-5.5/ext/zlib/tests/
H A Dbug67724.phpt15 for ($i = 0; !feof($f); $i += strlen(fread($f, 0x1000)))
19 var_dump($i);
/PHP-5.5/ext/hash/tests/
H A Djoaat.phpt15 $i = 0;
19 ++$i;
23 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dsha512.phar2 …����������������hi���UIG����*�ض������hi�2��4+�˺���i��Œ���>!���a���ٛٽJ�ʷ�|�����!���#iӢ��…
/PHP-5.5/ext/phar/tests/files/
H A Dsha512.phar2 …����������������hi���UIG����*�ض������hi�2��4+�˺���i��Œ���>!���a���ٛٽJ�ʷ�|�����!���#iӢ��…
/PHP-5.5/ext/standard/
H A Ddns.c244 int i; in PHP_FUNCTION() local
263 for (i = 0 ; hp->h_addr_list[i] != 0 ; i++) { in PHP_FUNCTION()
416 if (i < 0) { in PHP_FUNCTION()
437 long n, i; in php_parserr() local
592 for(i=0; i < 8; i++) { in php_parserr()
661 for (i = (n + 8) / 16; i < 8; i++) { in php_parserr()
1005 int i; in PHP_FUNCTION() local
1042 if (i < 0) { in PHP_FUNCTION()
1063 cp += i; in PHP_FUNCTION()
1068 cp += i; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A D017.phpt38 for ($i=0;$i<$persons;$i++) {
39 echo "person: ".$xml->person[$i]['name']."\n";
42 echo " child: ".$xml->person[$i]->child[$j]['name']."\n";
/PHP-5.5/ext/mysql/tests/
H A Dbug47438.phpt23 $i = 0;
25 while($i<mysql_num_fields($result))
27 $meta=mysql_fetch_field($result,$i);
28 echo $i . "." . $meta->name . "\n";
29 $i++;
/PHP-5.5/ext/standard/tests/file/windows_acls/
H A Dbug44859.phpt21 $i = 1;
26 echo 'Iteration #' . $i++ . ': ';
38 $i = 1;
42 echo 'Iteration #' . $i++ . ': ';
H A Dbug44859_2.phpt21 $i = 1;
26 echo 'Iteration #' . $i++ . ': ';
38 $i = 1;
42 echo 'Iteration #' . $i++ . ': ';
/PHP-5.5/ext/intl/tests/
H A Dlocale_get_all_variants.phpt20 'i-enochian',
23 'i-tay',
56 i-enochian : variants --none
59 i-tay : variants --none
/PHP-5.5/ext/ftp/tests/
H A Dftp_mdtm_basic.phpt23 echo date("F d Y H:i:s u",$time), PHP_EOL;
26 echo date("F d Y H:i:s u",$time), PHP_EOL;
29 echo date("F d Y H:i:s u",$time), PHP_EOL;
35 echo date("F d Y H:i:s u",$time), PHP_EOL;
/PHP-5.5/ext/iconv/tests/
H A Diconv_strrpos.phpt31 for ($i = 0; $i <=6; ++$i) {
32 $str = str_repeat("����������", 60).str_repeat('$', $i).str_repeat("����������", 60);
/PHP-5.5/ext/date/tests/
H A Dbug52342.phpt10 echo $from->format('d.m.Y H:i'), "\n"; //A
12 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
16 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C

Completed in 39 milliseconds

1...<<21222324252627282930>>...71