We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e516f2d commit b746290Copy full SHA for b746290
Zend/tests/arginfo_zpp_mismatch.phpt
@@ -65,6 +65,7 @@ foreach (get_defined_functions()["internal"] as $function) {
65
}
66
67
foreach (get_declared_classes() as $class) {
68
+ if ($class === "com_safearray_proxy") var_dump("com_safearray_proxy");
69
try {
70
$rc = new ReflectionClass($class);
71
$obj = $rc->newInstanceWithoutConstructor();
@@ -78,6 +79,7 @@ foreach (get_declared_classes() as $class) {
78
79
80
81
// var_dump() and debug_zval_dump() print all arguments
82
+echo "fail\n";
83
?>
84
===DONE===
85
--EXPECT--
0 commit comments