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

6 lines
67 B
PHP

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