--TEST-- Test strval() function : usage variations - error conditions --FILE-- ===DONE=== --EXPECTF-- *** Testing strval() : error conditions *** -- Testing strval() function with more than expected no. of arguments -- Warning: strval() expects exactly 1 parameter, 2 given in %s on line %d NULL -- Testing strval() function with less than expected no. of arguments -- Warning: strval() expects exactly 1 parameter, 0 given in %s on line %d NULL -- Testing strval() function with object which has not toString() method -- Catchable fatal error: Object of class MyClass could not be converted to string in %s on line %d