1.2.1040. Resources Usage

List of situations that are creating resources.

<?php
    // This functioncall creates a resource to use
    $fp = fopen('/tmp/file.txt', 'r');

    if (!is_resource($fp)){
        thrown new RuntimeException('Could not open file.txt');
    }
?>

1.2.1040.1. Specs

Short name

Structures/ResourcesUsage

Rulesets

All, Appinfo, CE

Exakat since

0.8.4

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

resource

Available in

Entreprise Edition, Community Edition, Exakat Cloud