diff options
Diffstat (limited to 'Zend/tests/bug73954.phpt')
-rw-r--r-- | Zend/tests/bug73954.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug73954.phpt b/Zend/tests/bug73954.phpt index f911dd5834..fb0a6b8f3d 100644 --- a/Zend/tests/bug73954.phpt +++ b/Zend/tests/bug73954.phpt @@ -16,7 +16,7 @@ takes_int(log(tan(3.14))); float(NAN) bool(true) -Fatal error: Uncaught TypeError: Argument 1 passed to takes_int() must be of the type integer, float given, called in %s on line 9 and defined in %s:6 +Fatal error: Uncaught TypeError: Argument 1 passed to takes_int() must be of the type int, float given, called in %s on line 9 and defined in %s:6 Stack trace: #0 %s(9): takes_int(NAN) #1 {main} |