1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/Zend/tests/isset_func_error.phpt
Nikita Popov 657762ee2b AST stage 2.4
2014-06-21 18:54:13 +02:00

9 lines
209 B
PHP

--TEST--
Error message for isset(func())
--FILE--
<?php
isset(abc());
?>
--EXPECTF--
Fatal error: Cannot use isset() on the result of an expression (you can use "null !== expression" instead) in %s on line %d