diff --git a/reference/pdo/reference.xml b/reference/pdo/reference.xml index 585b6839cc..57a3f1e39e 100644 --- a/reference/pdo/reference.xml +++ b/reference/pdo/reference.xml @@ -1,5 +1,5 @@ - + @@ -313,6 +313,7 @@ $dbh = null; $dbh = new PDO('mysql:host=localhost;dbname=test', $user, $pass, array( PDO_ATTR_PERSISTENT => true )); +?> ]]>