File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast
Upload
[..]
Array_.php (210 B)
Edit
Rename
Del
Bool_.php (348 B)
Edit
Rename
Del
Double.php (401 B)
Edit
Rename
Del
String_.php (354 B)
Edit
Rename
Del
Unset_.php (210 B)
Edit
Rename
Del
Void_.php (208 B)
Edit
Rename
Del
Edit: Bool_.php
<?php declare(strict_types=1); namespace PhpParser\Node\Expr\Cast; use PhpParser\Node\Expr\Cast; class Bool_ extends Cast { // For use in "kind" attribute public const KIND_BOOL = 1; // "bool" syntax public const KIND_BOOLEAN = 2; // "boolean" syntax public function getType(): string { return 'Expr_Cast_Bool'; } }
Simpan