php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72929 Call to undefined function variant_pow
Submitted: 2016-08-23 10:29 UTC Modified: 2016-08-23 10:33 UTC
From: frederic dot martzel at fr dot verizon dot com Assigned:
Status: Not a bug Package: Math related
PHP Version: 5.6.25 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
50 - 47 = ?
Subscribe to this entry?

 
 [2016-08-23 10:29 UTC] frederic dot martzel at fr dot verizon dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-08-23 10:33 UTC] ab@php.net
-Status: Open +Status: Not a bug
 [2016-08-23 10:33 UTC] ab@php.net
Thanks for the report. Be sure php_com_dotnet.dll loaded in php.ini.

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 08:01:29 2024 UTC