diff options
Diffstat (limited to 'ext/spl/tests/bug54323.phpt')
-rw-r--r-- | ext/spl/tests/bug54323.phpt | 2 |
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 |