Skip to content

Commit

Permalink
Add missing SKIPIF for new ext/ffi test
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Apr 24, 2022
1 parent 2397e76 commit a74b865
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/ffi/tests/gh8433.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
--TEST--
GH-8433 (Assigning function pointers to structs in FFI leaks memory)
--SKIPIF--
<?php
if (!extension_loaded("ffi")) die("skip ffi extension not available");
?>
--FILE--
<?php

Expand Down

0 comments on commit a74b865

Please sign in to comment.