[ ' 'ForbiddenCode', ], 'execTicks' => [ ' 'ForbiddenCode', ], 'exec' => [ ' 'ForbiddenCode', ], ]; } /** * @return array */ public function providerValidCodeParse() { return [ 'execWithSuppression' => [ '&1", $output, $returnValue); if ($returnValue === 0) { echo "success"; }', ], 'execWithoutSuppression' => [ '&1", $output, $returnValue); if ($returnValue === 0) { echo "success"; }', ], ]; } }