|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-06-19 04:25 UTC] zeev
[2022-03-26 05:04 UTC] giw42161 at uooos dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 10:00:01 2025 UTC |
<? function test() { printf("hello %s!", nonexistant()); } test(); ?> twinhead: {61} php -q test.p <br> <b>Fatal error</b>: Call to unsupported or undefined function nonexistant() in <b>test.p</b> on line <b>3</b><br> php in free(): error: chunk is already free. Abort trap (core dumped) chrism@FOUR.net