C
C
cybernoob2018-01-31 10:54:49
PHP
cybernoob, 2018-01-31 10:54:49

e_deprecated error in PHP?

Something I can not figure out what is the difference between E_DEPRECATED and E_STRICT.
In the case of STRICT, just advice is given.
In DEPRECATED, script execution also continues, but is the forbidden function itself executed or skipped (not executed)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rsa97, 2018-01-31
@cybernoob

E_STRICT предлагает изменения кода для повышения переносимости программ и работы в будущих версиях.
E_DEPRECATED предупреждает об использовании не рекомендуемых функций и операторов, которые, возможно, будут удалены в будущих релизах.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question