summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorNat Zimmermann <nat@ntzm.io>2018-06-09 16:58:41 +0100
committerNat Zimmermann <nat@ntzm.io>2018-06-09 16:58:41 +0100
commita91d5a8194ca0ae43c00ecfa69480ff13344438b (patch)
tree7a6a983c2c8bd2a180ce1be4dd7691c00fa85511 /run-tests.php
parent7bb741cad97d57325ad88ab724b2a2707a08725f (diff)
downloadphp-git-a91d5a8194ca0ae43c00ecfa69480ff13344438b.tar.gz
Fix property name
Diffstat (limited to 'run-tests.php')
-rw-r--r--run-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 87bd8daa1f..02f5b1287f 100644
--- a/run-tests.php
+++ b/run-tests.php
@@ -2980,7 +2980,7 @@ class RuntestsValgrind {
protected $version = '';
protected $header = '';
protected $version_3_3_0 = false;
- protected $verison_3_8_0 = false;
+ protected $version_3_8_0 = false;
public function getVersion() {
return $this->version;