|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2003-01-10 08:43 UTC] derick@php.net
  [2003-01-10 08:46 UTC] sander@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Thu Oct 30 07:00:02 2025 UTC | 
Dying like this: die(__LINE__); Doesn't work, i.e the script dies without any output. Still, this works as expected: die(__FILE__); As does this: die('Gone to sleep at line: '.__LINE__); Chen