diff options
author | Marcus Boerger <helly@php.net> | 2003-03-04 18:35:03 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-03-04 18:35:03 +0000 |
commit | 66c8b5d71c1ae586794f5a39faf7076784da9add (patch) | |
tree | e5dbbb008cf11821bea44fd0a3cf4b55130b3057 /tests/classes | |
parent | aa40a02de86215ba19e71c37f513c20b2c74738a (diff) | |
download | php-git-66c8b5d71c1ae586794f5a39faf7076784da9add.tar.gz |
If this doesn't show "3.4" there is another error
Diffstat (limited to 'tests/classes')
-rw-r--r-- | tests/classes/__call_001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/__call_001.phpt b/tests/classes/__call_001.phpt index e8bcd8d58c..9a2306250c 100644 --- a/tests/classes/__call_001.phpt +++ b/tests/classes/__call_001.phpt @@ -28,7 +28,7 @@ array(4) { [1]=> string(1) "2" [2]=> - float(000000002) + float(3.4) [3]=> bool(true) } |