Date: 02/26/01
- Next message: cnewbill <email protected>: "[PHP-DEV] PHP 4.0 Bug #9466 Updated: Eval With return doesn't work"
- Previous message: amra <email protected>: "[PHP-DEV] PHP 4.0 Bug #9465: HAVE_INT_8_16_32 not being defined anywhere"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: pvzweden <email protected>
Operating system: Linux
PHP version: 4.0.3pl1
PHP Bug Type: Unknown/Other Function
Bug description: Eval With return doesn't work
When i create a piece of code with eval like :
eval = "if (!isset(\$$value)) {";
eval .= " return 0; "
eval .= "}";
eval("$eval");
The return statement doesn't work.
It works with earlier versions of php. (php3).
-- Edit Bug report at: http://bugs.php.net/?id=9466&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: cnewbill <email protected>: "[PHP-DEV] PHP 4.0 Bug #9466 Updated: Eval With return doesn't work"
- Previous message: amra <email protected>: "[PHP-DEV] PHP 4.0 Bug #9465: HAVE_INT_8_16_32 not being defined anywhere"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

