################################################# # name: compile # purpose: test compiling code # expect: TEST::FORMAT # options: -rr ################################################# #[Successful compilation of %s] #Hello World #[Script ended normally] ################################################# <: define('OUT', tempnam(null, "phpdbg")); file_put_contents(OUT, ""); phpdbg_exec(OUT); :> run quit