We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d6bed commit 4c79915Copy full SHA for 4c79915
src/Symfony/Component/VarDumper/Tests/Caster/FFICasterTest.php
@@ -392,12 +392,6 @@ public function testCastPointerToStruct()
392
}
393
OUTPUT, \FFI::addr($struct));
394
395
- $this->assertDumpEquals(<<<'OUTPUT'
396
- FFI\CData<struct <anonymous>**> size 8 align 8 {
397
- cdata: null
398
- }
399
- OUTPUT, \FFI::addr(\FFI::addr($struct)));
400
-
401
// Save the pointer as variable so that
402
// it is not cleaned up by the GC
403
$pointer = \FFI::addr($struct);
0 commit comments