Title: Deprecated PHP in classes/core.php
Last modified: May 27, 2020

---

# Deprecated PHP in classes/core.php

 *  Resolved [petefuseloft](https://wordpress.org/support/users/petefuseloft/)
 * (@petefuseloft)
 * [6 years ago](https://wordpress.org/support/topic/deprecated-php-in-classes-core-php/)
 * Hi, I’m on PHP 7.4 and I’m getting the below error on my page with caldera form.
 * `Deprecated: Unparenthesized`a ? b : c ? d : e`is deprecated. Use either`(a ?
   b : c) ? d : e`or`a ? b : (c ? d : e)`in /var/www/chronicdigital.com/html/wp-
   content/plugins/caldera-forms/classes/core.php on line 3732`
 * I opened up the file in vs code. Intelephense is giving me this error:
    Nested
   ternary expressions deprecated in PHP 7.4.
 * Here’s the PHP documentation:
    [https://www.php.net/manual/es/migration74.deprecated.php](https://www.php.net/manual/es/migration74.deprecated.php)
    -  This topic was modified 6 years ago by [petefuseloft](https://wordpress.org/support/users/petefuseloft/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdeprecated-php-in-classes-core-php%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [petefuseloft](https://wordpress.org/support/users/petefuseloft/)
 * (@petefuseloft)
 * [6 years ago](https://wordpress.org/support/topic/deprecated-php-in-classes-core-php/#post-12906314)
 * I just saw that there’s a PR for this in the plugin repo. Closing this issue.

Viewing 1 replies (of 1 total)

The topic ‘Deprecated PHP in classes/core.php’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/caldera-forms_475846.svg)
 * [Caldera Forms - More Than Contact Forms](https://wordpress.org/plugins/caldera-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/caldera-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/caldera-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/caldera-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/caldera-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/caldera-forms/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [petefuseloft](https://wordpress.org/support/users/petefuseloft/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/deprecated-php-in-classes-core-php/#post-12906314)
 * Status: resolved