diff options
author | foobar <sniper@php.net> | 2003-08-12 02:05:21 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-08-12 02:05:21 +0000 |
commit | 83595f1f5cd1a1bbf157f7fccc11e4bb1cedc604 (patch) | |
tree | 18f09e9553260d7f8133ef335113a1a7232f517c /ext/mysqli | |
parent | 93bcd55eafbcf2a49e8963c3475d5a7b1fbc8c53 (diff) | |
download | php-git-83595f1f5cd1a1bbf157f7fccc11e4bb1cedc604.tar.gz |
fix test
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/tests/001.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mysqli/tests/001.phpt b/ext/mysqli/tests/001.phpt index fca937cf5d..5e483aba8d 100644 --- a/ext/mysqli/tests/001.phpt +++ b/ext/mysqli/tests/001.phpt @@ -1,7 +1,8 @@ --TEST-- mysqli connect --FILE-- -<? +<?php + $user = "root"; $passwd = ""; $dbname = "test"; |