Code:
function _()
{
echo 'hello word';
}
Output:
Fatal error: Cannot redeclare _()
I haven't defined this function _ before, then why I am getting this error?
|
Code:
Output:
I haven't defined this function |
||||
| show 1 more comment |
|
|
|||||||||
|
|
|
|||||||||
|
_. – Jonathon Aug 21 '11 at 13:25_to prefix method/function names not using just_alone as the function/method name. – Kev♦ Aug 21 '11 at 13:29