PHP Classes

File: vendor/phpunit/phpunit/tests/_files/NamespaceCoveredFunction.php

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/phpunit/phpunit/tests/_files/NamespaceCoveredFunction.php   Download  
File: vendor/phpunit/phpunit/tests/_files/NamespaceCoveredFunction.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 9 months ago
Size: 59 bytes
 

Contents

Class file image Download
<?php
namespace foo;

function
func()
{
    return
true;
}