Home
last modified time | relevance | path

Searched refs:rows (Results 51 – 75 of 98) sorted by relevance

1234

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous_placeholders.phpt144 … printf("[065] '1' IS NOT NULL evaluates to true, expecting two rows, got %d rows\n", $tmp);
149 … printf("[067] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
H A Dpdo_mysql_prepare_native.phpt148 … printf("[017] '1' IS NOT NULL evaluates to true, expecting two rows, got %d rows\n", $tmp);
153 … printf("[019] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
H A Dpdo_mysql_exec_ddl.phpt2 MySQL PDO->exec(), affected rows
42 /* affected rows related */
H A Dpdo_mysql_prepare_emulated.phpt144 … printf("[024] '1' IS NOT NULL evaluates to true, expecting two rows, got %d rows\n", $tmp);
149 … printf("[026] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
H A Dpdo_mysql_exec_load_data.phpt2 MySQL PDO->exec(), affected rows
60 /* affected rows related */
H A Dbug79375.phpt63 $rows = $stmt->fetchAll();
64 $count = count($rows);
H A Dpdo_mysql_begintransaction.phpt30 printf("[004] No rows deleted, can't be true.\n");
162 printf("[033] No rows deleted, can't be true.\n");
182 printf("[038] No rows deleted, can't be true.\n");
/php-src/ext/odbc/tests/
H A Dodbc_num_rows_001.phpt2 odbc_num_rows(): Getting the number of rows
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all_data_types_variation.phpt217 $rows = mysqli_fetch_all($result, MYSQLI_ASSOC);
218 if (!is_array($rows) || (count($rows) > 1) || !isset($rows[0]['_one']) || ($rows[0]['_one'] != 1)) {
220 var_dump($rows);
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_multires.phpt49 printf("[008] No more rows expected\n");
70 printf("[012] No more rows expected\n");
H A Dmysqli_stmt_fetch_geom.phpt67 $rows = array();
69 $rows[] = array('id' => $id, 'label' => $bind_res);
80 foreach ($rows as $row) {
H A Dmysqli_change_user_locks_temporary.phpt40 printf("[005] There should be some rows in the table test\n");
61 printf("[011] There should be three rows in the table test\n");
H A Dmysqli_stmt_send_long_data.phpt89 printf("[018] Expecting 1 rows, mysqli_num_rows() reports %d rows. [%d] %s\n",
H A Dmysqli_stmt_bind_param_type_juggling.phpt63 …printf("[%03d + 10] Expecting 2 rows, got %d rows [%d] %s\n", $offset, $tmp, mysqli_errno($link), …
H A Dmysqli_more_results.phpt40 // you must fetch all rows before you can loop to the next result set!
/php-src/Zend/
H A Dbench.php267 function mkmatrix ($rows, $cols) { argument
270 for ($i=0; $i<$rows; $i++) {
278 function mmult ($rows, $cols, $m1, $m2) { argument
280 for ($i=0; $i<$rows; $i++) {
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql.stub.php38 …public function copyFromArray(string $tableName, array $rows, string $separator = "\t", string $nu… argument
H A Dpgsql_driver_arginfo.h6 ZEND_ARG_TYPE_INFO(0, rows, IS_ARRAY, 0)
/php-src/ext/pgsql/tests/
H A D22pg_fetch_object.phpt26 $rows = pg_num_rows($result);
H A D17result.phpt21 $rows = pg_num_rows($result);
/php-src/ext/pdo_firebird/tests/
H A Dbug_47415.phpt26 $rows = $stmt->fetch(PDO::FETCH_BOUND);
H A Dbug_48877.phpt28 $rows = $stmt->fetch();
/php-src/ext/sqlite3/tests/
H A Dsqlite3_25_create_aggregate.phpt10 function sum_list_step($context, $rows, $string) {
/php-src/ext/dom/tests/
H A Ddomelement.phpt53 $rows = $node->getElementsByTagName('row');
54 echo "Row Count: ".$rows->length."\n";
/php-src/ext/standard/tests/array/
H A Darray_column_basic.phpt98 echo "\n*** Testing columns not present in all rows ***\n";
270 *** Testing columns not present in all rows ***

Completed in 37 milliseconds

1234