WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Node
/
Expr
/
Cast
/
Name
Action
..
Array_.php
Edit
Bool_.php
Edit
Double.php
Edit
Int_.php
Edit
Object_.php
Edit
String_.php
Edit
Unset_.php
Edit
Editing: Bool_.php
<?php declare(strict_types=1); namespace PhpParser\Node\Expr\Cast; use PhpParser\Node\Expr\Cast; class Bool_ extends Cast { public function getType() : string { return 'Expr_Cast_Bool'; } }