%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/public_html/vendor/nikic/php-parser/test/code/parser/expr/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/public_html/vendor/nikic/php-parser/test/code/parser/expr/cast.test
Casts
-----
<?php
(array)   $a;
(bool)    $a;
(boolean) $a;
(real)    $a;
(double)  $a;
(float)   $a;
(int)     $a;
(integer) $a;
(object)  $a;
(string)  $a;
(unset)   $a;
-----
array(
    0: Expr_Cast_Array(
        expr: Expr_Variable(
            name: a
        )
    )
    1: Expr_Cast_Bool(
        expr: Expr_Variable(
            name: a
        )
    )
    2: Expr_Cast_Bool(
        expr: Expr_Variable(
            name: a
        )
    )
    3: Expr_Cast_Double(
        expr: Expr_Variable(
            name: a
        )
    )
    4: Expr_Cast_Double(
        expr: Expr_Variable(
            name: a
        )
    )
    5: Expr_Cast_Double(
        expr: Expr_Variable(
            name: a
        )
    )
    6: Expr_Cast_Int(
        expr: Expr_Variable(
            name: a
        )
    )
    7: Expr_Cast_Int(
        expr: Expr_Variable(
            name: a
        )
    )
    8: Expr_Cast_Object(
        expr: Expr_Variable(
            name: a
        )
    )
    9: Expr_Cast_String(
        expr: Expr_Variable(
            name: a
        )
    )
    10: Expr_Cast_Unset(
        expr: Expr_Variable(
            name: a
        )
    )
)

VaKeR 2022