Home
last modified time | relevance | path

Searched refs:i (Results 451 – 475 of 2041) sorted by relevance

1...<<11121314151617181920>>...82

/PHP-7.2/ext/zlib/tests/
H A Dgzencode_basic1.phpt33 for($i = -1; $i < 10; $i++) {
34 echo "-- Compression level $i --\n";
35 $output = gzencode($data, $i);
44 for($i = -1; $i < 10; $i++) {
45 echo "-- Compression level $i --\n";
46 $output = gzencode($smallstring, $i);
/PHP-7.2/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainerFunction.php33 for($i = 1; $i <= $numberOfArguments; $i++) {
36 $testCase->setUp($this->function, $i, $d);
H A DgtVariationContainerMethod.php33 for($i = 1; $i <= $numberOfArguments; $i++) {
38 $testCase->setUp($this->method, $i, $d);
/PHP-7.2/tests/lang/
H A Dbug24054.phpt11 $i = LONG_MAX;
13 $j = $i * 1001;
14 $i *= 1001;
17 $i === $j
H A Dbug26696.phpt8 for ($i = 0; $i < $len; $i++) {
9 switch ($str[$i]) {
/PHP-7.2/ext/spl/tests/
H A Dspl_iterator_caching_count_error.phpt8 $i = new ArrayIterator(array(1,1,1,1,1));
9 $i = new CachingIterator($i);
11 $i->count();
/PHP-7.2/ext/com_dotnet/
H A Dcom_typeinfo.c95 unsigned int i, j; in php_com_load_typelib() local
109 for (i = 0; i < SubKeys && TL == NULL; i++) { in php_com_load_typelib()
158 int i, j, interfaces; in php_com_import_typelib() local
174 for (i = 0; i < interfaces; i++) { in php_com_import_typelib()
334 int i; in php_com_locate_typeinfo() local
338 for (i = 0; i < attr->cImplTypes; i++) { in php_com_locate_typeinfo()
412 int i; in vt_to_string() local
413 for (i = 0; vt_names[i].name != NULL; i++) { in vt_to_string()
414 if (vt_names[i].vt == vt) in vt_to_string()
437 int i; in php_com_process_typeinfo() local
[all …]
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c31642 for(i=sz-1; i>0 && z[i]!='/' && z[i]!='.'; i--){}
70948 for(i=0; i<k; i++){
71051 for(i=0; i<k; i++){
80337 for(i=0; i<n; i++){
83947 for(i=0; i<16 && i<pMem->n; i++){
83951 for(i=0; i<16 && i<pMem->n; i++){
99458 for(i=0; i<n; i++) aiMap[i] = i;
100946 for(i=0; i<nExpr-1; i=i+2){
124859 for(i=0; i<3 && apAll[i]; i++){
186478 for(i=0; i<mx && a[i]; i++){
[all …]
/PHP-7.2/ext/mysqli/tests/
H A Dbug29311.phpt39 for ($i=0; $i < 3; $i++) {
40 if (($result = $foo[$i]->query("SELECT DATABASE()"))) {
43 printf("%d: %s\n", $i, $row[0]);
46 $foo[$i]->close();
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1254_1.phpt24 $item = "�okbaytl� i�leri";
48 getting basename of %s\�okbaytl� i�leri42\�okbaytl� i�leri4
49 string(%d) "�okbaytl� i�leri4"
51 string(%d) "%s\�okbaytl� i�leri42\�okbaytl� i�leri4"
H A Dtest_cp1254_to_utf8_1.phpt21 $item = "çokbaytlı işleri";
45 getting basename of %s\çokbaytlı işleri42\çokbaytlı işleri4
46 string(20) "çokbaytlı işleri4"
48 string(%d) "%s\çokbaytlı işleri42\çokbaytlı işleri4"
/PHP-7.2/tests/lang/operators/
H A Doperator_equals_basic.phpt34 for ($i = 0; $i < count($toCompare); $i +=3) {
35 $typeToTest = $toCompare[$i];
36 $valid_compares = $toCompare[$i + 1];
37 $invalid_compares = $toCompare[$i + 2];
H A Doperator_lt_basic.phpt32 for ($i = 0; $i < count($toCompare); $i +=3) {
33 $typeToTest = $toCompare[$i];
34 $valid_compares = $toCompare[$i + 1];
35 $invalid_compares = $toCompare[$i + 2];
/PHP-7.2/ext/hash/
H A Dhash_adler32.c32 uint32_t i, s[2]; in PHP_ADLER32Update() local
36 for (i = 0; i < len; ++i) { in PHP_ADLER32Update()
37 s[0] += input[i]; in PHP_ADLER32Update()
/PHP-7.2/ext/standard/tests/network/
H A Dsetcookie.phpt23 'Set-Cookie: name=deleted; expires='.date('D, d-M-Y H:i:s', 1).' GMT; Max-Age=0',
24 'Set-Cookie: name=deleted; expires='.date('D, d-M-Y H:i:s', 1).' GMT; Max-Age=0',
28 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsp).' GMT; Max-Age=5',
29 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsn).' GMT; Max-Age=0',
30 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsc).' GMT; Max-Age=0',
38 if (($i = count($expected)) > count($headers))
53 $i--;
66 echo ($i === 0)
68 : 'A total of '.$i.' errors found.';
/PHP-7.2/ext/standard/tests/array/
H A Darray_sum.phpt8 $i = 0;
9 while ($i++ < 1000) {
10 $a[] = $i;
11 $b[] = (string)$i;
/PHP-7.2/ext/date/tests/
H A Dstrtotime_variation_scottish.phpt6 var_dump(date('H:i:s', strtotime('back of 7')));
7 var_dump(date('H:i:s', strtotime('front of 7')));
8 var_dump(date('H:i:s', strtotime('back of 19')));
9 var_dump(date('H:i:s', strtotime('front of 19')));
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug74101.phpt5 $s = 'O:9:"Exception":799999999999999999999999999997:0i:0;a:0:{}i:2;i:0;i:0;R:2;';
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c430 for(i = 0; i < res->numcols; i++) { in ZEND_GET_MODULE()
959 for(i = 0; i < result->numcols; i++) { in odbc_bindcols()
1275 for (i=0;i<result->numparams;i++) { in PHP_FUNCTION()
1336 for(i = 0; i < result->numparams; i++) { in PHP_FUNCTION()
1778 for(i = 0; i < result->numcols; i++) { in php_odbc_fetch_hash()
1932 for(i = 0; i < result->numcols; i++) { in PHP_FUNCTION()
2126 for(i = 0; i < result->numcols; i++) { in PHP_FUNCTION()
2316 for (i = 0; i < result->numcols; i++) { in PHP_FUNCTION()
2325 for(i = 0; i < result->numcols; i++) { in PHP_FUNCTION()
2819 for(i = 0; i < result->numcols; i++) { in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/pdo_firebird/
H A Dfirebird_statement.c38 int i; in free_sqlda() local
40 for (i = 0; i < sqlda->sqld; ++i) { in free_sqlda()
54 int result = 1, i; in firebird_stmt_dtor() local
63 for (i = 0; i < S->out_sqlda.sqld; ++i) { in firebird_stmt_dtor()
104 unsigned int i; in firebird_stmt_execute() local
105 for (i = 0; i < S->out_sqlda.sqld; i++) { in firebird_stmt_execute()
136 while (result[i] != isc_info_end && i < result_size) { in firebird_stmt_execute()
256 unsigned short i; in firebird_fetch_blob() local
271 for (i = 0; i < sizeof(bl_info); ) { in firebird_fetch_blob()
513 int i; in firebird_stmt_param_hook() local
[all …]
/PHP-7.2/ext/intl/tests/
H A Dlocale_lookup.phpt34 'i-enochian',
37 'i-lux',
73 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
79 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
85 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
91 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
97 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
H A Dlocale_lookup_variant2.phpt34 'i-enochian',
37 'i-lux',
73 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
79 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
85 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
91 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
97 …l_IT_nedis-a-kirti-x-xyz,sl_IT_rozaj,sl_IT_NEDIS_ROJAZ_1901,i-enochian,sgn-CH-de,art-lojban,i-lux,…
/PHP-7.2/ext/zip/lib/
H A Dzip_hash.c89 zip_uint16_t i; in _zip_hash_free() local
95 for (i=0; i<hash->table_size; i++) { in _zip_hash_free()
96 if (hash->table[i] != NULL) { in _zip_hash_free()
97 _free_list(hash->table[i]); in _zip_hash_free()
240 zip_uint16_t i; in _zip_hash_revert() local
243 for (i = 0; i < hash->table_size; i++) { in _zip_hash_revert()
245 entry = hash->table[i]; in _zip_hash_revert()
253 hash->table[i] = entry->next; in _zip_hash_revert()
/PHP-7.2/ext/json/tests/
H A Dbug47644.phpt11 for ($i = 10000000000000000; $i < 10000000000000006; $i++) {
12 var_dump(json_decode("[$i]"));
/PHP-7.2/Zend/tests/generators/finally/
H A Dthrow_yield.phpt6 for ($i = $f; $i <= $t; $i++) {
10 yield $i;

Completed in 645 milliseconds

1...<<11121314151617181920>>...82