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:----F2Iq8QsdZFnlZiK27AUaitHKgoJokdlk0As0kTTUzhBvwFmGlescWgTYOglp2x+ggvz/CPK9XO9NyF/SEnUwm6U/fsWsBHa8jioN75n0P6uom8zZLRMilmwpJxpA3vg9GOH7FroH6hicjptB45HC5YTLrvErVih38dOM4W3OxBNMDdTX9M7B7SfOhi5RNxH40W9Mnhp1USXn1YF/ZkHFNm2EuIWue79csMdpn2rtIFzS/YcLvYTOGRrVTLWPQM+j+7rCM0F2WhodnItL42D/dO7YgQ8pZt9T6ST5OthDqr7fm2RxuEYx/lWuf+iT0V3f7QPllmlHIEGJlm63IZVf6Comz+aYD7HlOZ7SWkw9HhDajnpE6akjzTHTDuab+gJuks5vx7KekhXIfsRP09CdpGSwCLdSvbO9IY/W502yMIJOk7VK4Z0ByOh4A3T3MMP136TFh93xLGY7/VoTEEjdBZ+3KDh2piHOKgRZlFzro7xYsJdXL5I7xdk5Q/kl5/0GGnbvAQNRLZI7fUU54Ti7g39j8eB2xW81WiB8KOOnqswIofhOSrrBKXf+dol4z77jO9jcUtAFs1fezResHWeHJPaW1ivgW6Rxb12cfW8EwwCRY+Y3ggOC0o/giMR9HuwbT1IwbxnNoglGxVguR3dXO8bsXLXHkR7MogoIh74yaF0=----ATTACHMENT:----NzM4NjA4NjQ0MDE3MTY0MCAzNjI3Nzg5NzMyNjg5OTY0IDMxMzc2Njg5NzcwMDMyMjc=