8 lines
59 B
PHP
8 lines
59 B
PHP
|
<?php
|
||
|
|
||
|
function helpFunc1(int $count = 0)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
helpFunc1()
|