Home
last modified time | relevance | path

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

/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_columncount.phpt2 MySQL PDOStatement->columnCount()
29 var_dump($stmt->columnCount());
32 var_dump($stmt->columnCount());
47 var_dump($stmt->columnCount());
50 var_dump($stmt->columnCount());
H A Dbug_61207.phpt30 if ($handle1->columnCount() > 0)
46 if ($handle2->columnCount() > 0)
62 if ($handle3->columnCount() > 0)
79 if ($handle1->columnCount() > 0)
/PHP-8.2/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.2/ext/pdo/tests/
H A Dpdo_020.phpt2 PDO Common: PDOStatement::columnCount
26 $res = $stmt->columnCount();
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dbug79664.phpt11 if ($stmt->columnCount()) {
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.stub.php23 public function columnCount(): int {} function in PDOStatement
H A Dpdo_stmt_arginfo.h95 ZEND_METHOD(PDOStatement, columnCount);
118 ZEND_ME(PDOStatement, columnCount, arginfo_class_PDOStatement_columnCount, ZEND_ACC_PUBLIC)
H A Dpdo_stmt.c1654 PHP_METHOD(PDOStatement, columnCount) in PHP_METHOD() argument

Completed in 18 milliseconds