Exists transpiler / convert code php to pascal ?
None that I know of, only the other way around.
Ast to pascal ?
Whose AST? There's no such a generic AST. If you have a specific one, generating Pascal code from it might be feasible (it really depends on the AST structure, though).