|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-09-23 02:06 UTC] laruence@php.net
[2015-09-23 02:06 UTC] laruence@php.net
-Status: Open
+Status: Closed
[2015-09-29 13:10 UTC] ab@php.net
[2016-07-20 11:36 UTC] davey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 20:00:01 2025 UTC |
Description: ------------ see test script below: Test script: --------------- <?php function a($a) { unset($a); var_dump(func_get_arg(0)); } a("1st"); ?> Expected result: ---------------- NULL or "1st" Actual result: -------------- UNKNOWN:0