summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_006.phpt
blob: 3fdab062b0adfc02ec07f49331f270997921e868 (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--
Fatal error: The magic method __callStatic() must have public visibility and be static in %s on line %d