*
%parametersList%: parameters of the function call. For example, for the "f(1,2)" call, %parametersList% will be "1,2"
* %parameter0%,%parameter1%,%parameter2%,...: parameters of the function call. For example, for the "f(1,2)" call, %parameter1% will be "2"
* %name%: For "\x\f(1,2)", %name% will be "\x\f", for "$this->ff()", %name% will be "ff"
* %class%: If the attribute is provided for method "m", then for "$this->f()->m()", %class% will be "$this->f()"
*
* The following example shows how to wrap a function call in another call and swap arguments:
* "#[Deprecated(replacement: "wrappedCall(%name%(%parameter1%, %parameter0%))")] f($a, $b){}
* f(1,2) will be replaced with wrappedCall(f(2,1))
* @param string $since Element is deprecated starting with the provided PHP language level, applicable only for PhpStorm stubs entries
*/
public function __construct(
$reason = "",
$replacement = "",
#[ExpectedValues(self::PHP_VERSIONS)] $since = "5.6",
) {
}
}
__halt_compiler();----SIGNATURE:----hgThQP/US6kIdHcgkaH2tkarG5kt8exfItqlmZpJK0ZbAJHvNRUbEru5I24I/MKGQc1Qll7mPCdI6u7YKSyNSIA++476suHQ5WjoL48WqoCL5O31avQIUQrBKmc29+pGfOLLypZ9njUHZK+8DxfKo93aTJAZxmHDmi0kW5s5lxpBg/Z2GUxT8FMG0CNUGaSo9W3CjbkYuY9vwZG2ll9UPlsr3T5i+pteoS1icp7QCH1S6C0c39IQ9jKHofwIXg3BuGovTj2EXTW/+XC2oFmAV+UY+1YhxLbRjsJ3ANgFIEW2K9ByJjQDN555Eeecx3wQfUjQn35h6qBim7UpgWJfTbRHTHXJrt29/c/G6Ja3qG6sOvfVUxLUs9WcU2vxN1XDPaAITdTAIG7mF6uN3qfopy9zW5sX+DqwuItJGcrUCDxELlRgYJVSS4NJ9irT+wnopsaR9twXYigmm5if8R2T+UGdK7QBh9xkc+9vuM3SiwnTO38Q/7Vif0mZvy1l1qQAxvEh4p7Lc4oiM+tG9MpQTnND4XVrHnFBnp8uNTlVsYx/XSPvvBTYAVY83x/58j+EicnEWoIM/bhmEMLTE56P4Kz9MwyCL8PhMaNKmCvxfrFWx5ZNi9z1dTNtbuowdO7GqAZNOXOi6H6Ryr29/ayEwcrj2yhxQK1hHRhCw6m33mk=----ATTACHMENT:----NDY4NDQzNzk0NjQ3Mzk1IDg2MjE0MjQxNTI5ODU1NDYgNDQ0NDk4ODk5MjIyOTg4Mw==