summaryrefslogtreecommitdiff
path: root/tests/lang/bug19566.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug19566.phpt')
-rw-r--r--tests/lang/bug19566.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/lang/bug19566.phpt b/tests/lang/bug19566.phpt
deleted file mode 100644
index 45c3bc588e..0000000000
--- a/tests/lang/bug19566.phpt
+++ /dev/null
@@ -1,10 +0,0 @@
---TEST--
-Bug #19566 (get_declared_classes() segfaults)
---FILE--
-<?php
-class foo {}
-$result = get_declared_classes();
-var_dump(array_search('foo', $result));
-?>
---EXPECTF--
-int(%d)