Skip to content

Instantly share code, notes, and snippets.

@tim-cotten
Created March 5, 2021 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tim-cotten/c619ddbadb8ce38c917f04eb4a6985de to your computer and use it in GitHub Desktop.
Save tim-cotten/c619ddbadb8ce38c917f04eb4a6985de to your computer and use it in GitHub Desktop.
PHP Bugs: Property Problems (Example D)
<?php
namespace Shop;
require_once('/app/cottenio/code/autoloader.php');
class DropShip
{
public $shopcode;
public $name;
public $postalcode;
public $phone;
// ... definitions continue ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment