php-src/ext/standard/tests/filters/php_user_filter_02.phpt

13 lines
333 B
Plaintext
Raw Normal View History

--TEST--
class php_user_filter#2
--FILE--
<?php
class foo extends php_user_filter {
function filter($in, $out, $consumed, $closing) {}
function onCreate() {}
function onClose() {}
}
?>
--EXPECTF--
Strict Standards: Declaration of foo::filter() should be compatible with that of php_user_filter::filter() in %s on line %d