Browse Source

- Fix test

experimental/5.3-FPM
Felipe Pena 17 years ago
parent
commit
13b1607886
  1. 4
      tests/classes/inheritance_007.phpt

4
tests/classes/inheritance_007.phpt

@ -24,14 +24,14 @@ array(2) {
["name"]=>
string(1) "B"
["class"]=>
string(1) "B"
string(1) "A"
}
[1]=>
&object(ReflectionMethod)#%d (2) {
["name"]=>
string(1) "A"
["class"]=>
string(1) "B"
string(1) "A"
}
}
In A::A

Loading…
Cancel
Save