Skip to content

Instantly share code, notes, and snippets.

@kuronana
Last active September 13, 2018 12:52
Show Gist options
  • Save kuronana/570d3edf68bf1442c7336eb251915650 to your computer and use it in GitHub Desktop.
Save kuronana/570d3edf68bf1442c7336eb251915650 to your computer and use it in GitHub Desktop.
<?php
function &writeSecretSentence(string $PARAMETRE_1, string $PARAMETRE_2)
{
$phraseMystere = $PARAMETRE_1.' s\'incline face à '.$PARAMETRE_2;
return $phraseMystere;
}
$mdp =& writeSecretSentence('La chevre', 'l\'hentai kamon');
echo $mdp;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment