1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Fix typos

Closes GH-4447
This commit is contained in:
Markus Staab
2019-07-21 01:01:36 +02:00
committed by Peter Kokot
parent b1643e166d
commit 577ed5bfa4
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
--TEST--
D (PCRE_DOLLAR_ENDONLY) modififer
D (PCRE_DOLLAR_ENDONLY) modifier
--FILE--
<?php

View 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) {

View File

@@ -1,5 +1,5 @@
--TEST--
x (PCRE_EXTENDED) modififer
x (PCRE_EXTENDED) modifier
--FILE--
<?php

View File

@@ -1,5 +1,5 @@
--TEST--
X (PCRE_EXTRA) modififer
X (PCRE_EXTRA) modifier
--FILE--
<?php

View File

@@ -1,5 +1,5 @@
--TEST--
U (PCRE_UNGREEDY) modififer
U (PCRE_UNGREEDY) modifier
--FILE--
<?php