silverstripe-framework/tests/php/Core/Manifest/fixtures/classcontentremover/ContentRemoverTestC.php

10 lines
84 B
PHP
Raw Normal View History

2016-05-19 19:50:51 +02:00
<?php
$var = false;
if ($var) {
$var = !$var;
} else {
$var = $var + 1;
}