aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/using2_runme.php
blob: e15427856c06ad0581cdbba873328b7c409d4948 (plain)
1
2
3
4
5
6
7
8
<?php

require "tests.php";

if (! class_exists("_fooimpl")) die("_fooimpl class not found\n");
if (! 3==spam(3)) die("spam function not working right\n");

check::done();