File "NullTest.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/twig/twig/src/Node/Expression/Test/NullTest.php
File size: 356 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Twig\Node\Expression\Test;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Twig\Compiler;
use MailPoetVendor\Twig\Node\Expression\TestExpression;
class NullTest extends TestExpression
{
 public function compile(Compiler $compiler) : void
 {
 $compiler->raw('(null === ')->subcompile($this->getNode('node'))->raw(')');
 }
}