Changeset 780 for trunk/decompilesample.php
- Timestamp:
- 04/22/2011 11:33:46 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/decompilesample.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/decompilesample.php
r761 r780 363 363 static $static = array(1); 364 364 $tax = 'tax'; 365 $tax = --$tax; 365 366 $pricePerItem = constant('PRICE_' . strtoupper($product)); 366 367 $total += $pricePerItem * $quantity * ($tax + 1);

