summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/floor_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/floor_basic.phpt')
-rw-r--r--ext/standard/tests/math/floor_basic.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/standard/tests/math/floor_basic.phpt b/ext/standard/tests/math/floor_basic.phpt
index 3e4650aaa6..308a055f80 100644
--- a/ext/standard/tests/math/floor_basic.phpt
+++ b/ext/standard/tests/math/floor_basic.phpt
@@ -33,7 +33,7 @@ foreach($values as $value) {
};
?>
---EXPECT--
+--EXPECTF--
*** Testing floor() : basic functionality ***
-- floor 0 --
@@ -94,4 +94,6 @@ float(1)
float(0)
-- floor --
+
+Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on line %d
float(0)