Hello,

I'd like to know, if it's possible to create a php function in C which
modify the line number and the php interpreter. It will be very useful
for tools generating php code (lex, yacc, smarty etc).
For exemple:
echo __FILE__//show parser.php
__setLine(8);__setFile('parser.y');
toto();
Will show the following warning:
Call to undefined function: toto() in parser.y at line 9

Best regards,

William

--
William Candillon
Telecom Lille Student
E-mail: [EMAIL PROTECTED]
Tel: +33(0) 6 67 99 13 16
CV: http://wcandillon.netcv.org
Resume: http://wcandillon.en.netcv.org

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to