class_name::class|pattern_literal * where pattern literal can contain @ char to be replaced with argument literal value. * * When used with sql_injection_subst(), string literal key-value pairs act as replacement rules: pattern => replacement. * These rules are applied in SQL injections in an IDE and enable support for dynamically-prefixed database table names. * * @see sql_injection_subst() * @return mixed overrides map object */ function map($map) { return "map $argNum $map"; } /** * type of argument #$argNum * @param mixed $argNum ignored, for now its always 0 * @return mixed */ function type($argNum) { return "type $argNum"; } /** * element type of argument #$argNum * @param mixed $argNum * @return mixed */ function elementType($argNum) { return "elementType $argNum"; } /** * Provides an IDE with a set of replacement rules that are applied in SQL injections. * Replacement rules are specified as string literal key-value pairs in the map() call. * @param mixed $argNum ignored, for now its always 0 * @see map() * @return mixed */ function sql_injection_subst($argNum) { return "sql_injection_subst $argNum"; } function expectedArguments($functionReference, $argumentIndex, ...$values) { return "expectedArguments " . $functionReference . "at " . $argumentIndex . ": " . $values; } function registerArgumentsSet($setName, ...$values) { return "registerArgumentsSet " . $setName . ": " . $values; } function argumentsSet($setName) { return "argumentsSet " . $setName; } function expectedReturnValues($functionReference, $values) { return "expectedReturnValues " . $functionReference . ": " . $values; } /** * You can use this facility to mark the function as halting the execution flow. * Such marked functions will be treated like die() or exit() calls by control flow inspections. * In most cases, just calling this function with a method or function reference with 0 arguments will work. * To mark the function as the exit point only when it's called with some constant arguments, specify them in $funcionReference param * * {@see ANY_ARGUMENT} */ function exitPoint($functionReference) { return "exitPoint " . $functionReference; } __halt_compiler();----SIGNATURE:----YFyXLJcKGuxx88RSq5VHXnxn8k+IT22/sgYuJwvg/Dl+CHQfAPqh/dKbrq8Q/pJkBRRqDyaD8/ls+rixT68tJWl4T53Xd2DsMuxopXIgcwrH4tqTeyVSGRW+vrjgKP1d/+/ZZqeMAxIND6O6yQX6zkkuiOuKB7/FN06ZrsNmGRoa3IEBtHuM1p8ZanuwSh/EzGlc+6fhpwC5vfbyC1wXW0NJeYDj663Nk4A1TJmtgsXWDzSiDc6dO9L5WXjuVLOOHccc/2axsdInin2wth7TSsKLwfjLgc8HEaOLTnbHNo8kXHew31Sp+r82xx9SCp59rk8VwCzDZHsf1bK0TCKsB+mp4E7wsnhKWeMWRFMzcKly1YT7iglFOZGDk3lFq3IdoA+WTWi5Q5kOze7mQD4sD8hR211JpBagw5PErvDiiHWt7ebFiCcy0+IxJN768LsCKJmr4ungw/mQY+a7SZk3d92SZj4YkZU5ITQJNC1SNcukjhqqN4MLmxD1OkLVSOnMPDL0HGMksAPkEoR9h3qhR5pHHiuyBkGQSsrEq9xhnpnDPfBMgmH8NzGHlyZvnGmo5S8K3yJ4E30otNb9djH1VWqQLBDo6QQwlhp2Xi8IRzHlpQls+YSvMKYpgl0pSgM/0WPYoaplO+XPAMjg6IlGfz8F1d8k4THKPvg8ocXO6+U=----ATTACHMENT:----Nzc0MzI1OTQ0Mzc1ODU3MiA2MDM0NTEyMzA3Nzg2NDk3IDM5NDA2NzY0MTcwNTI2Mjk=