Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Skip test on php version less than 5.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tricky committed Jan 7, 2011
1 parent 1b5f174 commit f804db2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/026b.phpt
Expand Up @@ -7,6 +7,11 @@ report_memleaks=0
if(!extension_loaded('igbinary')) {
echo "skip no igbinary";
}

if (version_compare(PHP_VERSION, "5.2.16", "<")) {
echo "skip only test on php version 5.2.16 and above
}
--FILE--
<?php
Expand Down

0 comments on commit f804db2

Please sign in to comment.