From 58d58a10cbb4f767cf98b658950169b9219a2229 Mon Sep 17 00:00:00 2001 From: Jordan DeLong Date: Sun, 30 Jun 2013 14:59:15 -0700 Subject: [PATCH] Add forgotten expect file --- hphp/test/quick/string_int_arith.php.expectf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hphp/test/quick/string_int_arith.php.expectf diff --git a/hphp/test/quick/string_int_arith.php.expectf b/hphp/test/quick/string_int_arith.php.expectf new file mode 100644 index 000000000..418881d56 --- /dev/null +++ b/hphp/test/quick/string_int_arith.php.expectf @@ -0,0 +1,17 @@ +int(16) +int(-16) +int(0) +int(0) +int(16) +int(16) +HipHop Warning: Division by zero in %s on line 15 +bool(false) +int(0) +int(28) +int(-4) +float(0.75) +int(192) +int(28) +int(4) +float(1.3333333333333) +int(192)