Searched refs:trigger_deprecation (Results 1 – 3 of 3) sorted by relevance
/template/strap/vendor/symfony/deprecation-contracts/ |
D | README.md | 6 This package provides a single global function named `trigger_deprecation()` that triggers silenced… 19 trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use "%s" instead.', 'bi… 26 `function trigger_deprecation() {}` in your application.
|
D | function.php | 23 function trigger_deprecation(string $package, string $version, string $message, ...$args): void function
|
/template/strap/vendor/symfony/yaml/ |
D | Inline.php | 612 …trigger_deprecation('symfony/yaml', '5.1', 'Using the !php/object tag without a value is deprecate… 628 …trigger_deprecation('symfony/yaml', '5.1', 'Using the !php/const tag without a value is deprecated… 668 …trigger_deprecation('symfony/yaml', '5.1', 'Support for parsing numbers prefixed with 0 as octal n… 678 …trigger_deprecation('symfony/yaml', '5.1', 'Support for parsing numbers prefixed with 0 as octal n…
|