JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "String_.php"
Full Path: /home/palsarh/web/palsarh.in/public_html/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php
File size: 354 bytes
MIME-type: text/x-php
Charset: utf-8
<?php declare(strict_types=1);
namespace PhpParser\Node\Expr\Cast;
use PhpParser\Node\Expr\Cast;
class String_ extends Cast {
// For use in "kind" attribute
public const KIND_STRING = 1; // "string" syntax
public const KIND_BINARY = 2; // "binary" syntax
public function getType(): string {
return 'Expr_Cast_String';
}
}