|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-09-03 19:09 UTC] sean at acidreign dot net
[2004-09-06 08:10 UTC] derick@php.net
[2004-09-06 08:46 UTC] hholzgra@php.net
[2004-09-06 14:22 UTC] tony2001@php.net
[2004-09-13 12:41 UTC] stas@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 20:00:01 2025 UTC |
Description: ------------ usually the location of the caller what you really want to know here, especially if you are trying to track this down from not-so-recent messages in your error_log ... Reproduce code: --------------- <?php function foo($bar) { } foo(); ?> Expected result: ---------------- Warning: Missing argument 1 for foo() in foo.php on line 2, called in foo.php on line 4 Actual result: -------------- Warning: Missing argument 1 for foo() in - on line 2