1.2.779. New Functions In PHP 7.2¶
The following functions are now native functions in PHP 7.2. It is advised to change custom functions that are currently created, and using those names, before moving to this new version.
proc_nice() (Windows only)
<?php
// valid in PHP 7.1 and older only
function mb_ord() {}
?>
1.2.779.1. Connex PHP features¶
1.2.779.1.1. Suggestions¶
Move custom functions with the same name to a new namespace
Change the name of any custom functions with the same name
Add a condition to the functions definition to avoid conflict
1.2.779.1.2. Specs¶
Short name |
Php/Php72NewFunctions |
Rulesets |
|
Exakat since |
0.10.7 |
PHP Version |
With PHP 7.2 and older |
Severity |
Major |
Time To Fix |
Slow (1 hour) |
Precision |
Very high |
Available in |