报告其结果被显式使用时,没有
return
实参的
var_export()
和
print_r()
调用。 此类调用很可能由错误导致,因为如果未指定
argument
,
var_export
/
print_r
将始终返回
null
/
true
。