Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.www.php > #22375 > unrolled thread
| Started by | off line <mail@inva.it> |
|---|---|
| First post | 2018-11-27 09:17 +0100 |
| Last post | 2018-11-27 09:17 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to it.comp.www.php
$errcontext deprecato con php7.2 off line <mail@inva.it> - 2018-11-27 09:17 +0100
| From | off line <mail@inva.it> |
|---|---|
| Date | 2018-11-27 09:17 +0100 |
| Subject | $errcontext deprecato con php7.2 |
| Message-ID | <ptiuil$1ktm$1@gioia.aioe.org> |
http://php.net/manual/en/function.set-error-handler.php
errcontext
The fifth parameter is optional, errcontext, which is an array that
points to the active symbol table at the point the error occurred. In
other words, errcontext will contain an array of every variable that
existed in the scope the error was triggered in. User error handler must
not modify error context.
Warning
This parameter has been DEPRECATED as of PHP 7.2.0. Relying on it
is highly discouraged.
Ma perchè, io questo parametro lo trovavo molto utile.
Un'alterativa?
Back to top | Article view | it.comp.www.php
csiph-web