Home
last modified time | relevance | path

Searched refs:i (Results 601 – 625 of 1753) sorted by relevance

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

/PHP-5.5/ext/standard/tests/math/
H A Drad2deg_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = rad2deg($values[$i]);
H A Dtan_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = tan($values[$i]);
H A Dtanh_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = tanh($values[$i]);
H A Dacosh_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = acosh($values[$i]);
H A Dasinh_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = asinh($values[$i]);
H A Dcosh_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = cosh($values[$i]);
H A Ddeg2rad_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = deg2rad($values[$i]);
H A Dlog10_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = log10($values[$i]);
H A Dsin_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = sin($values[$i]);
H A Dsinh_variation.phpt31 for ($i = 0; $i < count($values); $i++) {
32 $res = sinh($values[$i]);
/PHP-5.5/ext/date/tests/
H A Dbug52290.phpt12 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
15 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
18 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
21 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
/PHP-5.5/ext/exif/tests/
H A Dbug68799.phpt22 for ($i = 0; $i < $limit; $i++) {
23 $b[$i] = clone $a;
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation3-win32.phpt60 for( $i=0; $i<count($names_arr); $i++ ) {
61 echo "-- Iteration $i --\n";
62 $file_name = tempnam($file_path, $names_arr[$i]);
65 if (file_exists($file_name) && !$res_arr[$i]) {
68 if ($res_arr[$i]) {
/PHP-5.5/ext/standard/
H A Dstring.c145 for (i = j = 0; i < oldlen; i++) { in php_bin2hex()
818 for (i = 0; i < len; i++) { in php_trim()
829 for (i = len - 1; i >= 0; i--) { in php_trim()
2803 for (i = 0; i < 256; xlat[i] = i, i++);
2805 for (i = 0; i < trlen; i++) {
2809 for (i = 0; i < len; i++) {
2862 for (i = 0; i < len; i++) {
2880 for (i = 0; i < patnum; i++) {
2995 for (i = 0; i < patnum; i++) {
5126 for (i = 0; i < len; i++) {
[all …]
H A Dbase64.c146 int ch, i = 0, j = 0, k; in php_base64_decode_ex() local
155 if (*current != '=' && ((i % 4) == 1 || (strict && length > 0))) { in php_base64_decode_ex()
156 if ((i % 4) != 1) { in php_base64_decode_ex()
178 switch(i % 4) { in php_base64_decode_ex()
194 i++; in php_base64_decode_ex()
200 switch(i % 4) { in php_base64_decode_ex()
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c205 for (i=7; i >= 0; i--) in KernelBessel_J1()
241 for (i=4; i >= 0; i--) in KernelBessel_P1()
277 for (i=4; i >= 0; i--) in KernelBessel_Q1()
835 for (i=0; i<4; i++) { in getPixelInterpolated()
911 for (i=0;i<=u;i++) { in _gdContributionsAlloc()
1153 for (i=0; i<new_height; i++) { in gdImageScaleNearestNeighbour()
1260 for (i=0; i < _height; i++) { in gdImageScaleBilinearPalette()
1351 for (i=0; i < dst_h; i++) { in gdImageScaleBilinearTC()
1459 for (i=0; i < new_height; i++) { in gdImageScaleBicubicFixed()
2474 for (i=0; i < 4; i++) { in gdTransformAffineBoundingBox()
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug31346.phpt10 $i = $ao->getIterator();
12 $ao->offsetUnset($i->key());
13 $i->next();
/PHP-5.5/ext/oci8/tests/
H A Dcommit_old.phpt20 for ($i = 0; $i<3; $i++) {
51 for ($i = 0; $i<3; $i++) {
H A Dtestping.phpt12 for ($i = 0; $i < 2; $i++) {
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput6532 /\pL/8i
588 /\x{391}+/8i
1247 /(A)\1/8i
1357 /ⱥ/8i
1365 /[ⱥ]/8i
1373 /Ⱥ/8i
1560 /\x{1e9e}+/8i
1568 /\x{00df}+/8i
1576 /\x{1f88}+/8i
1870 /\x{00b5}+/8i
[all …]
/PHP-5.5/ext/intl/tests/
H A Dcollation_customization.phpt17 foreach( $a as $i )
20 $res .= "$i";
23 $eqrc = ut_coll_compare( $coll, $prev, $i );
25 $res .= " $eq $i";
28 $prev = $i;
/PHP-5.5/ext/mysqli/tests/
H A D001.phpt39 for ($i = 0; $i < 10; $i++) {
41 …printf("[001 + %d] mysqli_init() failed, [%d] %s\n", $i, mysqli_connect_errno(), mysqli_connect_er…
44 …printf("[002 + %d] mysqli_real_connect() failed, [%d] %s\n", $i, mysqli_connect_errno(), mysqli_co…
/PHP-5.5/ext/standard/tests/general_functions/
H A Disset_basic2.phpt13 $i = 10;
20 var_dump(isset($i, $f, $s, $b));
21 var_dump(isset($i, $f, $s, $b, $n));
24 unset($i, $b);
27 var_dump(isset($i, $f, $s, $b));
/PHP-5.5/ext/standard/tests/network/
H A Dsocket_get_status_basic.phpt6 for ($i=0; $i<100; $i++) {
/PHP-5.5/Zend/
H A Dzend_execute_API.c689 for (i=0; i<param_count; i++) { in call_user_function()
690 params_array[i] = &params[i]; in call_user_function()
825 for (i=0; i<fci->param_count; i++) { in zend_call_function()
841 i+1, in zend_call_function()
1598 int i; in zend_reset_all_cv() local
1602 for (i = 0; i < ex->op_array->last_var; i++) { in zend_reset_all_cv()
1615 int i; in zend_delete_variable() local
1618 for (i = 0; i < ex->op_array->last_var; i++) { in zend_delete_variable()
1640 int i; in zend_delete_global_variable_ex() local
1641 for (i = 0; i < ex->op_array->last_var; i++) { in zend_delete_global_variable_ex()
[all …]

Completed in 74 milliseconds

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