If you are simply looking for producing a binary executable from a PHP script, than please avoid trying to make your question extremely precises because it will make it appear that you know exactly what you need. Besides, most PHP developer have absolutely zero clue about what a bycode is.
With that said, the answers is YES. I have just finish compiling a PHP script into binary. And not just any binary. I have used the CDE application (http://www.stanford.edu/~pgbovine/cde.html) to turn it into an portable binary that can be distributed with all the dependencies and executed without any issue... and it works beautifully.
All you need is to use phc (http://phpcompiler.org/)
Honestly I am not sure about how things work on this site, but I am starting to run into answers that are not necessarily the right answer at all.