Skip to content

Commit

Permalink
test: update 010-stack_resource.phpt
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Feb 23, 2023
1 parent c9b5a91 commit c97dab2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/010-stack_resource.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ function get_stack_resource($file, $extra = null): void

preg_match('/resource\(\d+\) of type \(([^)]+)\)/', $value, $matches);
var_dump('persistent stream' === $matches[1]);
if (\IS_PHP83) {
var_dump(ffi_str_typeof($zval()));
var_dump(print_r(\FFI::typeof($zval()), true));
}

var_dump(is_typeof(ffi_object($zval), 'struct _zval_struct*'));
}

Expand Down

0 comments on commit c97dab2

Please sign in to comment.