summaryrefslogtreecommitdiff
path: root/tests/lang/passByReference_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/passByReference_003.phpt')
-rw-r--r--tests/lang/passByReference_003.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lang/passByReference_003.phpt b/tests/lang/passByReference_003.phpt
index ad9e1e39de..de9ac09d8d 100644
--- a/tests/lang/passByReference_003.phpt
+++ b/tests/lang/passByReference_003.phpt
@@ -25,16 +25,16 @@ var_dump($undef2)
--EXPECTF--
Passing undefined by value
-Notice: Undefined variable: undef1 in %s on line %d
+Warning: Undefined variable: undef1 in %s on line %d
-Notice: Trying to access array offset on value of type null in %s on line %d
+Warning: Trying to access array offset on value of type null in %s on line %d
Inside passbyVal call:
NULL
After call
-Notice: Undefined variable: undef1 in %s on line %d
+Warning: Undefined variable: undef1 in %s on line %d
NULL
Passing undefined by reference