diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-04-01 18:06:12 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-04-01 18:06:12 +0200 |
commit | 0295d89d45e9f8693a11362cb993d7494edb107f (patch) | |
tree | c4531f12df3d208d04a5dba9bc15e94416d082bf | |
parent | 3b8b1435ad832e162a2a3a2009a548e833ebb99a (diff) | |
parent | 978128b446f5f45816495fac4c5361a28621cd25 (diff) | |
download | php-git-0295d89d45e9f8693a11362cb993d7494edb107f.tar.gz |
Merge branch 'PHP-5.6'
* PHP-5.6:
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 { |