PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Text » Text_Highlighter » Bug #8756

Notice re variable reference

Details

Submitted2006-09-21 12:36 UTC
Fromleonie dot j dot price at gmail dot com
StatusBogus
PackageText_Highlighter
PHP Version5.1.4
OSWindows
Roadmaps(Not assigned)

Comments

[2006-09-21 12:36 UTC] leonie dot j dot price at gmail dot com

Description:
------------
On loading the highlighter I get this notice:

Notice: Only variable references should be returned by reference in E:\Apache\htdocs\com_source\text\Highlighter.php on line 207

Test script:
---------------
require_once( './text/Highlighter.php' );

Expected result:
----------------
A work around to turn off the notice.

[2006-09-21 13:45 UTC] leonie dot j dot price at gmail dot com

Wasn't picking up the PEAR library. Once fixed the error went.