diff options
Diffstat (limited to 'ext/opcache/tests/bug77058.phpt')
-rw-r--r-- | ext/opcache/tests/bug77058.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/tests/bug77058.phpt b/ext/opcache/tests/bug77058.phpt index a1962b7ade..22a36d1e3d 100644 --- a/ext/opcache/tests/bug77058.phpt +++ b/ext/opcache/tests/bug77058.phpt @@ -18,5 +18,5 @@ myfunc(); ?> --EXPECTF-- -Notice: Undefined variable: x in %s on line %d +Warning: Undefined variable: x in %s on line %d '2' is expected to be 2 |