summaryrefslogtreecommitdiff
path: root/tests/lang/bug19566.phpt
blob: 45c3bc588e2d32e85e7e06356c633221ba842cf7 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #19566 (get_declared_classes() segfaults)
--FILE--
<?php
class foo {}
$result = get_declared_classes();
var_dump(array_search('foo', $result));
?>
--EXPECTF--
int(%d)