Searched refs:col3 (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/mysqli/tests/bind_fetch/ |
H A D | varied_data_types.phpt | 20 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 D | imagefilledpolygon_basic.phpt | 51 $col3 = imagecolorat($image_in, 5, 5); 55 $color3 = imagecolorsforindex($image_in, $col3);
|
/php-src/ext/mysqli/tests/ |
H A D | 048.phpt | 20 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 D | html_table_gen.php | 534 $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 D | varied_data_types.phpt | 20 col3 int, col4 bigint,
|
Completed in 9 milliseconds