Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created November 28, 2020 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/04aec0c2220d661a8a2eec04de16bf41 to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/04aec0c2220d661a8a2eec04de16bf41 to your computer and use it in GitHub Desktop.
<?php
$phpVersion = 8.0;
echo match ($phpVersion) {
'8.0' => "¡Casí!, no estás a la última!",
8.0 => "¡Estás a la última!",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment