Source for file ArithmeticColumnFixture.php
Documentation is available at ArithmeticColumnFixture.php
# Copyright (c) 2002-2005 Cunningham & Cunningham, Inc.
# Released under the terms of the GNU General Public License version 2 or later.
# PHP5 translation by Luis A. Floreani <luis.floreani@gmail.com>
require_once 'Testing/FIT/Fixture/Column.php';
public $y = 0; // not 0 to avoid that getReturnType (for floating() and divide()) throws an Exception
public function minus() {
public function times() {
throw new Exception ( "ArithmeticException: / by zero" );
throw new Exception ( "ArithmeticException: / by zero" );
Documentation generated on Mon, 11 Mar 2019 15:05:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|