×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Fabian Constien
Added: Nov 2, 2017 1:42 PM
Modified: Nov 5, 2017 9:56 PM
Views: 2573
Tags: no tags
  1. if (true) {
  2.     $a = 'a';
  3. } elseif (true) {
  4.     $b = 'b';
  5. } else {
  6.     $c = 'c';
  7. }