[phc-internals] [phc commit] r1402 - trunk/test/framework
codesite-noreply at google.com
codesite-noreply at google.com
Tue Jul 1 15:57:55 IST 2008
Author: paul.biggar
Date: Tue Jul 1 07:55:56 2008
New Revision: 1402
Modified:
trunk/test/framework/compiled_vs_interpreted.php
Log:
Remove unused methods.
Modified: trunk/test/framework/compiled_vs_interpreted.php
==============================================================================
--- trunk/test/framework/compiled_vs_interpreted.php (original)
+++ trunk/test/framework/compiled_vs_interpreted.php Tue Jul 1
07:55:56 2008
@@ -52,16 +52,6 @@
return $string;
}
- function handle_exit_failure ($exit, $async)
- {
- fail_on_output ($exit, $async);
- }
-
- function handle_err_failure (&$err, $async)
- {
- fail_on_output ($exit, $async);
- }
-
function get_php_command ($subject)
{
return get_php_command_line ($subject);
More information about the phc-internals
mailing list