PHP Classes

File: vendor/sebastian/diff/tests/fixtures/patch2.txt

Recommend this page to a friend!
  Classes of Okanlawon Anuoluwapo   Crud HTTP PHP Curl Request   vendor/sebastian/diff/tests/fixtures/patch2.txt   Download  
File: vendor/sebastian/diff/tests/fixtures/patch2.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Crud HTTP PHP Curl Request
Send HTTP requests to perform CRUD operations
Author: By
Last change:
Date: 8 months ago
Size: 410 bytes
 

Contents

Class file image Download
diff --git a/Foo.php b/Foo.php index abcdefg..abcdefh 100644 --- a/Foo.php +++ b/Foo.php @@ -20,4 +20,5 @@ class Foo const ONE = 1; const TWO = 2; + const THREE = 3; const FOUR = 4; @@ -320,4 +320,5 @@ class Foo const A = 'A'; const B = 'B'; + const C = 'C'; const D = 'D'; @@ -600,4 +600,5 @@ class Foo public function doSomething() { + return 'foo'; }