Author: bernhard
Date: Tue Jul 22 06:18:25 2008
New Revision: 29669
Added:
trunk/languages/pipp/t/php/closures.t
- copied unchanged from r29668, /trunk/languages/pipp/t/php/functions.t
Modified:
trunk/languages/pipp/docs/overview.pod
trunk/languages/pipp/src/common/php_info.pir
trunk/languages/pipp/t/php/info.t
Log:
[Pipp] PHP 5.3 is the reference implementation.
Modified: trunk/languages/pipp/docs/overview.pod
==============================================================================
--- trunk/languages/pipp/docs/overview.pod (original)
+++ trunk/languages/pipp/docs/overview.pod Tue Jul 22 06:18:25 2008
@@ -29,7 +29,7 @@
=head1 Status
-36 out of 2692 tests in the PHP 5.2.0 test suite pass for the phc variant.
+18 out of 1292 tests in the PHP 5.3.0 test suite pass for the PCT variant.
=head1 Dependencies
Modified: trunk/languages/pipp/src/common/php_info.pir
==============================================================================
--- trunk/languages/pipp/src/common/php_info.pir (original)
+++ trunk/languages/pipp/src/common/php_info.pir Tue Jul 22 06:18:25 2008
@@ -194,7 +194,7 @@
.local int argc
argc = args
if argc goto L1
- .RETURN_STRING('5.2 on Parrot')
+ .RETURN_STRING('5.3 on Parrot')
L1:
unless argc == 1 goto L2
.local string ext
Modified: trunk/languages/pipp/t/php/info.t
==============================================================================
--- trunk/languages/pipp/t/php/info.t (original)
+++ trunk/languages/pipp/t/php/info.t Tue Jul 22 06:18:25 2008
@@ -74,7 +74,7 @@
echo phpversion(), "\n";
?>
CODE
-/^5\.2/
+/^5\.3/
OUTPUT
language_output_is( 'Pipp', <<'CODE', <<'OUTPUT', 'phpversion("ctype")' );