Home
last modified time | relevance | path

Searched refs:row (Results 226 – 250 of 315) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/mysql/tests/
H A Dmysql_reflection_functions.phpt76 Parameter #1 [ <required> $row ]
90 Parameter #1 [ <required> $row ]
337 Parameter #1 [ <required> $row ]
367 Parameter #1 [ <required> $row ]
374 Parameter #1 [ <required> $row ]
H A Dmysql_db_name.phpt63 Warning: mysql_db_name(): Unable to jump to row -1 on MySQL result index %d in %s on line %d
65 Warning: mysql_db_name(): Unable to jump to row %d on MySQL result index %d in %s on line %d
H A Dmysql_pconn_disable.phpt21 ($row = mysql_fetch_assoc($res)) &&
24 $row['id']);
H A Dmysql_pconn_reuse.phpt30 ($row = mysql_fetch_assoc($res)) &&
33 $row['id']);
/PHP-5.5/ext/sqlite3/tests/
H A Dbug53463.phpt14 while ($row = $result->fetchArray(SQLITE3_NUM)) {
H A Dsqlite3_19_columninfo.phpt20 while ($row = $result->fetchArray(SQLITE3_NUM)) {
/PHP-5.5/ext/pgsql/tests/
H A D08escape.phpt54 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
56 if ($data === pg_unescape_bytea($row['bin'])) {
/PHP-5.5/ext/oci8/tests/
H A Dlob_030.phpt37 $row = oci_fetch_array($s, OCI_RETURN_LOBS);
39 var_dump(strlen($row[0]));
H A Dbind_char_2_11gR1.phpt78 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
79 foreach ($row as $item) {
H A Dbind_char_2.phpt81 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) {
82 foreach ($row as $item) {
H A Dbug36403.phpt38 $row = oci_fetch_array($s);
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1148 MYSQL_ROW row; in php_mysqli_fetch_into_hash_aux() local
1153 if (!(row = mysql_fetch_row(result))) { in php_mysqli_fetch_into_hash_aux()
1165 if (row[i]) { in php_mysqli_fetch_into_hash_aux()
1175 case 8:llval = (my_ulonglong) bit_uint8korr(row[i]);break; in php_mysqli_fetch_into_hash_aux()
1176 case 7:llval = (my_ulonglong) bit_uint7korr(row[i]);break; in php_mysqli_fetch_into_hash_aux()
1177 case 6:llval = (my_ulonglong) bit_uint6korr(row[i]);break; in php_mysqli_fetch_into_hash_aux()
1178 case 5:llval = (my_ulonglong) bit_uint5korr(row[i]);break; in php_mysqli_fetch_into_hash_aux()
1179 case 4:llval = (my_ulonglong) bit_uint4korr(row[i]);break; in php_mysqli_fetch_into_hash_aux()
1180 case 3:llval = (my_ulonglong) bit_uint3korr(row[i]);break; in php_mysqli_fetch_into_hash_aux()
1182 case 1:llval = (my_ulonglong) uint1korr(row[i]);break; in php_mysqli_fetch_into_hash_aux()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A D057.phpt54 $row = mysqli_fetch_row($result);
58 var_dump($row);
H A Dmysqli_fetch_array_large.phpt45 while ($row = mysqli_fetch_assoc($res)) {
46 if ($row['label'] != $random_char) {
48 $offset, $random_char, $row['label'], $len, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_fetch_lengths_oo.phpt22 while ($row = $res->fetch_assoc())
H A Dlocal_infile_tools.inc14 $row = mysqli_fetch_assoc($res);
16 if ('ON' != $row['Value'])
17 … return sprintf("Server variable 'local_infile' seems not set to 'ON', found '%s'", $row['Value']);
H A Dmysqli_change_user_set_names.phpt35 while ($row = mysqli_fetch_assoc($res))
36 $charsets[$row['Charset']] = $row['Default collation'];
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt36 if (!$row = mysqli_fetch_assoc($res))
41 if (0 === ($max_allowed_packet = (int)$row['Value']))
H A Dmysqli_fetch_lengths.phpt28 while ($row = mysqli_fetch_assoc($res))
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_44707.phpt13 $row = $stmt->fetch(PDO::FETCH_ASSOC);
15 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
H A Dpdo_mysql_prepare_emulated_anonymous.phpt25 $stmt->execute(array('first row'));
44 $stmt->execute(array('first row'));
H A Dbug_42499.phpt13 $row = $stmt->fetch(PDO::FETCH_ASSOC);
15 if (!preg_match('/^(\d+)\.(\d+)\.(\d+)/ismU', $row['_version'], $matches))
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2507 long row; local
2534 pgsql_row = row;
2600 row = -1;
2604 if (row < 0) {
2621 pgsql_row = row;
2845 long row; local
2854 if (row < 0 || row >= PQntuples(pg_result->result)) {
2859 pg_result->row = row;
2873 long row; local
2900 pgsql_row = row;
[all …]
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_62024.phpt2 Bug #62024 Cannot insert second row with null using parametrized query (Firebird PDO)
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h162 …(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row TSRMLS_DC);
193 …v, const MYSQLND_FIELD * const field, unsigned int pack_len, zend_uchar ** row, unsigned int byte_…

Completed in 65 milliseconds

12345678910>>...13