Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created December 7, 2016 07:50
Show Gist options
  • Save ilhamarrouf/89ac5476a1f17ec662ad018659bfeb42 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/89ac5476a1f17ec662ad018659bfeb42 to your computer and use it in GitHub Desktop.
PHP Assignment Operators
<?php
$x = 10;
echo $x;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment