Skip to content

Commit b746290

Browse files
committed
com_safearray_proxy
1 parent e516f2d commit b746290

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/tests/arginfo_zpp_mismatch.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ foreach (get_defined_functions()["internal"] as $function) {
6565
}
6666

6767
foreach (get_declared_classes() as $class) {
68+
if ($class === "com_safearray_proxy") var_dump("com_safearray_proxy");
6869
try {
6970
$rc = new ReflectionClass($class);
7071
$obj = $rc->newInstanceWithoutConstructor();
@@ -78,6 +79,7 @@ foreach (get_declared_classes() as $class) {
7879
}
7980

8081
// var_dump() and debug_zval_dump() print all arguments
82+
echo "fail\n";
8183
?>
8284
===DONE===
8385
--EXPECT--

0 commit comments

Comments
 (0)