]> granicus.if.org Git - php/commitdiff
Fix typos
authorMarkus Staab <maggus.staab@googlemail.com>
Sat, 20 Jul 2019 23:01:36 +0000 (01:01 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sat, 20 Jul 2019 23:01:36 +0000 (01:01 +0200)
Closes GH-4447

ext/pcre/tests/dollar_endonly.phpt
ext/pcre/tests/pcre_anchored.phpt
ext/pcre/tests/pcre_extended.phpt
ext/pcre/tests/pcre_extra.phpt
ext/pcre/tests/ungreedy.phpt

index 96a52441df116810f15bb0222a936f1f55eb43a8..ea2d882574bc71e9e35924ee0ee30e76b6f4e7b7 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-D (PCRE_DOLLAR_ENDONLY) modififer
+D (PCRE_DOLLAR_ENDONLY) modifier
 --FILE--
 <?php
 
index a609fdbdcd64b0826831f0734bad22ba51af7d95..c03d13501a7e40caf1c558f6e09890d175427697 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-A (PCRE_ANCHORED) modififer
+A (PCRE_ANCHORED) modifier
 --SKIPIF--
 <?php
 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
index 6c4b20e7f0b5ffeff5c51d2350e1c63edf6aefc1..060705ce76c1c29cd622861b694ee836d9896078 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-x (PCRE_EXTENDED) modififer
+x (PCRE_EXTENDED) modifier
 --FILE--
 <?php
 
index 2bee408fbffcb973d08409095d32307ca8b9616a..4c5930f97583d485c983bbb9aeb4539603c8a016 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-X (PCRE_EXTRA) modififer
+X (PCRE_EXTRA) modifier
 --FILE--
 <?php
 
index cf5e8adafda4c2e37fc3d53dad378a9c04ed6a61..fa39c43efb39f8d0ece01a21304c751a38399186 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-U (PCRE_UNGREEDY) modififer
+U (PCRE_UNGREEDY) modifier
 --FILE--
 <?php