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:
committed by
Peter Kokot
parent
b1643e166d
commit
577ed5bfa4
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
D (PCRE_DOLLAR_ENDONLY) modififer
|
||||
D (PCRE_DOLLAR_ENDONLY) modifier
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
A (PCRE_ANCHORED) modififer
|
||||
A (PCRE_ANCHORED) modifier
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
x (PCRE_EXTENDED) modififer
|
||||
x (PCRE_EXTENDED) modifier
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
X (PCRE_EXTRA) modififer
|
||||
X (PCRE_EXTRA) modifier
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
U (PCRE_UNGREEDY) modififer
|
||||
U (PCRE_UNGREEDY) modifier
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user