diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-04-01 18:05:57 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-04-01 18:05:57 +0200 |
commit | 978128b446f5f45816495fac4c5361a28621cd25 (patch) | |
tree | 48889da6f119476b6cc6aff38a6e5bbe9f5bc722 | |
parent | 3409d87eab47980246ddd9969cd2a61a2edacafb (diff) | |
parent | 9ec3e7d98c24903f545e031f7a0acd617994862c (diff) | |
download | php-git-978128b446f5f45816495fac4c5361a28621cd25.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix typo: unitialized -> uninitialized
-rw-r--r-- | Zend/tests/bug43201.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug43201.phpt b/Zend/tests/bug43201.phpt index 89e1b66727..53bb5ba98d 100644 --- a/Zend/tests/bug43201.phpt +++ b/Zend/tests/bug43201.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #43201 (Crash on using unitialized vals and __get/__set) +Bug #43201 (Crash on using uninitialized vals and __get/__set) --FILE-- <?php class Foo { |