summaryrefslogtreecommitdiff
path: root/Zend/tests/zend_signed_multiply-64bit-2.phpt
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-19 05:59:41 -0300
committerNikita Popov <nikita.ppv@gmail.com>2018-02-20 21:53:48 +0100
commitded3d984c6133b1f508ed84e96df3316e207c99b (patch)
tree175c208197d72966fbeb22c1df9dac0a1a33124f /Zend/tests/zend_signed_multiply-64bit-2.phpt
parenta00286921e8963d284a7a5db0c1fecffa6cb6b54 (diff)
downloadphp-git-ded3d984c6133b1f508ed84e96df3316e207c99b.tar.gz
Use EXPECT instead of EXPECTF when possible
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
Diffstat (limited to 'Zend/tests/zend_signed_multiply-64bit-2.phpt')
-rw-r--r--Zend/tests/zend_signed_multiply-64bit-2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/zend_signed_multiply-64bit-2.phpt b/Zend/tests/zend_signed_multiply-64bit-2.phpt
index f0a3bafa5e..9c61a22bc3 100644
--- a/Zend/tests/zend_signed_multiply-64bit-2.phpt
+++ b/Zend/tests/zend_signed_multiply-64bit-2.phpt
@@ -13,7 +13,7 @@ for($c = 0; $c <= 16; $c++) {
echo "-----------\n";
}
?>
---EXPECTF--
+--EXPECT--
int(-16)
int(-922337203685477580)
float(1.4757395258968E+19)