diff options
Diffstat (limited to 'Zend/tests/not_001.phpt')
-rw-r--r-- | Zend/tests/not_001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/not_001.phpt b/Zend/tests/not_001.phpt index 3f2c812a4c..2d7f85a8b4 100644 --- a/Zend/tests/not_001.phpt +++ b/Zend/tests/not_001.phpt @@ -16,7 +16,7 @@ var_dump(bin2hex($s1)); echo "Done\n"; ?> ---EXPECT-- +--EXPECT-- int(-24) string(8) "8c90929a" Done |