summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php4/using1_runme.php4
blob: ed7e32b0613ac0b7404dc6c410ce5f622889d95d (plain)
1
2
3
4
5
6
7
8
9
<?php

require "tests.php4";
require "using1.php";
if (! class_exists("_fooimpl")) die("_fooimpl class not found\n");
if (! 3==spam(3)) die("spam function not working right\n");

check::done();
?>