2011-05-27 18:20:44 +02:00
|
|
|
<?php
|
|
|
|
|
2011-05-29 12:20:47 +02:00
|
|
|
/**
|
|
|
|
* @property Node_Expr $left The left hand side expression
|
|
|
|
* @property Node_Expr $right The right hand side expression
|
|
|
|
*/
|
2011-05-27 18:20:44 +02:00
|
|
|
class Node_Expr_Div extends Node_Expr
|
|
|
|
{
|
|
|
|
}
|