| Current Path : /hdd/hdd21/main/php5/php-5.6.6/Zend/tests/ |
| Current File : //hdd/hdd21/main/php5/php-5.6.6/Zend/tests/isset_func_error.phpt |
--TEST-- Error message for isset(func()) --FILE-- <?php isset(abc()); ?> --EXPECTF-- Fatal error: Cannot use isset() on the result of a function call (you can use "null !== func()" instead) in %s on line %d