Home
last modified time | relevance | path

Searched refs:columnCount (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_columncount.phpt2 MySQL PDOStatement->columnCount()
27 var_dump($stmt->columnCount());
30 var_dump($stmt->columnCount());
45 var_dump($stmt->columnCount());
48 var_dump($stmt->columnCount());
H A Dbug_61207.phpt31 if ($handle1->columnCount() > 0)
47 if ($handle2->columnCount() > 0)
63 if ($handle3->columnCount() > 0)
80 if ($handle1->columnCount() > 0)
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug80861.phpt66 $columnCount = count($from[0]);
67 if ($columnCount == 0) {
74 for ($j = 1; $j < $columnCount; $j++) {
81 error_log("These are the array bounds: $rowCount * $columnCount");
82 for ($j = 0; $j < $columnCount; $j++) {
/PHP-8.0/ext/pdo/tests/
H A Dpdo_020.phpt2 PDO Common: PDOStatement::columnCount
25 $res = $stmt->columnCount();
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug79664.phpt13 if ($stmt->columnCount()) {
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.stub.php20 public function columnCount() {} function in PDOStatement
H A Dpdo_stmt_arginfo.h91 ZEND_METHOD(PDOStatement, columnCount);
114 ZEND_ME(PDOStatement, columnCount, arginfo_class_PDOStatement_columnCount, ZEND_ACC_PUBLIC)
H A Dpdo_stmt.c1721 PHP_METHOD(PDOStatement, columnCount) in PHP_METHOD() argument

Completed in 25 milliseconds