Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dbe95 commit 28be4a8Copy full SHA for 28be4a8
tests/TestRedis.php
@@ -34,7 +34,7 @@
34
35
/* Let the user know this can take a bit of time */
36
echo "Note: these tests might take up to a minute. Don't worry :-)\n";
37
-echo "Using PHP version " . PHP_VERSION . "\n";
+echo "Using PHP version " . PHP_VERSION . " (" . (PHP_INT_SIZE*8) . " bits)\n";
38
39
/* Depending on the classes being tested, run our tests on it */
40
echo "Testing class ";
0 commit comments