summaryrefslogtreecommitdiff
path: root/Zend/tests/bug54585.phpt
blob: deabe55af84f1bbd20ec75e172fed5367d94a4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--TEST--
Bug #54585 (track_errors causes segfault)
--INI--
track_errors=On
--FILE--
<?php
function testing($source) {
    unset($source[$cos]);
}
testing($_GET);
echo "ok\n";
?>
--EXPECTF--
Deprecated: Directive 'track_errors' is deprecated in Unknown on line 0

Notice: Undefined variable: cos in %sbug54585.php on line 3
ok