Home
last modified time | relevance | path

Searched refs:phpversion (Results 1 – 25 of 29) sorted by relevance

12

/PHP-7.1/ext/standard/tests/versioning/
H A Dphpversion.phpt2 phpversion test
6 print phpversion();
8 print phpversion('standard');
/PHP-7.1/ext/sockets/tests/
H A Dbug46360.phpt8 if (version_compare(phpversion(), '5.2.7', '<')) {
/PHP-7.1/win32/build/
H A Dregistersyslog.php9 $PATH = "SYSTEM\\CurrentControlSet\\Services\\Eventlog\\Application\\PHP-" . phpversion();
H A Dmkdist.php16 $dist_dir = $build_dir . "/php-" . phpversion();
17 $test_dir = $build_dir . "/php-test-pack-" . phpversion();
18 $pecl_dir = $build_dir . "/pecl-" . phpversion();
283 $version = phpversion();
/PHP-7.1/ext/standard/tests/streams/
H A Dstream_get_transports.phpt7 if (phpversion() < "5.3.0") {
H A Dstream_get_wrappers.phpt7 if (phpversion() < "5.3.0") {
H A Dstream_socket_get_name.phpt7 if (phpversion() < "5.3.0") {
H A Dstream_socket_recvfrom.phpt7 if (phpversion() < "5.3.0") {
/PHP-7.1/ext/standard/tests/network/
H A Dgethostname.phpt7 if (phpversion() < "5.3.0") {
/PHP-7.1/ext/hash/tests/
H A Dhash_update_file.phpt7 if (phpversion() < "5.3.0") {
H A Dhash_update_stream.phpt7 if (phpversion() < "5.3.0") {
/PHP-7.1/ext/standard/
H A Dinfo.h59 PHP_FUNCTION(phpversion);
H A Dinfo.c1321 PHP_FUNCTION(phpversion) in PHP_FUNCTION() argument
/PHP-7.1/ext/date/tests/
H A DDateTimeZone_getLocation.phpt7 if (phpversion() < "5.3.0") {
/PHP-7.1/ext/phar/tests/
H A Dphar_gzipU.phpt9 if (version_compare(phpversion(), '5.2.6', '<')) die("skip zlib is buggy in PHP < 5.2.6");
H A Dfopen.phpt5 <?php if (substr(phpversion(), 0, 3) == '5.2') die("skip PHP >= 5.3 required for this test");?>
H A Dfopen_edgecases2.phpt5 <?php if (version_compare(phpversion(), '6.0', '>=')) die('skip parameter parsing changed in 6.0');…
H A Dphar_gzip.phpt9 if (version_compare(phpversion(), '5.2.6', '<')) die("skip zlib is buggy in PHP < 5.2.6");
H A Dfopen5.2.phpt5 <?php if (substr(phpversion(), 0, 3) != '5.2') die("skip PHP 5.2 required for this test");?>
H A Dstat2.phpt5 <?php if (substr(phpversion(), 0, 3) != '5.2') die("skip PHP 5.2 required for this test");?>
H A Dstat2_5.3.phpt5 <?php if (substr(phpversion(), 0, 3) == '5.2') die("skip PHP 5.3+ required for this test");?>
/PHP-7.1/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php10 list($major, $minor, $bug) = explode(".", phpversion(), 3);
/PHP-7.1/ext/phar/tests/tar/
H A Dtar_gzipU.phpt9 if (version_compare(phpversion(), '5.2.6', '<')) die("skip zlib is buggy in PHP < 5.2.6");
H A Dtar_gzip.phpt9 if (version_compare(phpversion(), '5.2.6', '<')) die("skip zlib is buggy in PHP < 5.2.6");
/PHP-7.1/
H A Dserver-tests.php75 PHP_VERSION=" . phpversion() . "
730 if (version_compare(phpversion(), "5.4") < 0) {

Completed in 31 milliseconds

12