DB_QUERY_REGEXP

Indicates the place holders that should be replaced in _db_query_callback().

drupal/includes/database.inc, line 259

<?php
define('DB_QUERY_REGEXP', '/(%d|%s|%%|%f|%b|%n)/')
?>

Related topics