summaryrefslogtreecommitdiff
path: root/Zend/tests/bug79828.phpt
blob: 2bcb18e3e9de125219217312e934abc99f8b1ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--TEST--
Bug #79828: Segfault when trying to access non-existing variable
--FILE--
<?php
function foo(): AnyType {
   return $uninitialized;
}
foo();
?>
--EXPECTF--
Warning: Undefined variable $uninitialized in %s on line %d

Fatal error: Uncaught TypeError: foo(): Return value must be of type AnyType, null returned in %s:%d
Stack trace:
#0 %s(%d): foo()
#1 {main}
  thrown in %s on line %d