com php-src: use some dynamically generated NAN as well: Zend/tests/bug73954.phpt

[email protected] (Anatol Belski)
Newsgroups php.cvs
Message-ID <[email protected]>
Commit:    044dd30440eb46378288c02d15573f21f17ec927
Author:    Anatol Belski <[email protected]>         Tue, 7 Feb 2017 13:16:30 +0100
Parents:   fd521a22f75f248993d0696adf6f4f9be6557dda
Branches:  PHP-7.0 PHP-7.1 master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=044dd30440eb46378288c02d15573f21f17ec927

Log:
use some dynamically generated NAN as well

Changed paths:
  M  Zend/tests/bug73954.phpt


Diff:
diff --git a/Zend/tests/bug73954.phpt b/Zend/tests/bug73954.phpt
index 918f24b..f911dd5 100644
--- a/Zend/tests/bug73954.phpt
+++ b/Zend/tests/bug73954.phpt
@@ -9,7 +9,7 @@ var_dump(is_nan(NAN));
 function takes_int(int $int) {
 }
 
-takes_int(NAN);
+takes_int(log(tan(3.14)));
 
 ?>
 --EXPECTF--
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.