diff options
Diffstat (limited to 'tests/reflection/bug31651.phpt')
| -rwxr-xr-x | tests/reflection/bug31651.phpt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/reflection/bug31651.phpt b/tests/reflection/bug31651.phpt deleted file mode 100755 index 60bee14e9..000000000 --- a/tests/reflection/bug31651.phpt +++ /dev/null @@ -1,24 +0,0 @@ ---TEST-- -Bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.) ---FILE-- -<?php - -class Test -{ - public $a = array('a' => 1); -} - -$ref = new ReflectionClass('Test'); - -print_r($ref->getDefaultProperties()); - -?> ---EXPECT-- -Array -( - [a] => Array - ( - [a] => 1 - ) - -) |
