|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-02-29 03:05 UTC] requinix@php.net
-Status: Open
+Status: Not a bug
[2020-02-29 03:05 UTC] requinix@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 16 04:00:01 2025 UTC |
Description: ------------ <?php is_callable("empty") // false; Test script: --------------- <?php if (is_callable("empty")) { echo "It is a callable function." } else { echo "It is not a callable function." }