• strict warning: Non-static method view::load() should not be called statically in /drupal/sites/all/modules/views/views.module on line 906.
  • strict warning: Declaration of views_handler_argument::init() should be compatible with views_handler::init(&$view, $options) in /drupal/sites/all/modules/views/handlers/views_handler_argument.inc on line 0.
  • strict warning: Declaration of views_handler_filter::options_validate() should be compatible with views_handler::options_validate($form, &$form_state) in /drupal/sites/all/modules/views/handlers/views_handler_filter.inc on line 0.
  • strict warning: Declaration of views_handler_filter::options_submit() should be compatible with views_handler::options_submit($form, &$form_state) in /drupal/sites/all/modules/views/handlers/views_handler_filter.inc on line 0.
  • strict warning: Declaration of views_handler_filter_boolean_operator::value_validate() should be compatible with views_handler_filter::value_validate($form, &$form_state) in /drupal/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 0.

Test Code Prettify by Google

Hello, please ignore this post. It is just to test code Google Code Prettify. Ok, so in the next line there should be some code:

(function(root){
  var p = 4;
  var x = function(z) {
    alert('x' + z);
  }
  x(p);
})(window);

How it looks?