With ./configure --disable-all
make testTESTS=ext/reflection/
Tests failed : 0 ( 0.0%) ( 0.0%)
Tests passed : 326 ( 97.3%) (100.0%)
With ./configure --disable-all --enable-dtrace
Tests failed : 1 ( 0.3%) ( 0.3%)
Tests passed : 325 ( 97.0%) ( 99.7%)
FAILED TEST SUMMARY
ReflectionGenerator basic test
[ext/reflection/tests/ReflectionGenerator_basic.phpt]
cat ext/reflection/tests/ReflectionGenerator_basic.diff
019+ object(Generator)#5 (0) {
019- object(Generator)#6 (0) {
021+ object(ReflectionMethod)#7 (2) {
021- object(ReflectionMethod)#8 (2) {
027+ RECURSION
028+ object(Generator)#3 (0) {
027- object(class@anonymous)#1 (0) {
029- object(Generator)#4 (0) {
030- }
034+ object(Generator)#3 (0) {
035- object(Generator)#4 (0) {
036+ object(ReflectionFunction)#6 (1) {
037- object(ReflectionFunction)#7 (1) {
041+ object(Generator)#4 (0) {
042- object(Generator)#5 (0) {
047+ object(Generator)#4 (0) {
048- object(Generator)#5 (0) {
049+ object(ReflectionFunction)#7 (1) {
050- object(ReflectionFunction)#8 (1) {
Any idea ?
Remi.