Home
last modified time | relevance | path

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

123456

/plugin/geophp/vendor/composer/
H A DInstalledVersions.php264 @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
/plugin/aichat/vendor/composer/
H A DInstalledVersions.php264 @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
/plugin/dw2pdf/vendor/composer/
H A DInstalledVersions.php264 @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
/plugin/combo/vendor/composer/
H A DInstalledVersions.php357 @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
/plugin/combo/vendor/symfony/deprecation-contracts/
H A Dfunction.php25 @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php223 @trigger_error($function.'(): Argument of type int will be interpreted as string in the future', \E_USER_DEPRECATED);
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php139 if (\E_USER_DEPRECATED === $level) {
/plugin/oauth/vendor/composer/
H A DInstalledVersions.php262 @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
/plugin/upgrade/vendor/composer/
H A DInstalledVersions.php264 @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
/plugin/barcodes/vendor/composer/
H A DInstalledVersions.php264 …nstead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DTermVectors.php43 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DUpdate.php48 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DUpdateByQuery.php42 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DCreate.php48 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DDelete.php48 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DDeleteByQuery.php42 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DExists.php48 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DBulk.php44 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DCount.php36 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DExistsSource.php48 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DGetSource.php48 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A Dfunction.php25 @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
/plugin/elasticsearch/vendor/composer/
H A DInstalledVersions.php264 @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md3 - Using a deprecated parameter is notified triggering a [E_USER_DEPRECATED](https://www.php.net/manual/en/errorfunc.constants.php)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc5 ==== E_USER_DEPRECATED notice when using deprecated parameters
8 https://www.php.net/manual/en/errorfunc.constants.php[E_USER_DEPRECATED] notice
22 }, E_USER_DEPRECATED);
24 @trigger_error('Deprecation message here', E_USER_DEPRECATED);

123456