atom-beautify/examples/simple-jsbeautifyrc/php/expected/test2.php

8 lines
74 B
PHP

<?php
function add($a, $b)
{
return $a + $b;
}
echo add(1, 2);