Skip to content

Instantly share code, notes, and snippets.

@phpfiddle
Created May 1, 2017 17:51
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 phpfiddle/a1f67b921e51aa13b4b75c058b18dab5 to your computer and use it in GitHub Desktop.
Save phpfiddle/a1f67b921e51aa13b4b75c058b18dab5 to your computer and use it in GitHub Desktop.
[ Posted by Gaston Crivelli ] Primera version
<?php
$TPLL = 0;
$T = 0;
//$TPSC = HV;
//$TPSV = [HV,HV...HV]
$STOC = 0;
//$STOV=[0,0...0]
//$ITO=[0,0...0]
$NSTVN = 0;
$NTArr = 0;
function menorTPSV() {
$j = 2;
//$GLOBALS['z'] = $GLOBALS['x'] + $GLOBALS['y'];
}
menorTPSV();
echo "meliiii";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment