Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active December 10, 2020 02:49
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 mcsee/8ac7a3e495d6286a29fc0bffab06d57d to your computer and use it in GitHub Desktop.
Save mcsee/8ac7a3e495d6286a29fc0bffab06d57d to your computer and use it in GitHub Desktop.
<?
$numerator = 1;
$denominator = 3;
$rate = $numerator / $denominator;
$rate->numerator = 1;
$rate->denominator = 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment