if (preg_match('/(:\w+|\?)/', $value, $matches)) {
            if (strpos(':', $matches[1]) !== false) {
                // look up the value (named parameters can be in any order)
                $marker = $matches[1];
                $bound_value = $bindings[$matches[1]];