I was a bit in a hurry writing this thread. So I just wrote pear script. What I meant was the pear bash script. ( Doesn't sound good either

)
If I just echo '@'php_bin'@' before the if block it just prints
but the trail with pear config-show seems good. If you grep for it you get the line
Code:
PHP CLI/CGI binary php_bin /usr/bin/php
One can also find the other '@'var_name'@' from the bash script within the output of pear config-show. So I concluded its some internal variable substition. Maybe when pear is called from within pear or the user has a config file on its own (also I doubt later cause no config file is parsed...)
Thanks to the both of you I'm all set and my nosiness is satisfied

Cheers Zhjim