/home/techb158/ileadtechnology.com/vendor/aws/aws-crt-php/src/AWS/CRT
NameSizeModeActions
Auth/-0755rm
HTTP/-0755rm
Internal/-0755rm
IO/-0755rm
CRT.php132460644editdlrm
Log.php10420644editdlrm
NativeResource.php10240644editdlrm
Options.php17230644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/aws/aws-crt-php/src/AWS/CRT/NativeResource.php (1024B)
native = $handle; } protected function release() { $native = $this->native; $this->native = null; return $native; } function __destruct() { // Should have been destroyed and released by derived resource assert($this->native == null); unset(self::$resources[spl_object_hash($this)]); } }