summaryrefslogtreecommitdiff
path: root/ext/sybase_ct
diff options
context:
space:
mode:
authorTimm Friebe <thekid@php.net>2008-11-08 11:46:06 +0000
committerTimm Friebe <thekid@php.net>2008-11-08 11:46:06 +0000
commit847e9922d1f1f7819c43601fc3b1e8d9c4b8bad0 (patch)
tree66fdd12fb600adfedeb701362493da4246e29ad4 /ext/sybase_ct
parentd40014873f821a1e9d7e6f6e508e85ba6ed79d07 (diff)
downloadphp-git-847e9922d1f1f7819c43601fc3b1e8d9c4b8bad0.tar.gz
- Made this test independent of field types in master..sysprocesses
# char on ASE 11, varchar on ASE 15
Diffstat (limited to 'ext/sybase_ct')
-rw-r--r--ext/sybase_ct/tests/test_appname.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/sybase_ct/tests/test_appname.phpt b/ext/sybase_ct/tests/test_appname.phpt
index c423ff0b52..71f5c32f4d 100644
--- a/ext/sybase_ct/tests/test_appname.phpt
+++ b/ext/sybase_ct/tests/test_appname.phpt
@@ -35,7 +35,6 @@ Sybase-CT application name
);
var_dump(
- $r,
compare_string($program_name, $r[0]['program_name']),
compare_string($hostname, $r[0]['hostname'])
);
@@ -52,14 +51,5 @@ Sybase-CT application name
where
program_name = "phpt_test"
<<< Return: resource
-array(1) {
- [0]=>
- array(2) {
- ["hostname"]=>
- string(10) "php.net%s"
- ["program_name"]=>
- string(16) "phpt_test%s"
- }
-}
bool(true)
bool(true)