summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/var_export_error3.phpt
blob: 6c953e9821dbe4cd4db05f30678fde667b6ce290 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Test var_export() function : error conditions - recursive array
--FILE--
<?php
$a[] =& $a;
var_export($a, true);

?>
--EXPECTF--
Warning: var_export does not handle circular references in %s on line %d