<?php

// your code goes here
if (0 == "asdf")
echo "same";
else
echo "not same";