1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

removing UEXPECT

This commit is contained in:
Zoe Slattery
2009-03-03 09:59:36 +00:00
parent 059772e7fb
commit 7834afebde
2 changed files with 0 additions and 10 deletions
@@ -24,11 +24,4 @@ array(1) {
[0]=>
string(8) "MyMeThOd"
}
Done
--UEXPECTF--
*** Testing get_class_methods() : usage variations ***
array(1) {
[0]=>
unicode(8) "MyMeThOd"
}
Done
@@ -15,7 +15,4 @@ echo "Done";
?>
--EXPECTF--
string(19) "caseSensitivityTest"
Done
--UEXPECTF--
unicode(19) "caseSensitivityTest"
Done