1--TEST-- 2Cannot use built-in functions in write context (reference) 3--FILE-- 4<?php 5 6$ref =& strlen("foo"); 7 8?> 9--EXPECTF-- 10Fatal error: Cannot use result of built-in function in write context in %s on line %d 11