Home
last modified time | relevance | path

Searched refs:E_USER_DEPRECATED (Results 126 – 130 of 130) sorted by last modified time

123456

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php83 …ince version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
103 …ETHOD__.' method is deprecated since version 1.20 and will be removed in 2.0.', E_USER_DEPRECATED);
235 …ression to test for block existence.', $name, $this->getTemplateName(), $name), E_USER_DEPRECATED);
295 …ectly is deprecated since version 1.28 and won\'t be possible anymore in 2.0.', E_USER_DEPRECATED);
329 …ectly is deprecated since version 1.28 and won\'t be possible anymore in 2.0.', E_USER_DEPRECATED);
693 @trigger_error($message, E_USER_DEPRECATED);
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php330 E_USER_DEPRECATED
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Ddeprecation.tpl.dist2 @trigger_error({deprecation}, E_USER_DEPRECATED);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt44 …tedMethod::deprecatedMethod method is deprecated (this method is deprecated).', E_USER_DEPRECATED);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DErrorHandler.php73 } elseif ($errno == E_DEPRECATED || $errno == E_USER_DEPRECATED) {

123456