atom-beautify/examples/simple-jsbeautifyrc/php/original/_test2.php

5 lines
69 B
PHP
Raw Permalink Normal View History

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