Searched refs:cur1 (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/ext/oci8/tests/ |
H A D | refcur_prefetch_4.phpt | 43 fetch cur1 into c1,c2; 69 $cur1 = oci_new_cursor($c); 70 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) { 91 $cur1 = oci_new_cursor($c); 103 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) { 106 oci_set_prefetch($cur1,5); 108 oci_execute($cur1); 114 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) { 119 oci_execute($cur1); 121 oci_set_prefetch($cur1,5); [all …]
|
H A D | refcur_prefetch_2.phpt | 41 fetch cur1 into c1,c2; 67 $cur1 = oci_new_cursor($c); 68 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) { 90 oci_execute($cur1); 92 oci_set_prefetch($cur1,0); 101 oci_set_prefetch($cur1,5); 111 $cur1 = oci_new_cursor($c); 112 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) { 118 oci_execute($cur1); 119 var_dump(oci_fetch_row($cur1)); [all …]
|
H A D | refcur_prefetch_1.phpt | 34 procedure open_ref_cur(cur1 out refcursortype) is 41 fetch cur1 into c1,c2; 69 $cur1 = oci_new_cursor($c); 70 fetch_frm_php($c,$cur1,$value); 71 fetch_frm_plsql($c,$cur1); 77 function fetch_frm_php($c,$cur1,$value) { 80 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) { 84 oci_set_prefetch($cur1,$value); 85 oci_execute($cur1); 87 var_dump(oci_fetch_row($cur1)); [all …]
|
H A D | refcur_prefetch_3.phpt | 53 $cur1 = oci_new_cursor($c);
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gd_topal.c | 1233 cur0 = cur1 = cur2 = 0; in pass2_fs_dither() 1265 cur1 = RIGHT_SHIFT (cur1 + errorptr[dir3 + 1] + 8, 4); in pass2_fs_dither() 1271 cur1 = error_limit[cur1]; in pass2_fs_dither() 1278 cur1 += gdTrueColorGetGreen (*inptr); in pass2_fs_dither() 1281 range_limit (cur1); in pass2_fs_dither() 1299 cur1 -= GETJSAMPLE (colormap1[pixcode]); in pass2_fs_dither() 1319 delta = cur1 * 2; in pass2_fs_dither() 1320 cur1 += delta; /* form error * 3 */ in pass2_fs_dither() 1322 cur1 += delta; /* form error * 5 */ in pass2_fs_dither() 1323 bpreverr1 = belowerr1 + cur1; in pass2_fs_dither() [all …]
|
Completed in 16 milliseconds