]> granicus.if.org Git - php/commitdiff
- MFH: Adjust tests for removed old_function() in Zend Engine 2
authorDerick Rethans <derick@php.net>
Sat, 23 Nov 2002 22:08:40 +0000 (22:08 +0000)
committerDerick Rethans <derick@php.net>
Sat, 23 Nov 2002 22:08:40 +0000 (22:08 +0000)
tests/func/002.phpt
tests/func/003.phpt
tests/func/004.phpt
tests/lang/033.phpt

index aa752ee13c37b402a82926f811d021c8c2e089ee..84e00eeeb5464fa6631d78ac8c42b1b55f255279 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Static variables in functions
---POST--
---GET--
+--SKIPIF--
+<?php if(version_compare(zend_version(), "2.0.0-dev", '>=')) echo "skip removed in Zend Engine 2\n"; ?>
 --FILE--
 <?php 
 old_function blah (
index 6f21a34a42beb36ac29e295e8b160d18d7073ee1..8afaf8a326edd994a2bd0aec5cf9b52279145026 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 General function test
---POST--
---GET--
+--SKIPIF--
+<?php if(version_compare(zend_version(), "2.0.0-dev", '>=')) echo "skip removed in Zend Engine 2\n"; ?>
 --FILE--
 <?php 
 
index 465cb5d2a144a0b73e1c7167a63b3b20a062d31c..7ef452be66ab0570aa949f7cf81fc4c28c16b1f3 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 General function test
---POST--
---GET--
+--SKIPIF--
+<?php if(version_compare(zend_version(), "2.0.0-dev", '>=')) echo "skip removed in Zend Engine 2\n"; ?>
 --FILE--
 <?php 
 
index 0fb639ad53bcf93aa7660de56a3a91451f0972c9..724c67b225af45c2d0f5b0557bb6b69572dcf325 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Alternative syntaxes test
---POST--
---GET--
+--SKIPIF--
+<?php if(version_compare(zend_version(), "2.0.0-dev", '>=')) echo "skip removed in Zend Engine 2\n"; ?>
 --FILE--
 <?php
 $a = 1;