Hello,
Usually, the view displays 3 rows but row 3 disappear when i add a global php field,

Here is the error :

PHP Parse error: syntax error, unexpected '$function' (T_VARIABLE) in /var/www/test2/sites/all/modules/views_php/plugins/views/views_php_handler_field.inc on line 143, referer: ****

I tried various changes on this line with no luck :

$row->{$this->field_alias} = $function($this->view, $this, $this->php_static_variable, $normalized_row);

Any help would be appreciated

A.C