Skip to content

Commit 978128b

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fix typo: unitialized -> uninitialized
2 parents 3409d87 + 9ec3e7d commit 978128b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/bug43201.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #43201 (Crash on using unitialized vals and __get/__set)
2+
Bug #43201 (Crash on using uninitialized vals and __get/__set)
33
--FILE--
44
<?php
55
class Foo {

0 commit comments

Comments
 (0)