Hello, there's a simple workaround.
Edit the .bash_profile file in root and put the Plesk desired PHP path before the system PHP.
E.G.
# PATH=/opt/plesk/php/5.6/bin:$PATH:$HOME/bin
When calling php, it will be executed in the first place bash founds it, /opt/plesk/php/5.6/bin
Cheers