Ticket #232 (closed feature: invalid)
__FILE__ is not defined in PIPP
Reported by: | H4ck3rm1k3 | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | language | Version: | trunk |
Severity: | low | Keywords: | pipp |
Cc: | Language: | php | |
Patch status: | Platform: | linux |
Description (last modified by cotto) (diff)
(08:45:08) Phurl: quite simple : define('JPATH_BASE', dirname(__FILE__) ); where __FILE__ is not defined.
Note: (08:46:31) cotto: Annotations (i.e. filename and line #) were only recently added to Parrot. It'll be a little while before they filter to the HLLs like Pipp.
<?php define('JPATH_BASE', dirname(__FILE__) );
Change History
Note: See
TracTickets for help on using
tickets.