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:----a2Co9AQgVkvhFNwCRvDyFcoDj6mOZjGzPyDNFnMYDhAYfo9kY6gFssogB31FMAghvU2bku4APM9SBYixo+IPWOpWQz7L/EGTAK160eqXVkwW2Wm7in9aJd7mWFw8xW+fiFI1NQ/o2aNS7m/icnui5BzvPezlLJ/2GbNZGFtxr5UP/xo9cyU9axcLb0qohdZHQAfC5u/gR2t1HllawWyRM1zZWT9V83eVYMbpA55PqqqWA2YlV5hMmZ6ETlXWmsJt1iOncHFQ+4cu5ud77HS6pXuE9wcyWgNH4QWdyVkPeyRGQSAapE1bIWRJ4vuAG50/dae5ea6Ej7Xw3qfNUQj4j/QxU7BdBYe1EncdOgi5qNYFBlxKEHeC6aG+hWz09GNSLBGiVT1yMEjkO5VdcDuOUfJzMc8KZXUZjexyZ7icPkUkah6Sp1R1sYGxe8P0gdXP+cw3HvURwN8nauDWL/MnTMOE/cJEhUReNYrgYSm3V3GwIAd694AbWm115xCFn4uyFLGdED+BC81ffUYTgEDfxAR1mZ+wqRU3hz43OKHMTNjoOOI03TOikKVBOnCYFnzCWQPGlVLTSyLL1buk2kwa4D4XmNGMnPDm56VB5V/LneotGWyYo8fFUZDv2mXd5vO4Yo10i2RyV0algPpErvW6iiwnqslzZ22gO7sNIcSOZY8=----ATTACHMENT:----MTU2NzIzMjQ0MDgzNDc1MCA2NDMzNzk0Mzc5NzE0MDUwIDMxODEwMTg4OTY5NjI4NzQ=