Home
last modified time | relevance | path

Searched refs:i (Results 976 – 1000 of 1753) sorted by relevance

1...<<31323334353637383940>>...71

/PHP-5.5/ext/standard/tests/array/
H A Dprev_basic.phpt31 for ($i = $length; $i > 0; $i--) {
H A Darray_keys_variation_001.phpt22 $i = 0;
25 echo "\n-- Iteration $i --\n";
27 $i++;
/PHP-5.5/ext/gd/tests/
H A Dcreatefromwbmp2.phpt36 for ($i=0; $i<10000; $i++) {
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt42 $i = 0;
44 $a[$i=1][++$i]();
/PHP-5.5/ext/standard/
H A Dmath.c615 if (i == 0) { in PHP_FUNCTION()
622 while (i >= 1) { in PHP_FUNCTION()
626 if (i % 2) { in PHP_FUNCTION()
627 --i; in PHP_FUNCTION()
629 if (overflow) RETURN_DOUBLE(dval * pow(l2,i)); in PHP_FUNCTION()
631 i /= 2; in PHP_FUNCTION()
635 if (i == 0) { in PHP_FUNCTION()
797 int i; in _php_math_basetolong() local
806 for (i = Z_STRLEN_P(arg); i > 0; i--) { in _php_math_basetolong()
843 int i; in _php_math_basetozval() local
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c136 int i; in InitTables() local
137 for (i = 0; i < 256; ++i) { in InitTables()
138 kVToR[i] = (89858 * (i - 128) + RGB_HALF) >> RGB_FRAC; in InitTables()
139 kUToG[i] = -22014 * (i - 128) + RGB_HALF; in InitTables()
140 kVToG[i] = -45773 * (i - 128); in InitTables()
141 kUToB[i] = (113618 * (i - 128) + RGB_HALF) >> RGB_FRAC; in InitTables()
143 for (i = RGB_RANGE_MIN; i < RGB_RANGE_MAX; ++i) { in InitTables()
144 const int j = ((i - 16) * 76283 + RGB_HALF) >> RGB_FRAC; in InitTables()
145 kClip[i - RGB_RANGE_MIN] = (j < 0) ? 0 : (j > 255) ? 255 : j; in InitTables()
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c533 int i; in fixHeaderIndexEndian() local
534 for( i = 0; i < H_TRANSFER_ENCODING; ++i ) in fixHeaderIndexEndian()
898 int i; in lsapi_changeUGid() local
1102 int i; in init_conn_key() local
1105 for( i = 8; i < 16; ++i ) in init_conn_key()
1834 int i; in GetHeaderVar() local
1836 for( i = 0; i < H_TRANSFER_ENCODING; ++i ) in GetHeaderVar()
1928 int i; in LSAPI_ForeachOrgHeader_r() local
1941 for( i = 0; i < H_TRANSFER_ENCODING; ++i ) in LSAPI_ForeachOrgHeader_r()
1990 for( i = 0; i < count; ++i ) in LSAPI_ForeachOrgHeader_r()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation11-win32.phpt54 for($i = 0; $i<count($allDirs); $i++) {
55 $j = $i+1;
56 $dir = $allDirs[$i];
H A Drename_variation12-win32.phpt51 for($i = 0; $i<count($allDirs); $i++) {
52 $j = $i+1;
53 $dir = $allDirs[$i];
/PHP-5.5/ext/standard/tests/strings/
H A Dchr_ord.phpt12 for($i=0; $i<256; $i++) echo !ord(chr($i)) == $i;
H A Dconvert_cyr_string.phpt15 var_dump(convert_cyr_string((binary)"[[[[[[", "d", "i"));
17 var_dump(convert_cyr_string((binary)"[[[[[[", "i", "q"));
18 var_dump(convert_cyr_string((binary)"", "d", "i"));
H A Dstr_split_basic.phpt51 string(1) "i"
57 string(1) "i"
69 string(1) "i"
/PHP-5.5/ext/filter/tests/
H A D043.phpt9 for ($i = 0; $i < 256; $i++) {
10 var_dump(filter_var(chr($i), FILTER_SANITIZE_STRING, array("flags" => $flags)));
119 string(1) "i"
/PHP-5.5/ext/readline/
H A Dreadline.c384 int i; in PHP_FUNCTION() local
385 for (i = 0; history[i]; i++) { in PHP_FUNCTION()
386 add_next_index_string(return_value,history[i]->line,1); in PHP_FUNCTION()
494 int i; in _readline_completion_cb() local
517 for (i = 0; i < 3; i++) { in _readline_completion_cb()
518 zval_ptr_dtor(&params[i]); in _readline_completion_cb()
/PHP-5.5/ext/date/
H A Dphp_date.c35 static __inline __int64 php_date_llabs( __int64 i ) { return i >= 0? i: -i; } in php_date_llabs() argument
37 static __inline __int64_t php_date_llabs( __int64_t i ) { return i >= 0 ? i : -i; } in php_date_llabs() argument
39 static inline long long php_date_llabs( long long i ) { return i >= 0 ? i : -i; } in php_date_llabs() argument
45 # define DATE_A64I(i, s) i = _atoi64(s) argument
54 # define DATE_A64I(i, s) i = atoll(s) argument
1095 for (i = 0; i < format_len; i++) { in date_format()
2900 for (i = 0; i < error->warning_count; i++) { in zval_from_error_container()
2908 for (i = 0; i < error->error_count; i++) { in zval_from_error_container()
3414 dateobj->time->i = i; in php_date_time_set()
4281 for (i = 0; i < format_len; i++) { in date_interval_format()
[all …]
/PHP-5.5/ext/dba/
H A Ddba.c593 int numitems, i; in php_dba_find() local
596 for (i=1; i<numitems; i++) { in php_dba_find()
623 int i; in php_dba_open() local
643 for (i = 0; i < ac; i++) { in php_dba_open()
644 convert_to_string_ex(args[i]); in php_dba_open()
645 keylen += Z_STRLEN_PP(args[i]); in php_dba_open()
656 for(i = 0; i < ac; i++) { in php_dba_open()
657 memcpy(key+keylen, Z_STRVAL_PP(args[i]), Z_STRLEN_PP(args[i])); in php_dba_open()
658 keylen += Z_STRLEN_PP(args[i]); in php_dba_open()
1230 ulong numitems, i; in PHP_FUNCTION() local
[all …]
/PHP-5.5/Zend/
H A Dzend_interfaces.c297 zend_uint i; in zend_implement_traversable() local
302 for (i = 0; i < class_type->num_interfaces; i++) { in zend_implement_traversable()
303 …if (class_type->interfaces[i] == zend_ce_aggregate || class_type->interfaces[i] == zend_ce_iterato… in zend_implement_traversable()
319 int i, t = -1; in zend_implement_aggregate() local
328 for (i = 0; i < class_type->num_interfaces; i++) { in zend_implement_aggregate()
329 if (class_type->interfaces[i] == zend_ce_iterator) { in zend_implement_aggregate()
336 if (class_type->interfaces[i] == zend_ce_traversable) { in zend_implement_aggregate()
337 t = i; in zend_implement_aggregate()
/PHP-5.5/ext/date/tests/
H A Dbug20382-1.phpt8 echo "tStamp=". date("l Y-m-d H:i:s T", $tStamp). "\n";
11 echo "result=". date("l Y-m-d H:i:s T", $strtotime_timestamp). "\n";
/PHP-5.5/ext/mysqli/tests/
H A Dbug66124.phpt2 Bug #66124 (mysqli under mysqlnd loses precision when bind_param with 'i')
40 echo "Using 'i':\n";
41 $stmt->bind_param('i', $id);
95 Using 'i':
H A Dmysqli_get_client_stats_skipped.phpt34 for ($i = 0; $i < $num_rows - 1; $i++)
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_023w.phpt11 function SOAPComplexType($s, $i, $f) {
13 $this->varInt = $i;
18 function SOAPComplexTypeComplexType($s, $i, $f, $c) {
20 $this->varInt = $i;
/PHP-5.5/ext/zip/
H A Dphp_zip.c103 size_t i; in php_zip_make_relative_path() local
116 while (i > 0 && !IS_SLASH(path[i])) { in php_zip_make_relative_path()
117 i--; in php_zip_make_relative_path()
124 if (i >= 2 && (path[i -1] == '.' || path[i -1] == ':')) { in php_zip_make_relative_path()
129 i--; in php_zip_make_relative_path()
674 for (i = 0; i < files_cnt; i++) { in php_zip_pcre()
1063 int i; in php_zip_object_free_storage() local
1076 for (i=0; i<intern->buffers_cnt; i++) { in php_zip_object_free_storage()
1713 for (i = 0; i < found; i++) { in php_zip_add_from_pattern()
2470 for (i = 0; i < nelems; i++) { in ZIPARCHIVE_METHOD()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_001.phpt59 object(ReflectionParameter)#%i (1) {
64 object(ReflectionParameter)#%i (1) {
71 object(ReflectionParameter)#%i (1) {
/PHP-5.5/ext/standard/tests/network/
H A Dudp6loop.phpt20 for ($i=0; $i<100; $i++) {
/PHP-5.5/ext/oci8/tests/
H A Dpecl_bug10194.phpt36 for ($i = 0; $i < 8; $i++) {

Completed in 83 milliseconds

1...<<31323334353637383940>>...71