diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-04-01 18:05:36 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-04-01 18:05:36 +0200 |
commit | 9ec3e7d98c24903f545e031f7a0acd617994862c (patch) | |
tree | b115ee64bdc8faa2fef08c080ca6e480258c72ea | |
parent | 59c2a55ec7cbc70cc0227a127d3859fdc95566e7 (diff) | |
parent | 87cc7caa1021368d5ba7b17648679dbfe215c17c (diff) | |
download | php-git-9ec3e7d98c24903f545e031f7a0acd617994862c.tar.gz |
Merge branch 'pr-1212' into PHP-5.5
* pr-1212:
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 { |