/trunk/Examples/test-suite/php/using2_runme.php
PHP | 9 lines | 7 code | 2 blank | 0 comment | 2 complexity | 3e2c35f314d975e1bea76711f83fc6a6 MD5 | raw file
1<?php 2 3require "tests.php"; 4require "using2.php"; 5if (! class_exists("_fooimpl")) die("_fooimpl class not found\n"); 6if (! 3==spam(3)) die("spam function not working right\n"); 7 8check::done(); 9?>