xref: /PHP-5.5/Zend/tests/dynamic_call_004.phpt (revision e4c76641)
1--TEST--
2Testing dynamic call with undefined variables
3--FILE--
4<?php
5
6$a::$b();
7
8?>
9--EXPECTF--
10Notice: Undefined variable: a in %s on line %d
11
12Fatal error: Class name must be a valid object or a string in %s on line %d
13