1.2.916. PHP 7.2 Removed Functions

The following PHP native functions were removed in PHP 7.2.

  • png2wbmp()

  • jpeg2wbmp()

  • create_function()

  • gmp_random()

  • each()

This analysis skips redefined PHP functions : when a replacement for a removed PHP function was created, with condition on the PHP version, then its usage is considered valid.

See also PHP 7.2 Removed Functions and Deprecated features in PHP 7.2.x.