/PHP-7.3/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_limits.phpt | 27 for ($j = 0; $j < $rows; $j++) 28 $params[($j * $rows) + $i] = $i; 32 $stmt_types = str_repeat("i", $num_params * $rows); 33 $stmt_params = substr(str_repeat($stmt_params, $rows), 0, -2); 40 printf("Testing %d columns with %d rows...\n", $num_params, $rows); 52 if ($stmt->param_count != $num_params * $rows) { 65 for ($i = 0; $i < $rows; $i++) 67 $param_ref[] = &$params[($i * $rows) + $j]; 74 if ($stmt->param_count != $num_params * $rows) { 119 Testing 273 columns with 240 rows... [all …]
|
H A D | mysqli_result_references_mysqlnd.phpt | 40 $rows = array(); 42 $rows[$i] = mysqli_fetch_assoc($res); 43 $references[$idx]['row_ref'] = &$rows[$i]; 44 $references[$idx]['row_copy'] = $rows[$i]; 45 $references[$idx]['id_ref'] = &$rows[$i]['id']; 46 $references[$idx]['id_copy'] = $rows[$i]['id']; 48 $references[$idx]['id_copy_mod']= $rows[$i]['id'] + 0;
|
/PHP-7.3/ext/pgsql/tests/ |
H A D | 06_bug73498.phpt | 12 $rows = pg_copy_to($db, "(select * from {$view_name})"); 14 var_dump(gettype($rows)); 15 var_dump(count($rows) > 0);
|
H A D | 04async_query.phpt | 24 if (!($rows = pg_num_rows($result))) { 27 for ($i=0; $i < $rows; $i++) 31 for ($i=0; $i < $rows; $i++) 35 for ($i=0; $i < $rows; $i++) 39 for ($i=0; $i < $rows; $i++)
|
H A D | 23sync_query_params.phpt | 18 if (!($rows = pg_num_rows($result))) 22 for ($i=0; $i < $rows; $i++) 26 for ($i=0; $i < $rows; $i++) 30 for ($i=0; $i < $rows; $i++) 34 for ($i=0; $i < $rows; $i++)
|
H A D | 24sync_query_prepared.phpt | 21 if (!($rows = pg_num_rows($result))) 25 for ($i=0; $i < $rows; $i++) 29 for ($i=0; $i < $rows; $i++) 33 for ($i=0; $i < $rows; $i++) 37 for ($i=0; $i < $rows; $i++)
|
H A D | 03sync_query.phpt | 13 if (!($rows = pg_num_rows($result))) 17 for ($i=0; $i < $rows; $i++) 21 for ($i=0; $i < $rows; $i++) 25 for ($i=0; $i < $rows; $i++) 29 for ($i=0; $i < $rows; $i++)
|
H A D | 25async_query_params.phpt | 28 if (!($rows = pg_num_rows($result))) { 31 for ($i=0; $i < $rows; $i++) 35 for ($i=0; $i < $rows; $i++) 39 for ($i=0; $i < $rows; $i++) 43 for ($i=0; $i < $rows; $i++)
|
H A D | 30nb_async_query_params.phpt | 37 if (!($rows = pg_num_rows($result))) { 40 for ($i=0; $i < $rows; $i++) { 43 for ($i=0; $i < $rows; $i++) { 46 for ($i=0; $i < $rows; $i++) { 49 for ($i=0; $i < $rows; $i++) {
|
H A D | 32nb_async_query.phpt | 38 if (!($rows = pg_num_rows($result))) { 41 for ($i=0; $i < $rows; $i++) { 44 for ($i=0; $i < $rows; $i++) { 47 for ($i=0; $i < $rows; $i++) { 50 for ($i=0; $i < $rows; $i++) {
|
H A D | 06copy.phpt | 12 $rows = pg_copy_to($db, $table_name); 16 pg_copy_from($db, $table_name, $rows);
|
H A D | 26async_query_prepared.phpt | 42 if (!($rows = pg_num_rows($result))) { 45 for ($i=0; $i < $rows; $i++) 49 for ($i=0; $i < $rows; $i++) 53 for ($i=0; $i < $rows; $i++) 57 for ($i=0; $i < $rows; $i++)
|
H A D | 31nb_async_query_prepared.phpt | 52 if (!($rows = pg_num_rows($result))) { 55 for ($i=0; $i < $rows; $i++) { 58 for ($i=0; $i < $rows; $i++) { 61 for ($i=0; $i < $rows; $i++) { 64 for ($i=0; $i < $rows; $i++) {
|
/PHP-7.3/ext/interbase/tests/ |
H A D | 005.phpt | 127 echo "two rows\n"; 134 echo "two rows again\n"; 182 echo "three rows\n"; 191 echo "four rows\n"; 200 echo "four rows again\n"; 242 two rows 247 two rows again 256 three rows in third transaction 269 three rows 275 four rows [all …]
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_commit.phpt | 48 $rows = $stmt->fetchAll(PDO::FETCH_ASSOC); 49 if (!isset($rows[0]['label']) || ($rows[0]['label'] != 'z')) { 50 printf("[006] Record data is strange, dumping rows\n"); 51 var_dump($rows); 69 $rows = $stmt->fetchAll(PDO::FETCH_ASSOC); 70 if (!isset($rows[0]['label']) || ($rows[0]['label'] != 'z')) { 71 printf("[009] Record data is strange, dumping rows\n"); 72 var_dump($rows);
|
H A D | pdo_mysql_prepare_emulated.phpt | 145 printf("[024] '1' IS NOT NULL evaluates to true, expecting two rows, got %d rows\n", $tmp); 150 printf("[026] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp); 164 printf("[033] Expecting two rows, got %d rows\n", $tmp); 186 printf("[040] Expecting zero rows, got %d rows\n", $tmp); 193 printf("[042] Expecting two rows, got %d rows\n", $tmp); 250 printf("[065] '1' IS NOT NULL evaluates to true, expecting two rows, got %d rows\n", $tmp); 255 printf("[067] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp); 269 printf("[074] Expecting two rows, got %d rows\n", $tmp); 295 printf("[080] Expecting zero rows, got %d rows\n", $tmp); 302 printf("[082] Expecting two rows, got %d rows\n", $tmp); [all …]
|
H A D | pdo_mysql_prepare_native.phpt | 151 printf("[017] '1' IS NOT NULL evaluates to true, expecting two rows, got %d rows\n", $tmp); 156 printf("[019] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp); 172 printf("[033] Expecting two rows, got %d rows\n", $tmp); 176 printf("[027] Expecting two rows, got %d rows\n", $tmp); 193 printf("[030] Expecting zero rows, got %d rows\n", $tmp); 199 printf("[032] Expecting one row, got %d rows\n", $tmp); 263 printf("[048] '1' IS NOT NULL evaluates to true, expecting two rows, got %d rows\n", $tmp); 268 printf("[050] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp); 282 printf("[074] Expecting two rows, got %d rows\n", $tmp); 318 printf("[061] Expecting zero rows, got %d rows\n", $tmp); [all …]
|
/PHP-7.3/ext/pdo/tests/ |
H A D | pdo_017.phpt | 49 return "Counted $res rows after $action.\n"; 70 Counted 3 rows after insert. 71 Counted 0 rows after delete. 72 Counted 3 rows after rollback. 73 Counted 0 rows after delete. 74 Counted 0 rows after commit.
|
H A D | pdo_021.phpt | 42 echo 'There are ' . $num . " rows in the table.\n"; 53 echo 'There are ' . $num . " rows in the table.\n"; 58 There are 6 rows in the table. 59 There are 12 rows in the table.
|
/PHP-7.3/ext/oci8/tests/ |
H A D | lob_037.phpt | 54 $rows = array(); 55 $rows[0] = oci_fetch_assoc($s); 56 $rows[1] = oci_fetch_assoc($s); 58 var_dump($rows[0]['BLOB']->read(1000)); 59 var_dump($rows[1]['BLOB']->read(1000));
|
/PHP-7.3/ext/pdo_dblib/tests/ |
H A D | bug_38955.phpt | 12 /*We see these rows */ 21 /*We don't see these rows */ 30 $rows = $rs->fetchAll(PDO::FETCH_ASSOC); 31 var_dump($rows);
|
H A D | bug_68957.phpt | 15 $rows = $stmt->fetchAll(); 16 print_r($rows);
|
/PHP-7.3/ext/pdo_firebird/tests/ |
H A D | bug_64037.phpt | 25 $rows = $stmt->fetchAll(); 26 var_dump($rows[0]['COST']); 27 var_dump($rows[1]['COST']); 28 var_dump($rows[2]['COST']);
|
H A D | bug_53280.phpt | 23 $rows = $stmth2->fetchAll(); // <------ OK 24 var_dump($rows); 28 $rows = $stmth1->fetchAll(); // <------- segfault 29 var_dump($rows);
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_column_variant.phpt | 6 $rows = array( 12 var_dump(array_column($rows, null, 'id')); 15 var_dump(array_column($rows, null, 'foo')); 18 var_dump(array_column($rows, null));
|