]> granicus.if.org Git - php/commitdiff
- Removed XFAIL
authorFelipe Pena <felipe@php.net>
Sat, 17 Jan 2009 20:42:05 +0000 (20:42 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 17 Jan 2009 20:42:05 +0000 (20:42 +0000)
ext/standard/tests/strings/strripos_basic2.phpt
ext/standard/tests/strings/strripos_variation1.phpt
ext/standard/tests/strings/strripos_variation2.phpt

index ad5ec8351b7c66df4571d448c0077052510c563f..d4a1a73f061f93eab424ba453d3d783ce5f0a1dc 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strripos() function : basic functionality - with all arguments
---XFAIL--
-This test will fail until bug #47102 fixed
 --FILE--
 <?php
 /* Prototype  : int strripos ( string $haystack, string $needle [, int $offset] );
index 35c613becd5b763cb3a4f3f62ea08c32bb3fe307..b8a8943d0959b5a266901559c32133c1722628ad 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strripos() function : usage variations - double quoted strings for 'haystack' & 'needle' arguments
---XFAIL--
-This test will fail until bug #47102 fixed
 --FILE--
 <?php
 /* Prototype  : int strripos ( string $haystack, string $needle [, int $offset] );
index 9918bcc8c7ef460a8e9ce043c030887a9ebf5249..d8caf73742c72d95a9fe69b80376885bbf57df97 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strripos() function : usage variations - single quoted strings for 'haystack' & 'needle' arguments
---XFAIL--
-This test will fail until bug #47102 fixed
 --FILE--
 <?php
 /* Prototype  : int strripos ( string $haystack, string $needle [, int $offset] );