[PHP-DEV] PHP 4.0 Bug #2889: Pass expression by reference. From: tim <email protected>
Date: 12/01/99

From: tim <email protected>
Operating system: Linux maybe others
PHP version: 4.0 Beta 3
PHP Bug Type: Scripting Engine problem
Bug description: Pass expression by reference.

This script gives me a warning in 3.0.x, but in beta3 sigsegv or returns no data.

<?
   function bla(&$param) {}

   bla("foo");
   echo "bar";
?>

-- 
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>