echo "\nDone\n";
?>
---EXPECT--
+--EXPECTF--
*** Testing boundary conditions ***
int(2147483645)
int(2147483647)
int(2147483646)
int(-2147483647)
-float(-2147483648)
-float(-2147483649)
+%s(-2147483648)
+%s(-2147483649)
*** Testing large number of arguments ***
int(0)
Done
---UEXPECT--
+--UEXPECTF--
*** Testing boundary conditions ***
int(2147483645)
int(2147483647)
int(2147483646)
int(-2147483647)
-float(-2147483648)
-float(-2147483649)
+%s(-2147483648)
+%s(-2147483649)
*** Testing large number of arguments ***
int(0)
-Done
\ No newline at end of file
+Done