Viewing File: /home/ubuntu/code_review/arcanist/src/parser/xhpast/__tests__/data/operator-spaceship.php.test

<?php
1 <=> 2;
~~~~~~~~~~
pass
~~~~~~~~~~
* n_PROGRAM
 * n_STATEMENT_LIST
  * n_OPEN_TAG
   > <?php
  > "\n"
  * n_STATEMENT
   * n_BINARY_EXPRESSION
    * n_NUMERIC_SCALAR
     > 1
    > " "
    * n_OPERATOR
     > <=>
    > " "
    * n_NUMERIC_SCALAR
     > 2
   > ;
 > "\n"
Back to Directory File Manager