Annotation of embedaddon/php/ext/standard/tests/filters/php_user_filter_02.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: class php_user_filter#2
                      3: --FILE--
                      4: <?php
                      5: class foo extends php_user_filter {
                      6:     function filter($in, $out, $consumed, $closing) {}
                      7:     function onCreate() {}
                      8:     function onClose() {}
                      9: }
                     10: ?>
                     11: --EXPECTF--
                     12: Strict Standards: Declaration of foo::filter() should be compatible with that of php_user_filter::filter() in %s on line %d

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>