summaryrefslogtreecommitdiff
path: root/Zend/tests/bug61767.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-01-30 15:54:35 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-02-05 14:12:10 +0100
commit2f1f34952e9a0dfb3adcbec82ba69f4ac82b3a3d (patch)
treee0c10c3a43759b2ca0d4130d896e1d74fb5f3887 /Zend/tests/bug61767.phpt
parent790798f61e46e71775f5b4bce521c0f33b914399 (diff)
downloadphp-git-2f1f34952e9a0dfb3adcbec82ba69f4ac82b3a3d.tar.gz
Remove $errcontext argument to error handlers
I'm removing the argument entirely here, but we might want to change this to passing null or and empty array instead, if the impact of dropping it entirely turns out to be too large. This was deprecated as part of https://wiki.php.net/rfc/deprecations_php_7_2 as a doc-only deprecation.
Diffstat (limited to 'Zend/tests/bug61767.phpt')
-rw-r--r--Zend/tests/bug61767.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug61767.phpt b/Zend/tests/bug61767.phpt
index 5e949706e8..3bc1e49d09 100644
--- a/Zend/tests/bug61767.phpt
+++ b/Zend/tests/bug61767.phpt
@@ -19,7 +19,7 @@ Error handler called (Undefined variable: undefined)
Fatal error: Uncaught ErrorException: Undefined variable: undefined in %sbug61767.php:%d
Stack trace:
-#0 %sbug61767.php(%d): {closure}(%s, 'Undefined varia...', '%s', %d, Array)
+#0 %sbug61767.php(%d): {closure}(%s, 'Undefined varia...', '%s', %d)
#1 {main}
thrown in %sbug61767.php on line %d
Shutting down