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