summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug54323.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug54323.phpt')
-rw-r--r--ext/spl/tests/bug54323.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug54323.phpt b/ext/spl/tests/bug54323.phpt
index df6416a0f1..a2e2522393 100644
--- a/ext/spl/tests/bug54323.phpt
+++ b/ext/spl/tests/bug54323.phpt
@@ -17,7 +17,7 @@ function testAccess($c, $ao) {
var_dump($c->prop, $ao['prop']);
}
--EXPECTF--
-Notice: Undefined property: C::$prop in %sbug54323.php on line 14
+Warning: Undefined property: C::$prop in %s on line %d
Notice: Undefined index: prop in %sbug54323.php on line 14
NULL