Ticket #76 (closed feature: invalid)

Opened 13 years ago

Last modified 10 years ago

Parrot::Interpreter - allow compilation of PHP script

Reported by: szabgab Owned by: barney
Priority: normal Milestone:
Component: Parrot::Interpreter Version: master
Severity: medium Keywords:
Cc: Language: php
Patch status: new Platform: linux

Description

The attached test script should be in ext/Parrot-Embed/t/pipp.t After loading the pipp.pbc it tries to compile some php code and then use both a built-in and an newly created function().

this ticket partially depends on #75

r34185

Attachments

pipp.t Download (1.6 KB) - added by szabgab 13 years ago.
ext/Parrot-Embed/t/pipp.t

Change History

Changed 13 years ago by szabgab

ext/Parrot-Embed/t/pipp.t

Changed 13 years ago by barney

  • owner set to barney
  • status changed from new to assigned

Changed 13 years ago by barney

In r34271 I added a version of this script, with most test cases commented. The Pipp-function 'eval' is not found, as the current_HLL of the Parrot interpreter can't be set via the embedding interface.

Changed 13 years ago by allison

Same comment as TT #77.

Changed 13 years ago by jkeenan

  • component changed from none to hll_interop

Changed 11 years ago by whiteknight

  • version changed from trunk to master
  • component changed from hll_interop to Parrot::Interpreter

Changed 10 years ago by benabik

  • status changed from assigned to closed
  • resolution set to invalid

Parrot::Embed and Parrot::Interpreter have been removed from parrot. This ticket has been replaced with  https://github.com/parrot/parrot-embed/issues/1

Note: See TracTickets for help on using tickets.