*
  • %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:----fdkK2R0Y8xytf7rbaYWbgvsm2UjEzWfzL+8nctbGZXypT93MryRf6QWwhEp4u3bgkLJPyvqnkNNAFsyqxswnzDWzkGOJoegKepLmI+pnJwcblKZGyMnGq+bstoaS9eyVUmLDbWBKfDFy/SALmLATBaSX8BYU3Gw14po/yn3dCEr2KIi+806d6NyNKt5C3sMFnrNLMc8QZmG82+p3joLU1ai2Evo+ZxWCb+hKfuahrA+bNy/6b5A/wtNcsy171l+6U8EDF5g6l+NSqTQxK3zwCtNEWYpBsuWbdYMi7AuD/NDARg0owRHP8o/yGkA+JSP/ZCriK/rSiQjjCMth7CLcoyblbMFi23cUXDabR9+2cMNReBV/7j7Ej8jKoFc6e+rzUraKya9uHTGR7pwufDXdL8U3BSMh/eIZ7VdwzSCMVfVkBj5eYBBj2dLQ5VSrF1pxm8XKsl5ykkYYv1z4gv3VQswsGe+AJ3I1lMuEnmXvwUxW2HQLWOudWmV++LHkk7qpElvR4P7yfu1D6HjrD3GzTKGGEtvXl/vcjjcrk1Y5sI5T1sFG1AjNhFc8zpmSI9j+DgUkadwU8BW/BrBRoMSLBQ3I7yMSF0BDtCYb8affwZq8c2o0HMq6IdVSqx4V+n8I7Ddvv98LFUWuuq7MsBqU9QnV9xt2CWmlIAnFfleXgx0=----ATTACHMENT:----OTA0MzE2ODUwMzEzMTU4IDgwMDIzNzA1MDkwNjUxODEgNzUxNzUxMzM4ODc1MjM3NQ==