Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * @file * Post update functions for the comment module. */ /** * Implement..

Decoded Output download

<?php

/**
 * @file
 * Post update functions for the comment module.
 */

/**
 * Implements hook_removed_post_updates().
 */
function comment_removed_post_updates() {
  return [
    'comment_post_update_enable_comment_admin_view' => '9.0.0',
    'comment_post_update_add_ip_address_setting' => '9.0.0',
  ];
}
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * @file
 * Post update functions for the comment module.
 */

/**
 * Implements hook_removed_post_updates().
 */
function comment_removed_post_updates() {
  return [
    'comment_post_update_enable_comment_admin_view' => '9.0.0',
    'comment_post_update_add_ip_address_setting' => '9.0.0',
  ];
}

Function Calls

None

Variables

None

Stats

MD5 ec6918dea43f4336f835d0626e19c565
Eval Count 0
Decode Time 90 ms