Home
last modified time | relevance | path

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

/PHP-5.4/ext/pdo/
H A Dpdo.php13 $stmt->bindParam(":name", $the_name, PDO_PARAM_STR, 32);
17 $the_name = "foo" . rand(); variable
48 $the_name = 'bar%'; variable
49 $stmt->execute(array($the_name)) or die("failed to execute!");

Completed in 4 milliseconds