diff options
Diffstat (limited to 'Zend/tests/this_in_extract.phpt')
-rw-r--r-- | Zend/tests/this_in_extract.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/this_in_extract.phpt b/Zend/tests/this_in_extract.phpt index 9903d7d794..ef0a25a279 100644 --- a/Zend/tests/this_in_extract.phpt +++ b/Zend/tests/this_in_extract.phpt @@ -15,5 +15,5 @@ foo(); --EXPECTF-- Cannot re-assign $this -Notice: Undefined variable: a in %s on line %d +Warning: Undefined variable: a in %s on line %d NULL |