summaryrefslogtreecommitdiff
path: root/tests/classes/clone_001.phpt
diff options
context:
space:
mode:
authorSteph Fox <sfox@php.net>2008-05-26 15:52:06 +0000
committerSteph Fox <sfox@php.net>2008-05-26 15:52:06 +0000
commit10c04aca384b8bc31412d36f05ba29f11192a082 (patch)
tree327ae345cf638fb74e868eb6fb766a0841af515c /tests/classes/clone_001.phpt
parent6d8760677d34ba96d596d2ba2ae6494a732979ee (diff)
downloadphp-git-10c04aca384b8bc31412d36f05ba29f11192a082.tar.gz
- killed off UEXPECT
Diffstat (limited to 'tests/classes/clone_001.phpt')
-rwxr-xr-xtests/classes/clone_001.phpt20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/classes/clone_001.phpt b/tests/classes/clone_001.phpt
index b4554dc30d..2e40461eca 100755
--- a/tests/classes/clone_001.phpt
+++ b/tests/classes/clone_001.phpt
@@ -24,26 +24,6 @@ echo "Done\n";
--EXPECT--
Object
object(test)#1 (3) {
- ["p1"]=>
- int(1)
- ["p2"]=>
- string(1) "A"
- ["p3"]=>
- string(1) "B"
-}
-Clown
-object(test)#2 (3) {
- ["p1"]=>
- int(1)
- ["p2"]=>
- string(1) "A"
- ["p3"]=>
- string(1) "C"
-}
-Done
---UEXPECT--
-Object
-object(test)#1 (3) {
[u"p1"]=>
int(1)
[u"p2"]=>