コード例 #1
0
 function __toString()
 {
     return getStringRepresentation(get_object_vars($this), get_class($this));
 }
コード例 #2
0
ファイル: calc_taint_graph.php プロジェクト: NetPainter/aspis
function compareFunctions($arg1, $arg2)
{
    return strcmp(getStringRepresentation($arg1), getStringRepresentation($arg2));
}