Skip to content

Commit

Permalink
Changed API to PHP 7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
overclokk committed Apr 1, 2019
1 parent 40418fd commit cb4c163
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,4 @@
// d( $config->test_null );
// ddd( $config->test );

function remove ( ...$args ) {
d($args);
}


$arr = [3,4];

echo (...$arr);

d( ...$arr );

} );

0 comments on commit cb4c163

Please sign in to comment.