summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_006.phpt
blob: 2e84a41c5cc3f4d086a42b532d971cd72c29ec15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Testing __callstatic declaration in interface with missing the 'static' modifier
--FILE--
<?php

interface a {
	function __callstatic($a, $b);
}

?>
--EXPECTF--
Warning: The magic method __callStatic() must have public visibility and be static in %s on line %d