diff options
| author | Derick Rethans <derick@php.net> | 2002-11-23 22:08:40 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2002-11-23 22:08:40 +0000 |
| commit | fb90dd014c8724e535ce3e4fcd213f3c369e11e9 (patch) | |
| tree | e206213a4deb471f7e504b9b26b5397cb7ad7507 /tests/func/004.phpt | |
| parent | 3a90b70eacfa3b81e37b5b15f9c6a8869911d911 (diff) | |
| download | php-git-fb90dd014c8724e535ce3e4fcd213f3c369e11e9.tar.gz | |
- MFH: Adjust tests for removed old_function() in Zend Engine 2
Diffstat (limited to 'tests/func/004.phpt')
| -rw-r--r-- | tests/func/004.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/func/004.phpt b/tests/func/004.phpt index 465cb5d2a1..7ef452be66 100644 --- a/tests/func/004.phpt +++ b/tests/func/004.phpt @@ -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 |
