Reports
var_export()
and
print_r()
calls without the
return
argument when their results are explicitly used. Such calls most probably are a mistake, because
var_export
/
print_r
always returns
null
/
true
if no
argument
is specified.