PHP: Priority of operations
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
<?php // phpcs:ignore PSR1.Files.SideEffects
namespace HexletBasics\Arithmetics\Priority;
use PHPUnit\Framework\TestCase;
\HexletBasics\Functions\runScript();
class SolutionTest extends TestCase
{
public function test()
{
$expected = '49';
$this->expectOutputString($expected);
require 'index.php';
}
}
Teacher's solution will be available in:
20:00
