Home
last modified time | relevance | path

Searched refs:PARAM_NULL (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/pdo/tests/
H A Dbug_73234.phpt15 die("xfail PDO::PARAM_NULL is not honored by OCI driver, related with bug #81586");
38 $stmt->bindValue(':value', 0, PDO::PARAM_NULL);
41 $stmt->bindValue(':value', null, PDO::PARAM_NULL);
H A Dpdo_024.phpt33 $stmt->bindParam(':name', $name, PDO::PARAM_NULL);
H A Ddebug_emulated_prepares.phpt33 $stmt->bindValue(':null', null, PDO::PARAM_NULL);
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dpg_debug_emulated_prepares.phpt22 $stmt->bindValue(':null', null, PDO::PARAM_NULL);
/PHP-8.3/ext/pdo_dblib/tests/
H A Dpdo_dblib_quote.phpt15 var_dump($db->quote(null, PDO::PARAM_NULL));
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.stub.php12 public const PARAM_NULL = 0; define in PDO

Completed in 22 milliseconds