<script type="text/javascript">
var abc = 'merhaba';
<?php $abc = "<script>document.write(abc)</script>"?>   
</script>

<?php echo  $abc;?>