Searched refs:PARAM_NULL (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/pdo/tests/ |
H A D | bug_73234.phpt | 15 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 D | pdo_024.phpt | 33 $stmt->bindParam(':name', $name, PDO::PARAM_NULL);
|
H A D | debug_emulated_prepares.phpt | 33 $stmt->bindValue(':null', null, PDO::PARAM_NULL);
|
/PHP-8.3/ext/pdo_pgsql/tests/ |
H A D | pg_debug_emulated_prepares.phpt | 22 $stmt->bindValue(':null', null, PDO::PARAM_NULL);
|
/PHP-8.3/ext/pdo_dblib/tests/ |
H A D | pdo_dblib_quote.phpt | 15 var_dump($db->quote(null, PDO::PARAM_NULL));
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_dbh.stub.php | 12 public const PARAM_NULL = 0; define in PDO
|
Completed in 6 milliseconds