diff options
| author | Ulf Wendel <uw@php.net> | 2009-10-01 08:56:28 +0000 |
|---|---|---|
| committer | Ulf Wendel <uw@php.net> | 2009-10-01 08:56:28 +0000 |
| commit | 54b4cf2532c7a94d8e1590dd4ca87f53f1a6f4c0 (patch) | |
| tree | b2dc6c27c1224bf42f2a8f6655f06148e0391405 | |
| parent | 09a37f0d0ea03b6dd8f1d066359dacd8248884b8 (diff) | |
| download | php-git-54b4cf2532c7a94d8e1590dd4ca87f53f1a6f4c0.tar.gz | |
Updating test because of http://news.php.net/php.cvs/60561
| -rw-r--r-- | ext/mysqli/tests/mysqli_get_client_stats.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/mysqli_get_client_stats.phpt b/ext/mysqli/tests/mysqli_get_client_stats.phpt index 8be46d8b8c..ed75f7bc54 100644 --- a/ext/mysqli/tests/mysqli_get_client_stats.phpt +++ b/ext/mysqli/tests/mysqli_get_client_stats.phpt @@ -1033,9 +1033,9 @@ array(121) { [%u|b%"mem_malloc_ammount"]=> %unicode|string%(1) "0" [%u|b%"mem_calloc_count"]=> - %unicode|string%(1) "0" + %unicode|string%(%d) "%d" [%u|b%"mem_calloc_ammount"]=> - %unicode|string%(1) "0" + %unicode|string%(%d) "%d" [%u|b%"mem_realloc_count"]=> %unicode|string%(1) "0" [%u|b%"mem_realloc_ammount"]=> |
