Lines Matching refs:PHP_EOL
33 echo "dsn without credentials / correct user / correct password".PHP_EOL;
36 echo "Connected.".PHP_EOL.PHP_EOL;
38 echo $e->getMessage().PHP_EOL;
41 echo "dsn with credentials / no user / no password".PHP_EOL;
44 echo "Connected.".PHP_EOL.PHP_EOL;
46 echo $e->getMessage().PHP_EOL;
49 echo "dsn with correct user / incorrect user / correct password".PHP_EOL;
52 echo "Connected.".PHP_EOL.PHP_EOL;
54 echo $e->getMessage().PHP_EOL;
57 echo "dsn with correct password / correct user / incorrect password".PHP_EOL;
60 echo "Connected.".PHP_EOL.PHP_EOL;
62 echo $e->getMessage().PHP_EOL;
65 echo "dsn with correct credentials / incorrect user / incorrect password".PHP_EOL;
68 echo "Connected.".PHP_EOL;
70 echo $e->getMessage().PHP_EOL;