summaryrefslogtreecommitdiff
path: root/Zend/tests/class_name_as_scalar_error_005.phpt
blob: cbfaf108e2907b2fe041ad0ef174b666a208beef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
class name as scalar from ::class keyword error using static non class context
--FILE--
<?php

$x = static::class;

?>
--EXPECTF--
Fatal error: Uncaught Error: Cannot use "static" when no class scope is active in %s:3
Stack trace:
#0 {main}
  thrown in %s on line 3