Home
last modified time | relevance | path

Searched refs:col3 (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/mysqli/tests/bind_fetch/
H A Dvaried_data_types.phpt20 col3 int, col4 bigint,
33 $stmt = mysqli_prepare($link, "SELECT col1, col2, col3, col4, col5, col6, col7, col8, col9, col10, …
/php-src/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt51 $col3 = imagecolorat($image_in, 5, 5);
55 $color3 = imagecolorsforindex($image_in, $col3);
/php-src/ext/mysqli/tests/
H A D048.phpt20 col3 int, col4 bigint,
29 …$stmt = $mysql->prepare("SELECT col1, col2, col3, col4, col5, col6, col7, col8, col9, col10, col11…
/php-src/ext/standard/html_tables/
H A Dhtml_table_gen.php534 $col3 = array(); variable
538 $col3[$l] = $mstable[$i][$k][$l];
540 $col3[$l] = null;
546 foreach ($col3 as $y => $z) {
/php-src/ext/mysqli/tests/bind_insert/
H A Dvaried_data_types.phpt20 col3 int, col4 bigint,

Completed in 8 milliseconds