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