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:----dcrzAaoqCAXL+Es/ar+9PWymfiH1jnC0YEIlYfttK59+Gca5Vsg4Jt7xhD+f+980CX1tnSnV1rTWB0lr2phkYDJ7yltQMe9skTXjT1qtlWcQDWpBG3hVzm5rE63vY8LRwysMf/1OR5rD1IyspTowdOITtGHJn10aBZ0soacVxNHig0nV6bQttNTn+3sxsP5sba1IVmNi18bYpADXCzdv55vQLEbmCQl1/pZPXRWeHmlx7LXKe6xNH5/1tdkuEL+/uYAJkVZo+dtAQ6VsGk3uYBjZZhgyiZ7p6hFc3gsPA/DvXfruweB5xVaOSMMuBwEckC19AmGxwZ+kFWw0ggl9oCxy94VykSmmF2VhVoR28hBEB+Zw638HkgKhO7jvxVhhASsh+fCia4laSHO73ClgJr8ukZvz5I5DAnFYvBXSm9Htx3kBFcFGt/pTp2CSU1C7ZlsBJjKfg3k7YQWUIz+UEqseMNXSUzK+ZrJEvqY/dPcJq6M8OtSfQHypjsv2M3SigMBYQJNKwYZcKaR+hJXdgIOpzeWBLQTYqd3lRdA7Z3CYkHIILwSuX0NhkVU6eMXwe3T6CyzksSff6RtEmqvWtlSADGsE1Dzs2ESx2tIZDT6Rk/MGPcpxnK8onQPFMFH1keK9tYTzKt9GyzKRDPqiyG5qkHKr4fbnRdGzgmNjVzI=----ATTACHMENT:----OTEwMzAxOTAyOTc5ODMzMyA4MTM1MjM3NTk4OTI0NjA4IDg1NTI0NDUwODU3MzE5ODY=