summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-04-01 18:05:36 +0200
committerFerenc Kovacs <tyrael@php.net>2015-04-01 18:05:36 +0200
commit9ec3e7d98c24903f545e031f7a0acd617994862c (patch)
treeb115ee64bdc8faa2fef08c080ca6e480258c72ea
parent59c2a55ec7cbc70cc0227a127d3859fdc95566e7 (diff)
parent87cc7caa1021368d5ba7b17648679dbfe215c17c (diff)
downloadphp-git-9ec3e7d98c24903f545e031f7a0acd617994862c.tar.gz
Merge branch 'pr-1212' into PHP-5.5
* pr-1212: Fix typo: unitialized -> uninitialized
-rw-r--r--Zend/tests/bug43201.phpt2
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 {