summaryrefslogtreecommitdiff
path: root/tests/classes/__set__get_003.phpt
blob: 0ebac3bccc64f02707bc5154685643f823cae315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
ZE2 __set() signature check
--FILE--
<?php
class Test {
    function __set() {
    }
}

?>
--EXPECTF--
Fatal error: Method Test::__set() must take exactly 2 arguments in %s__set__get_003.php on line %d