Edit report at https://bugs.php.net/bug.php?id=60410&edit=1
ID: 60410 Comment by: zarzu dot razvan at gmail dot com Reported by: zarzu dot razvan at gmail dot com Summary: script stops when closure used without open brackets Status: Open Type: Bug Package: Variables related Operating System: Windows XP PHP Version: Irrelevant Block user comment: N Private report: N New Comment: display_errors was set to 1. Changed it to 0, same result. Previous Comments: ------------------------------------------------------------------------ [2011-11-29 14:20:25] fel...@php.net Check if your display_errors is set to 0 (zero) ------------------------------------------------------------------------ [2011-11-29 14:15:41] zarzu dot razvan at gmail dot com Description: ------------ When declaring a closure and using it without the open brackets (as if it were a variable), PHP stops from executing next instructions. Test script: --------------- $a = function(){}; echo $a; echo 'Hey!'; Expected result: ---------------- Hey! Actual result: -------------- nothing ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60410&edit=1