|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-08-23 10:33 UTC] ab@php.net
-Status: Open
+Status: Not a bug
[2016-08-23 10:33 UTC] ab@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 12:00:02 2025 UTC |
Description: ------------ For over 2 years now, the below code doesn't work : <?php $test = variant_pow(2, 5); echo '$test = ' . $test; ?> The error is : PHP Fatal error: Call to undefined function variant_pow() Test script: --------------- <?php $test = variant_pow(2, 5); echo '$test = ' . $test; ?> Expected result: ---------------- 32 Actual result: -------------- The website cannot display the page