diff options
author | SVN Migration <svn@php.net> | 2006-10-15 21:09:28 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2006-10-15 21:09:28 +0000 |
commit | 88ec761548b66f58acc1a86cdd0fc164ca925476 (patch) | |
tree | d0af978fa00d83bb1d82c613f66477fbd6bb18aa /ext/pcre/tests/pcre_extra.phpt | |
parent | 268984b4787e797db6054313fc9ba3b9e845306e (diff) | |
download | php-git-PECL_OPENSSL.tar.gz |
This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL
Diffstat (limited to 'ext/pcre/tests/pcre_extra.phpt')
-rw-r--r-- | ext/pcre/tests/pcre_extra.phpt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/pcre/tests/pcre_extra.phpt b/ext/pcre/tests/pcre_extra.phpt deleted file mode 100644 index 2bee408fbf..0000000000 --- a/ext/pcre/tests/pcre_extra.phpt +++ /dev/null @@ -1,14 +0,0 @@ ---TEST-- -X (PCRE_EXTRA) modififer ---FILE-- -<?php - -var_dump(preg_match('/\y/', '\y')); -var_dump(preg_match('/\y/X', '\y')); - -?> ---EXPECTF-- -int(1) - -Warning: preg_match(): Compilation failed: unrecognized character follows \ at offset 1 in %spcre_extra.php on line 4 -bool(false) |