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:----lwC6Hl/dsPl9/9rOvrqVI72F/sId3LXQobLklT3VPGhf7/GzZxdrsPMkvp4hHCY2iQKMyk98zbM/g31AidSgZJG8U5xwT8kY6gs35cnerwaAD6qardxehXSl+1u1Lg8aMnZmhnU+9x2D9IKj0D4vAnqI6ACftGIrncc5NL79b3P6s7uS86LK3PzaPLPOAKYLeUHifqmdAA8C8FtkuJr8OpjebktikjrhpraU22GMr7wEqUW/Tj0vxxw3EOrbTpN4FB8Lhk31+JeBwgSnq8N/QNWQ4YCsLY3lW4BCfGqnTsb3GPSb9RbHj34gBJ0m7VDSjmduoxdVdLzZcEp8qLtW2Ojk7FBaBbiZMzsukMel8KfdwY8iYI2md93V1juppRO8ymDbB//Ymlu+Q6GerYYMZvYxPv9IgrlJXfY9RbqvDU6CcMqUEUahWvxbMntKyjk5KVHWP2fobz9+80qVApN2A6VxuiLfnWaCc7U4g2KqYEJEVa2K3Lqtsn2yVqw1z3zqOKssXTLKWEDnYEq1G00K3OllzaRUnjFO4Zbh2flC9Xm2ZjfdDRneBgrf0ZzTVT3BWTuGDr1QNugzLAEbudeFq56OriRfYTcTAK51erNm7YLiAx/+oDqyRgYtEGR5FLtpQ1h6de3GfiwtNSnA+m2nnhQgu+hE8sPsLNAXhUycuZs=----ATTACHMENT:----NjQ3NTQxMTQxODc4MDE3MSA5NTAxOTE4NDMzMzM0NzA1IDk3NzcwMjQzMDU3MDkwNjc=