vjardin / bcgen

A bytecode generator (compiler) for PHP7
56 stars 19 forks source link

Magic Constants #13

Closed cycne closed 5 years ago

cycne commented 5 years ago

Magic Constants like __DIR__ and __FILE__ keep value of compiling path. Is there a way to get the runtime value of __FILE__ ??

Thanks

vjardin commented 5 years ago

It is not on my TODO list, I do not change the path. You are right, it would be a nice feature. You are welcomed to contribute about it.

ghost commented 5 years ago

It is not on my TODO list, I do not change the path. You are right, it would be a nice feature. You are welcomed to contribute about it.

Some very common feature is required. What i should to do? add it? NOOO, i will say that is not my business

ghost commented 5 years ago

So, why not to use phpAPI/zend macro to change constant value to the constant Array call, or "constant()" function call?